C
c0ee
I don't know what the use of following macro, does anyone know it?
#define NOT_USED(a) (void )(a)
Thanks.
#define NOT_USED(a) (void )(a)
Thanks.
Hemant said:This is used to prevent compile r warnings/ errors in case of unused
local parameters / variables in a function.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.