lib: json: Silence warning about unused parameter
Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
parent
7a72ecd314
commit
7de019a256
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue