]> git.ipfire.org Git - thirdparty/json-c.git/commit
Fix #771/#768 by marking usage() as "noreturn" instead of using "FALLTHRU" in the...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 13 Jun 2022 01:02:53 +0000 (01:02 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 13 Jun 2022 01:02:53 +0000 (01:02 +0000)
commit6ee0a35a20ce986e60cad88dce1f3f19a2a23d5e
treee58927c913ea448d12c17ab452dd13e8475db5cb
parent11546bfd07a575c47416924cb98de3d33a4e6424
Fix #771/#768 by marking usage() as "noreturn" instead of using "FALLTHRU" in the case statement where it'd called.
apps/json_parse.c