zephyr/subsys/logging
Kumar Gala cb3fe3cc46 logging: Workaround build warning with clang
when building with clang we get the following warning:

log_core.c:358:40: error: use of logical '&&' with constant operand
[-Werror,-Wconstant-logical-operand]

This is because we are mix a constant IS_ENABLED(CONFIG_LOG_IMMEDIATE)
with non-constants.

Split out the check into its own statement to workaround the warning.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-03-15 06:42:25 -05:00
..
CMakeLists.txt logging: add backend for xtensa simulator 2019-03-04 10:35:07 -05:00
Kconfig logging: Use vprintk for string formatting by default 2019-03-05 08:24:50 -05:00
Kconfig.template.log_config
log_backend_native_posix.c logging: Add support for new 'in place' mode to native posix backend 2019-01-29 17:24:37 +01:00
log_backend_net.c logging: Switch to new net_pkt/net_context API 2019-03-11 20:56:44 -07:00
log_backend_rtt.c logging: Fix RTT log backend lagging if no host 2019-03-07 13:06:52 +01:00
log_backend_swo.c
log_backend_uart.c
log_backend_xtensa_sim.c logging: add backend for xtensa simulator 2019-03-04 10:35:07 -05:00
log_cmds.c shell: Deprecate macros for subcommands creation 2019-02-20 07:31:35 -05:00
log_core.c logging: Workaround build warning with clang 2019-03-15 06:42:25 -05:00
log_list.c
log_list.h
log_msg.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
log_output.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
sys_log_net.c logging: Switch to new net_pkt/net_context API 2019-03-11 20:56:44 -07:00
sys_log.c