NS_UNUSED and NS_UNUSED_GLOBAL macro definitions. More...
Go to the source code of this file.
| Macros | |
| #define | NS_UNUSED(x) ((void)(x)) | 
| Mark a local variable as unused.  More... | |
| #define | NS_UNUSED_GLOBAL(x) x | 
| Mark a variable at file scope as unused.  More... | |
NS_UNUSED and NS_UNUSED_GLOBAL macro definitions.
Definition in file unused.h.
 1.8.14
 1.8.14