]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/test/compile_fail-container3.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tcon / test / compile_fail-container3.c
index 97473c8caeb89e2e7455aadabac0482b56eea4d3..dfdfdba9a3412ef692311762b9cdfdd54d01c4e5 100644 (file)
@@ -22,10 +22,10 @@ struct info_tcon {
        TCON(TCON_CONTAINER(concan, struct outer, inner));
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct info_tcon info;
-       struct outer ovar;
+       struct outer ovar = { 0, { 0 } };
 #ifdef FAIL
 #if !HAVE_TYPEOF
 #error We cannot detect type problems without HAVE_TYPEOF