This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] -Weverything



> Am 23.01.2019 um 01:53 schrieb Martin Sebor <msebor@gmail.com>:

> I often wish GCC supported it -- not in the hopes of finding every
> conceivable bug or transgression against known coding styles but
> as a tool to discover warnings that have to be explicitly enabled
> either by using their own options or by specifying a higher level
> than the default.

So, maybe an option to list every warning would be better?

I am sure the number of people doing

gcc `gcc —list-warnings=all`

and complaining about the result be small 😉


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]