Skip to content

Commit

Permalink
lib: json: Silence warning about unused parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Pereira <[email protected]>
  • Loading branch information
lpereira authored and Anas Nashif committed Sep 7, 2017
1 parent 7a72ecd commit 7de019a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/json/json.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ static int measure_bytes(const char *bytes, size_t len, void *data)

*total += (ssize_t)len;

ARG_UNUSED(bytes);

return 0;
}

Expand Down

0 comments on commit 7de019a

Please sign in to comment.