]> git.ipfire.org Git - thirdparty/json-c.git/commit
Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 21 Feb 2013 18:32:29 +0000 (12:32 -0600)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 21 Feb 2013 18:32:29 +0000 (12:32 -0600)
commit9b64c05ff9feb1cdb1e5ae5e134e5e6ff85dbb1b
treeed5600266771b5386bb647183dd6826621d2f8d8
parentbfb329223aecf7f47da2b8ece4bd8e421c7bfc6d
Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain.  Fix warnings in the testReplaceExisting test.
json_object.h
tests/testReplaceExisting.c