X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fopt%2Ftest%2Frun-iter.c;fp=ccan%2Fopt%2Ftest%2Frun-iter.c;h=a7cfb746218a31552e42d1a3342d382b156aec4d;hb=3fb6b6be5a395fbe293e61339e6be67118234508;hp=36e2c33c0a21ea365bb7ab4a46a5c03fe23d4949;hpb=09fde153ba7a68715dcad3b53cbbb8804c3d2356;p=ccan diff --git a/ccan/opt/test/run-iter.c b/ccan/opt/test/run-iter.c index 36e2c33c..a7cfb746 100644 --- a/ccan/opt/test/run-iter.c +++ b/ccan/opt/test/run-iter.c @@ -20,7 +20,7 @@ static void reset_options(void) /* Test iterators. */ int main(int argc, char *argv[]) { - unsigned j, i, len; + unsigned j, i, len = 0; const char *p; plan_tests(37 * 2);