Ylva And Malin
ym_warnings.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define YM_PUSH_WARNING_TERMINATE \
4 _Pragma("GCC diagnostic push") \
5 _Pragma("GCC diagnostic ignored \"-Wterminate\"")
6 
7 #define YM_POP_WARNING \
8 _Pragma("GCC diagnostic pop")
9