X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftcon%2Ftest%2Fcompile_ok-value.c;fp=ccan%2Ftcon%2Ftest%2Fcompile_ok-value.c;h=9620bcbd3d13a65ac9090b8813241582ee1dd1f3;hp=d9c911e6d0dba5d0c2e6af802bcc322aa0a2c0ae;hb=e7e57cbf6725debd99238ccd8e3bf273a8d7e61c;hpb=c3a3b7453182a388c6cc076bd2983384ba3d0529;ds=sidebyside diff --git a/ccan/tcon/test/compile_ok-value.c b/ccan/tcon/test/compile_ok-value.c index d9c911e6..9620bcbd 100644 --- a/ccan/tcon/test/compile_ok-value.c +++ b/ccan/tcon/test/compile_ok-value.c @@ -26,7 +26,7 @@ struct offs_container { TCON_VALUE(off2, offsetof(struct other_struct, x2))); }; -int main(int argc, char *argv[]) +int main(void) { struct val_container valcon; struct offs_container offscon;