This is the mail archive of the gcc-help@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: Help on finding out unused arguments of functions


Hi Saif,

-Wall is somewhat of a misnomer.  It does not enable all warnings, it "Enable most warning messages".

I wish there was a "-WALL" or "-Wall!" or "-Wall-dammit" to enable *ALL* possible warnings (perhaps with the exception of threshold specified warnings, such as -Wlarger-than-<NUMBER>), and then selectively disable undesired warnings, e.g. -Wno-effc++ or whatever.  But alas...

Sincerely,
--Eljay


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