zephyr/subsys/net/lib
Vinicius Costa Gomes 8f409f28b4 lib/zoap: Fix warning about signedness conversion
'query->value' is a 'const uint8_t *' so it should be casted to a
char (signed) array before it is used in places where a 'char *'
is expected, strncmp() is an example.

Jira: ZEP-1810

Change-Id: I94cf780a40ad5fed29607d2302dc7a10387bb86f
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2017-03-09 20:33:40 +02:00
..
dns net/dns: Improve unaligned memory access 2017-02-27 08:34:06 +00:00
http license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
mqtt net/mqtt: Remove length computations for some msg fields 2017-02-15 12:20:08 +02:00
zoap lib/zoap: Fix warning about signedness conversion 2017-03-09 20:33:40 +02:00
Kbuild
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile