mirror of
https://github.com/json-c/json-c.git
synced 2026-03-29 01:49:06 +08:00
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:
@@ -74,5 +74,5 @@ int main(int argc, char **argv)
|
||||
|
||||
json_object_put( my_object );
|
||||
|
||||
return 0;
|
||||
return retval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user