RE: How to enable all warnings of all warnings of GCCs?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi J.C.,

I use a trick similar in spirit to Tom's.

I made a bash shell script called w++ which does:

g++ \
-Wall \
-Wextra \
-Wyadayadayada \
... \
"$@"

That enables all the warnings for me (some of which I've decided are uninteresting, and then I disabled them).

I which there was a -WALL or -Wall-and-when-I-say-all-I-really-mean-all flag.

Sincerely,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux