Starting to build a codebase for messing with assembly generation compatible with yasm
This commit is contained in:
7
source/base/pop_ignores.inline.h
Normal file
7
source/base/pop_ignores.inline.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
# pragma GCC diagnostic pop
|
||||
#endif
|
Reference in New Issue
Block a user