zephyr/subsys
Daniel Leung 218b45b749 logging: fix warning of array subscript having type char
In the count_s() function, with -Wchar-subscripts, GCC warns
about array subscript having type ‘char’ with the isalpha()
call. Since isalpha() takes an int, so do a type-cast there
to get rid of the warning.

This happens on XCC which is based on GCC 4.2.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-12-13 13:24:39 -05:00
..
bluetooth Bluetooth: controller: SW deferred privacy IRK size define 2019-12-13 15:35:25 +01:00
console
cpp cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
debug global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
dfu dfu/img_util: fix flash_sector_from_off 2019-12-09 16:03:21 +01:00
disk global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
fb
fs global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
jwt
logging logging: fix warning of array subscript having type char 2019-12-13 13:24:39 -05:00
mgmt
net net: bt: Don't wait for buffer indefinatelly 2019-12-13 15:30:28 +02:00
power power: policy: remove deep sleep states from residency policy 2019-12-03 14:46:15 -06:00
random
settings settings: file: Fix possible success status while failed to write 2019-12-12 10:44:31 -06:00
shell global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
stats
storage
testsuite global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
usb usb: Rename defines to match present naming convention 2019-12-09 12:48:13 -05:00
CMakeLists.txt
Kconfig