zephyr/include/logging
Dennis Wildmark 03dec5b814 logging: fix compiler warning when using -Wextra flag with gcc
Fixes the warning -Wunused-parameter that is added with -Wextra
in the GCC compiler.
Chose to void the unused parameter inside the function.
Testcompiled with -Wall -Wextra -Werror and builds cleanly.

Signed-off-by: Dennis Wildmark <dennis.wildmark@assaabloy.com>
2019-03-11 11:02:20 -05:00
..
log_backend.h logging: Refactoring 'in place' mode to reduce memory footprint 2019-01-29 17:24:37 +01:00
log_core.h logging: fix compiler warning when using -Wextra flag with gcc 2019-03-11 11:02:20 -05:00
log_ctrl.h logging: log_ctrl.h: Fix Kconfig symbol reference in comment 2019-02-11 22:29:58 -05:00
log_instance.h logging: Handle nios2 global pointer register issue 2018-11-10 12:38:29 -05:00
log_msg.h logging: Refactoring 'in place' mode to reduce memory footprint 2019-01-29 17:24:37 +01:00
log_output.h logging: Extend log_output to support raw data 2019-01-29 17:24:37 +01:00
log.h logging: Fix typo in logging comment 2019-02-12 07:50:06 -05:00
sys_log.h doc: group logging and deprecate SYS_LOG_* 2018-12-10 20:38:09 -05:00