zephyr/subsys/tracing
Kumar Gala 831bd2f841 armclang: fix compiler warnings with isprint()
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>
2023-03-17 09:30:01 +01:00
..
ctf
include
sysview tracing: Add event tracing to sysview 2023-02-02 20:21:12 +09:00
test
user
CMakeLists.txt
Kconfig
tracing_backend_posix.c
tracing_backend_ram.c
tracing_backend_uart.c armclang: fix compiler warnings with isprint() 2023-03-17 09:30:01 +01:00
tracing_backend_usb.c
tracing_buffer.c
tracing_core.c
tracing_format_async.c
tracing_format_common.c
tracing_format_sync.c
tracing_none.c tracing: none: Remove unnecessary headers 2023-01-09 12:07:28 -05:00
tracing_tracking.c tracing: Resolve undefined event symbols 2023-02-02 20:21:12 +09:00