summaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'json.c')
-rw-r--r--json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.c b/json.c
index fca2a7d5..b797b1a2 100644
--- a/json.c
+++ b/json.c
@@ -553,7 +553,7 @@ static int json_internal_read_object(const char *cp,
}
break;
}
- __attribute__ ((fallthrough));
+ /* FALLTHROUGH */
case post_element:
if (isspace((unsigned char) *cp))
continue;