[Bug c++/122531] Warning option to turn off aka inheritance output
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 6 15:58:25 GMT 2026
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
More information about the Gcc-bugs
mailing list