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



Thanks a lot Arturas and Eljay. Is '-Wunused-pointer' available or any workaround for that?
But if i use '-Wall' on 'mips_fp_be-gcc', it is not giving unused parameters, any idea please?


Regards,
Saif

Eljay Love-Jensen wrote:

Hi Saif,

Do any of these do what you want:
-Wunused-value
-Wunused-variable
-Wunused-parameter
-Wunused-label
-Wunused-function
-Wunused

HTH,
--Eljay





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