https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89072
Rich Felker <bugdal at aerifal dot cx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugdal at aerifal dot cx --- Comment #2 from Rich Felker <bugdal at aerifal dot cx> --- Just here to second that -Werror should never be the default and that it's pretty much entirely wrong. -Werror is useful for imposing development policy in a development environment you control. It's not at all okay for shipping source that the user will compile in an environment you don't control.