mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-04 17:17:52 +00:00
porting: Fix unused parameter warning
This commit is contained in:
@@ -27,6 +27,7 @@ extern "C" {
|
||||
static inline void
|
||||
log_dummy(void *log, ...)
|
||||
{
|
||||
(void)log;
|
||||
}
|
||||
|
||||
#define LOG_DEBUG(_log, _mod, ...) log_dummy(_log, ## __VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user