FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
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 COMPILER_VERSION_GTE(maj, min)   0
 
#define WARN_TOSTR(x)   #x
 
#define WARN_OFF(x)
 
#define WARN_ON(x)
 
#define WARN_OFF_CLANG(x)
 
#define WARN_ON_CLANG(x)
 

Macro Definition Documentation

#define COMPILER_VERSION_GTE (   maj,
  min 
)    0

Definition at line 27 of file warnings.h.

#define WARN_OFF (   x)

Definition at line 80 of file warnings.h.

#define WARN_OFF_CLANG (   x)

Definition at line 92 of file warnings.h.

#define WARN_ON (   x)

Definition at line 81 of file warnings.h.

#define WARN_ON_CLANG (   x)

Definition at line 93 of file warnings.h.

#define WARN_TOSTR (   x)    #x

Definition at line 31 of file warnings.h.