My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
unused_def.h File Reference

Macro for declaring functions or variables as unused to avoid compiler warnings. More...

Go to the source code of this file.

Macros

#define UNUSED
 Placed before a variable or function definition, will avoid the compiler warning about an unused variable. More...
 

Detailed Description

Macro for declaring functions or variables as unused to avoid compiler warnings.

Definition in file unused_def.h.

Macro Definition Documentation

#define UNUSED

Placed before a variable or function definition, will avoid the compiler warning about an unused variable.

Definition at line 32 of file unused_def.h.