mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 19:41:56 +00:00
Building with clang reports the following warnings: stm32l0xx_hal_tim.c: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality] else if((htim->State == HAL_TIM_STATE_READY)) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ Removing the extra () fixes the warning Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
debug | ||
fs | ||
hal | ||
lib | ||
CMakeLists.txt | ||
Kconfig |