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 console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug doc: prepare for improving doc API linking 2019-03-15 05:47:19 +01:00
dfu kconfig: subsys: dfu: Remove redundant IMG_MANAGER dep. 2019-03-09 10:03:45 -05:00
disk include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
fb shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
fs tests: subsys: fs : Fix coverity issue 2019-03-14 14:20:45 +01:00
jwt jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
logging logging: Workaround build warning with clang 2019-03-15 06:42:25 -05:00
mgmt shell: removing legacy shell 2019-01-16 21:35:36 -05:00
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 subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
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 stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
storage storage: flash_map: fix copyright assignment 2019-02-11 20:40:47 -06:00
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 userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
Kconfig userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00