Skip to content
Commit 8f409f28 authored by Vinicius Costa Gomes's avatar Vinicius Costa Gomes Committed by Jukka Rissanen
Browse files

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: default avatarVinicius Costa Gomes <vinicius.gomes@intel.com>
parent 4a0e008e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment