[Bug c/53232] No warning for main() without a return statement with -std=c99

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 4 15:29:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53232

--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-05-04 15:28:55 UTC ---
(In reply to comment #2)
> Why? -Wmain checks the type of main, not whether it has a redundant 'return 0;'
> as the last statement.

You are right, I misread the description. 

So this is not a bug because Wreturn-type says that it specifically does not
check main?



More information about the Gcc-bugs mailing list