A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
warnings.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NS_WARNING_POP
 Pops the diagnostic warning list from the stack, restoring it to the previous state.
 
#define NS_WARNING_PUSH
 Push the diagnostic warning list to the stack, allowing it to be restored later.
 
#define NS_WARNING_PUSH_DEPRECATED
 Save the current warning list and disables the ones about deprecated functions and classes.
 
#define NS_WARNING_PUSH_MAYBE_UNINITIALIZED
 Save the current warning list and disables the ones about possible uninitialized variables.
 
#define NS_WARNING_SILENCE_DEPRECATED
 Silences the "-Wdeprecated-declarations" warnings.
 
#define NS_WARNING_SILENCE_MAYBE_UNINITIALIZED
 Silences GCC "-Wmaybe-uninitialized" warnings.