I am programming in C Linux.
I have a few functions in my code that i receive as parameters X parameters, but i do not use all of the parameters in it.
I am getting a warning of unused variables.
I would like the compiler to catch allot of warnings, except for this one.
What flag in the make file will do this trick?
Thanks Matt