summaryrefslogtreecommitdiff
path: root/src/utils/sdl2helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/sdl2helper.h')
-rw-r--r--src/utils/sdl2helper.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h
index 8e1333e16..412701a02 100644
--- a/src/utils/sdl2helper.h
+++ b/src/utils/sdl2helper.h
@@ -24,13 +24,14 @@
#ifdef USE_SDL2
#include "utils/stringvector.h"
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wswitch-default"
+PRAGMA45(GCC diagnostic push)
+PRAGMA45(GCC diagnostic ignored "-Wswitch-default")
#include <SDL_stdinc.h>
#if !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_) && !defined(SDL_stdinc_h)
#error need include SDL_stdinc.h
#endif // !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_)
-#pragma GCC diagnostic pop
+
+PRAGMA45(GCC diagnostic pop)
#include <SDL_thread.h>
#include "localconsts.h"