https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122531
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Jonny Grant from comment #0) > This would turn off it all > -Wno-aka-output Definitely not - you're suggesting an option to adjust the output of diagnostics, not a warning option. It should be named like other options in https://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Message-Formatting-Options.html not like a warning option, i.e. -fdiagnostics-xxx > I suggest with arguments eg only turn off STL > -Wno-aka-output=stl Definitely not, because "STL" is a misnomer. https://en.wikipedia.org/wiki/Standard_Template_Library#:~:text=The%20STL%20and%20the,distinct%20entities
