On 04/04/2012 10:44 AM, Gabriel Dos Reis wrote: > Hi, > > For GCC-4.8, I would like to turn on -Wall by default. > Comments?
I'd just like to explicitly mention (the obvious fact that) that this has the effect of breaking builds of projects that carefully craft their warning set to be able to use -Werror, such as e.g., GDB. Certainly not insurmountable (just add a -Wno-all), but does require actively tweaking the build system. I'm sure there are many projects affected similarly. -- Pedro Alves