mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 12:55:23 +00:00
In the count_s() function, with -Wchar-subscripts, GCC warns about array subscript having type ‘char’ with the isalpha() call. Since isalpha() takes an int, so do a type-cast there to get rid of the warning. This happens on XCC which is based on GCC 4.2. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.template.log_config | ||
log_backend_native_posix.c | ||
log_backend_net.c | ||
log_backend_rtt.c | ||
log_backend_std.h | ||
log_backend_swo.c | ||
log_backend_uart.c | ||
log_backend_xtensa_sim.c | ||
log_cmds.c | ||
log_core.c | ||
log_list.c | ||
log_list.h | ||
log_minimal.c | ||
log_msg.c | ||
log_output_syst.c | ||
log_output.c |