Ylva And Malin
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
game
src
ym
core
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
Generated by
1.8.11