Enable gcc specific flags in tests correctly

... and fix issues found.
This commit is contained in:
Petri Lehtinen
2013-02-04 09:49:57 +02:00
parent 02beb90db3
commit 93a3c7f663
6 changed files with 7 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
static void test_misc(void)
{
json_t *array, *five, *seven, *value;
int i;
size_t i;
array = json_array();
five = json_integer(5);