Ylva And Malin
Macros
ym_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 YM_PUSH_WARNING_TERMINATE
 
#define YM_POP_WARNING   _Pragma("GCC diagnostic pop")
 

Macro Definition Documentation

#define YM_POP_WARNING   _Pragma("GCC diagnostic pop")
#define YM_PUSH_WARNING_TERMINATE
Value:
_Pragma("GCC diagnostic push") \
_Pragma("GCC diagnostic ignored \"-Wterminate\"")