commit | 7763a1dee9e979d8ff9912041ca3ff5e2c9c78ee | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Mon Jun 05 17:01:01 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Jun 05 21:46:04 2017 -0400 |
tree | 3d8641fa0f307b1e740904a1ea8aed5ca7ecfb24 | |
parent | 08a2c6019ce873a24377a8b98cad1bff7546ca48 [diff] |
lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx Move all characters to "char" type: no implicit conversions between "unsigned char", "u8_t", etc. Tested with ISSM 2016.2.085. Jira: ZEP-2159 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>