X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fforeach%2Ftest%2Frun-nested.c;h=0bb21c980057d29af5ac34680a15ca1cbf39f83d;hp=aa20437ec443e643f275502e31d70d544ffeec20;hb=6e86fffc5e5780c209f52986be4f150b16b96d29;hpb=1de204600b76e0bfba1f0cebdd2a6a62a04e9e70 diff --git a/ccan/foreach/test/run-nested.c b/ccan/foreach/test/run-nested.c index aa20437e..0bb21c98 100644 --- a/ccan/foreach/test/run-nested.c +++ b/ccan/foreach/test/run-nested.c @@ -44,7 +44,7 @@ static int count_iters(void) int main(void) { - int i, j, sum, max_iters; + int i, j, sum, max_iters = 0 /* keep gcc happy */; const char *istr, *jstr; plan_tests(13);