mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 02:13:15 +00:00
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> |
||
---|---|---|
.. | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
jwt | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
testsuite | ||
usb | ||
CMakeLists.txt | ||
Kconfig |