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
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
log_msg.h
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