Re: [C PATCH] Make -Wno-implicit-int work in C99 mode

2014-10-17 Thread Joseph S. Myers
On Fri, 17 Oct 2014, Marek Polacek wrote: > C99 mode warns about defaulting to int by default, but without > the possibility to suppress the warning with -Wno-implicit-int. > This is likely to arouse the ire of the users, especially with > the new default. > > Therefore the following patch tweaks

[C PATCH] Make -Wno-implicit-int work in C99 mode

2014-10-17 Thread Marek Polacek
C99 mode warns about defaulting to int by default, but without the possibility to suppress the warning with -Wno-implicit-int. This is likely to arouse the ire of the users, especially with the new default. Therefore the following patch tweaks warn_implicit_int in such a way that -Wimplicit and -W