Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain. Fix warnings in the testReplaceExisting test.

This commit is contained in:
Eric Haszlakiewicz
2013-02-21 12:32:29 -06:00
parent bfb329223a
commit 9b64c05ff9
2 changed files with 2 additions and 2 deletions

View File

@@ -74,5 +74,5 @@ int main(int argc, char **argv)
json_object_put( my_object );
return 0;
return retval;
}