mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 11:36:18 +00:00
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> |
||
---|---|---|
.. | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
jwt | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
testsuite | ||
usb | ||
CMakeLists.txt | ||
Kconfig |