zephyr/samples/subsys/shell
Kumar Gala 762b109179 shell: 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-04-04 13:47:14 +02:00
..
devmem_load samples: Add missing sample.yaml 2022-07-28 20:51:14 +02:00
fs tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
shell_module shell: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:14 +02:00
shell.rst