zephyr/subsys
Kumar Gala 21d6e302f6 net: lwm2m: Fix warning when building with newlib
If we use newlib the isdigit (and other similar functions) return an
error as char can possibly be viewed as signed:

usr/include/ctype.h:57:54: error: array subscript has type ‘char’ [-Werror=char-subscripts]
 #define __ctype_lookup(__c) ((__ctype_ptr__+sizeof(""[__c]))[(int)(__c)])

Explicity cast to unsigned char so we deal with both this warning and
possible warning when -Wpointer-sign is enabled.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-07-12 14:47:15 -05:00
..
bluetooth drivers: gpio: nrf5: Fix GPIOTE channel use overlap 2018-07-10 11:25:32 +02:00
console subsys: console: Make CONSOLE_GETCHAR and *_GETLINE optional 2018-06-20 15:59:12 -04:00
cpp kconfig: Move CPLUSPLUS from root to "Compiler Options" 2018-04-30 13:12:01 -04:00
debug boards: native_posix: Add option to build with Address Sanitizer 2018-07-03 17:06:25 -04:00
dfu subsys: dfu: img_util: Fix warning with ERR log 2018-06-28 13:02:42 +02:00
disk susbys: disk: Fix misleading menuconfig prompts 2018-06-04 21:45:09 +02:00
fs subsys: fs/nvs: fix _nvs_sector_is_used 2018-05-26 08:26:40 -04:00
logging logging: Handle 0 Hz frequency in log_output 2018-07-11 10:56:07 -04:00
mgmt mgmt: Reduce net_buf user data requirement 2018-06-28 10:49:52 +03:00
net net: lwm2m: Fix warning when building with newlib 2018-07-12 14:47:15 -05:00
random subsys: random: xoroshiro128: Use SYS_INIT hook to initialize properly 2018-05-22 15:59:25 -07:00
settings subsys: settings: Fix file exist error. 2018-06-06 09:43:19 -04:00
shell shell: Fix command completion logic 2018-07-08 08:04:10 -04:00
storage subsys: fs: fix generic storage partition selection 2018-05-04 10:14:01 -04:00
usb subsys: usb: class: add loopback function 2018-07-06 11:56:16 -05:00
CMakeLists.txt subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
Kconfig kconfig: Move CPLUSPLUS from root to "Compiler Options" 2018-04-30 13:12:01 -04:00