mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Squash a warning on some GCC versions
This commit is contained in:
@@ -195,7 +195,7 @@ static void jv_dump_term(struct dtoa_context* C, jv x, int flags, int indent, FI
|
|||||||
put_space(indent+INDENT, F, S);
|
put_space(indent+INDENT, F, S);
|
||||||
}
|
}
|
||||||
int first = 1;
|
int first = 1;
|
||||||
int i;
|
int i = 0;
|
||||||
jv keyset = jv_null();
|
jv keyset = jv_null();
|
||||||
while (1) {
|
while (1) {
|
||||||
jv key, value;
|
jv key, value;
|
||||||
|
|||||||
Reference in New Issue
Block a user