X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fopt%2Ftest%2Frun-iter.c;h=a7cfb746218a31552e42d1a3342d382b156aec4d;hb=b61b4b2f2c257b6e776772794969ee8526e132a8;hp=36e2c33c0a21ea365bb7ab4a46a5c03fe23d4949;hpb=9056c31b46452c92c7dd9c276664f514720a84c6;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);