zephyr/subsys
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
..
bluetooth Bluetooth: controller: Fix tx power level set and get 2019-03-15 11:07:32 +01:00
console
cpp
debug doc: prepare for improving doc API linking 2019-03-15 05:47:19 +01:00
dfu
disk
fb
fs tests: subsys: fs : Fix coverity issue 2019-03-14 14:20:45 +01:00
jwt
logging logging: Workaround build warning with clang 2019-03-15 06:42:25 -05:00
mgmt
net net: lwm2m: Fix minor bug with setting flags 2019-03-13 16:28:58 -05:00
power power: Add device idle power management support 2019-03-14 14:26:15 +01:00
random
settings settings: enable logging 2019-03-09 11:07:15 -05:00
shell kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
stats
storage
testsuite all: Update reserved function names 2019-03-11 13:48:42 -04:00
usb usb: netusb: Remove unused helpers and cleanup 2019-03-13 05:46:01 -05:00
CMakeLists.txt
Kconfig