lib: json: Silence warning about unused parameter

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
Leandro Pereira 2017-09-05 16:34:57 -07:00 committed by Anas Nashif
commit 7de019a256

View file

@ -903,6 +903,8 @@ static int measure_bytes(const char *bytes, size_t len, void *data)
*total += (ssize_t)len; *total += (ssize_t)len;
ARG_UNUSED(bytes);
return 0; return 0;
} }