summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json_tokener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json_tokener.c b/json_tokener.c
index 82cb8d9..3855570 100644
--- a/json_tokener.c
+++ b/json_tokener.c
@@ -646,7 +646,7 @@ struct json_object *json_tokener_parse_ex(struct json_tokener *tok, const char *
if (tok->st_pos >= 4)
break;
- ADVANCE_CHAR(str, tok);
+ (void)ADVANCE_CHAR(str, tok);
if (!PEEK_CHAR(c, tok))
{
/*