diff --git a/porting/nimble/include/log/log.h b/porting/nimble/include/log/log.h index 3e3fc8b42..04e591023 100644 --- a/porting/nimble/include/log/log.h +++ b/porting/nimble/include/log/log.h @@ -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__)