http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47824
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu.org --- Comment #5 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2011-02-20 22:38:42 UTC --- (In reply to comment #4) > (In reply to comment #2) > > (In reply to comment #1) > > > It would also be nice to list all warnings not included in -Wall -Wextra. > > > > The list in the manual already. > > Where? It is implicitly in the manual as those that are not mentioned as enabled by Wall or Wextra. It would be nice to have a list of options enabled by default and another list of options never enabled by default or by other option. However, I doubt that any of the current GCC devs will ever bother to create such lists, so if you are interested, please send a documentation patch. It is a matter of reading about all warning options mentioned in http://gcc.gnu.org/onlinedocs/gcc/ and creating the lists.