This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help on finding out unused arguments of functions
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Mohammad Saifullah <saia at cisco dot com>, gcc-help at gcc dot gnu dot org
- Date: Fri, 27 May 2005 06:32:24 -0500
- Subject: Re: Help on finding out unused arguments of functions
- References: <4296ED00.4070801@cisco.com>
Hi Saif,
Do any of these do what you want:
-Wunused-value
-Wunused-variable
-Wunused-parameter
-Wunused-label
-Wunused-function
-Wunused
HTH,
--Eljay