GNU C: Implicit int and implicit function definitions

Joseph Myers joseph@codesourcery.com
Fri May 20 20:43:00 GMT 2016


On Fri, 20 May 2016, Jeff Law wrote:

> I think it's worth revisiting as well, burying in -pedantic seems wrong given
> the kinds of failures we can see.

It's not in -pedantic.  The warnings are on by default for C99/C11 (and 
become errors with -pedantic-errors or the -Werror= options).

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc mailing list