diff options
Diffstat (limited to 'json.c')
| -rw-r--r-- | json.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ static int _json_match(const char *text, match_t *m, int comma, unsigned int ver // void json_match(const char *text, match_t *m, unsigned int verbose) { - _json_match(text, m, 0, verbose); + (void)_json_match(text, m, 0, verbose); } // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 |
