https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89072
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- It is not always wrong, it is a reasonable choice for some projects during their development, if they are willing to fix or work around all new warnings, even if they are false positives. But enabling any kind of -Werror by default is always wrong.