In my code there is around 500 "unreferenced formal parameter", I need to suppress them, I got include guards but I need to do it for 5oo times, can anyone suggest the macro to suppress these warnings.
(void)status;
hCVar*
pTmpVar = (hCVar *)pIB;
This is one among many.
A macro that can suppress all of them. How can I do so?