X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcast%2Ftest%2Fcompile_fail-cast_const.c;h=24ee4b1f00140ac662c8026e37b3adf1b5996b7b;hp=277f3de1c442b21fd9a8953b560a97d5bbb80e58;hb=HEAD;hpb=f27c9672ef62379e09793dcf42725bf9c37f44bf diff --git a/ccan/cast/test/compile_fail-cast_const.c b/ccan/cast/test/compile_fail-cast_const.c index 277f3de1..24ee4b1f 100644 --- a/ccan/cast/test/compile_fail-cast_const.c +++ b/ccan/cast/test/compile_fail-cast_const.c @@ -6,7 +6,7 @@ struct char_struct { char c; }; -int main(int argc, char *argv[]) +int main(void) { char *uc; const