commit | 7de019a256ff74a47d84896d97f56c50b66b477a | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Tue Sep 05 16:34:57 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Sep 07 05:49:17 2017 -0500 |
tree | 6d2b2d99c43cdfffea1713ac1cef1b6689445b72 | |
parent | 7a72ecd3148ab91d942c7a360e76e6b68f5985b4 [diff] |
lib: json: Silence warning about unused parameter Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
diff --git a/lib/json/json.c b/lib/json/json.c index 576e55f..2d9f01b 100644 --- a/lib/json/json.c +++ b/lib/json/json.c
@@ -903,6 +903,8 @@ *total += (ssize_t)len; + ARG_UNUSED(bytes); + return 0; }