zephyr/drivers/modem
Kumar Gala 77f6e0a501 wncm14a2a: 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:48:09 +02:00
..
CMakeLists.txt
gsm_ppp.c drivers: modem: gsm: fix RSSI check condition 2022-12-27 15:32:07 +01:00
hl7800.c net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.gsm
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_cmd_handler.c
modem_cmd_handler.h
modem_context.c
modem_context.h
modem_iface_uart_async.c
modem_iface_uart_interrupt.c
modem_iface_uart.h
modem_receiver.c
modem_receiver.h
modem_shell.c
modem_socket.c
modem_socket.h
quectel-bg9x.c net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
quectel-bg9x.h net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
simcom-sim7080.c net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
simcom-sim7080.h
ublox-sara-r4.c net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
wncm14a2a.c wncm14a2a: fix armclang compiler warnings with is*() functions 2023-04-04 13:48:09 +02:00