A Discrete-Event Network Simulator
API
unused.h File Reference

Definition of the NS_UNUSED NS_UNUSED_GLOBAL macros. More...

+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of the NS_UNUSED NS_UNUSED_GLOBAL macros.

Definition in file unused.h.