831bd2f841
We get compile warnings of the form: drivers/console/uart_console.c:508:8: 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 returns an int, change check to an explicit test against the return value. Signed-off-by: Kumar Gala <kumar.gala@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.gsm_mux | ||
efi_console.c | ||
gsm_mux.c | ||
gsm_mux.h | ||
ipm_console.c | ||
ipm_console_receiver.c | ||
ipm_console_sender.c | ||
jailhouse_debug_console.c | ||
native_posix_console.c | ||
ram_console.c | ||
rtt_console.c | ||
semihost_console.c | ||
uart_console.c | ||
uart_mcumgr.c | ||
uart_mux.c | ||
uart_mux_internal.h | ||
winstream_console.c | ||
xtensa_sim_console.c |