summaryrefslogtreecommitdiff
path: root/utils/warning_push.h
blob: 086fd52483689ef9bc634e2e00af5e24bcd51dc8 (plain)
1
2
3
4
5
6
7
8
#ifdef _MSC_VER
#pragma warning( pop )
#else
#include "warning_compiler.h"
#if HAVE_DIAGNOSTIC_PUSH
# pragma GCC diagnostic push
#endif
#endif