From 2d109f974b6a03a79db3dd8a5ffe5c2aff76659e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 22:22:38 -0800 Subject: Some general cleanup, adding comments, adding more __attribute__s where applicable --- json.c | 1 + 1 file changed, 1 insertion(+) (limited to 'json.c') diff --git a/json.c b/json.c index 22a3ae2..f099554 100644 --- a/json.c +++ b/json.c @@ -11,6 +11,7 @@ // `comma` is used to track whether a comma will need to be printed before the // next object or not. // +__attribute__((nonnull)) static int _json_match(const char *text, match_t *m, int comma, int verbose) { if (!verbose) { -- cgit v1.2.3