zephyr/drivers/console
Kumar Gala 8d5392513e console: fix armclang compiler warnings with is*() functions
We get compile warnings of the form:

error: converting the result of
'<<' to a boolean; did you mean
'((__aeabi_ctype_table_ + 1)[(byte)] << 28) != 0'?
 [-Werror,-Wint-in-bool-context]
                if (!isprint(byte)) {
                     ^

Since isprint (and the other is* functions) return an int, change check
to an explicit test against the return value.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-03-31 07:05:07 -04:00
..
CMakeLists.txt
efi_console.c
gsm_mux.c
gsm_mux.h
ipm_console_receiver.c
ipm_console_sender.c
ipm_console.c
jailhouse_debug_console.c
Kconfig mgmt/mcumgr: Standardise MCUmgr Kconfig names 2022-12-22 12:36:34 +01:00
Kconfig.gsm_mux
native_posix_console.c console: fix armclang compiler warnings with is*() functions 2023-03-31 07:05:07 -04:00
ram_console.c
rtt_console.c
semihost_console.c
uart_console.c console: fix armclang compiler warnings with is*() functions 2023-03-31 07:05:07 -04:00
uart_mcumgr.c mgmt/mcumgr: Standardise MCUmgr Kconfig names 2022-12-22 12:36:34 +01:00
uart_mux_internal.h drivers: uart_mux: Fix documentation of uart_mux_recv() 2023-01-19 08:44:34 -06:00
uart_mux.c
winstream_console.c
xtensa_sim_console.c