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]

Re: comparisons..


* Russ Allbery (rra@stanford.edu) [20000714 00:15]:

> -Wall -W gives warnings about both unused variables and unused function
> parameters.  -Wall -W -Wno-unused suppresses both.  I can't find a more
> finely grained knob to turn.

There presently isn't one. There was a patch posted on gcc-patches that
would make it possible to turn them on/off seperately but AFAIK, that patch
hasn't been reviewed yet for inclusion.

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

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