]> git.ipfire.org Git - thirdparty/json-c.git/commit
Issue #842 - fix one particular sign conversion warning.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 30 Nov 2023 13:59:13 +0000 (13:59 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 30 Nov 2023 13:59:13 +0000 (13:59 +0000)
commit407ddb4350a32115d9b9ded64d3c79d7c85b1790
treef436064806306ad6d4bb7b6de0939ff449f0c562
parent33337523f5cff82e659ecbe94b2fac19c7761a42
Issue #842 - fix one particular sign conversion warning.
There are many others that show up if we were to add -Wsign-conversions,
but this is the only one using a literal constant.
json_pointer.c