diff options
Diffstat (limited to 'utils/warning_push.h')
-rw-r--r-- | utils/warning_push.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/warning_push.h b/utils/warning_push.h new file mode 100644 index 00000000..086fd524 --- /dev/null +++ b/utils/warning_push.h @@ -0,0 +1,8 @@ +#ifdef _MSC_VER +#pragma warning( pop ) +#else +#include "warning_compiler.h" +#if HAVE_DIAGNOSTIC_PUSH +# pragma GCC diagnostic push +#endif +#endif |