- Sep 29, 2004
- 18,656
- 67
- 91
I have a question about unreferenced formal parameters with callback functions. Since it is a callback function, I can not simply remove the unneeded parameters. So, this causes a warning to occur that says "unreferenced formal parameter".
How can I get rid of this? I'm sure there is a compiler setting, but is there anything I can do programatically to silence the warnings?
Thanks!
Any way to use pragma?
How can I get rid of this? I'm sure there is a compiler setting, but is there anything I can do programatically to silence the warnings?
Thanks!
Any way to use pragma?