summaryrefslogtreecommitdiff
path: root/src/resources/screenshothelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-07 17:21:59 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-07 17:21:59 +0300
commitf29d4876505fd3fd8c5d2c115e2a790409b02289 (patch)
treef25c9d77139e8ae0e02ab6631e99c80566d7e588 /src/resources/screenshothelper.h
parente9492b0913465c274ff9bf28934967febb553db3 (diff)
downloadplus-f29d4876505fd3fd8c5d2c115e2a790409b02289.tar.gz
plus-f29d4876505fd3fd8c5d2c115e2a790409b02289.tar.bz2
plus-f29d4876505fd3fd8c5d2c115e2a790409b02289.tar.xz
plus-f29d4876505fd3fd8c5d2c115e2a790409b02289.zip
Fix compilation with gcc version below 4.6.
Diffstat (limited to 'src/resources/screenshothelper.h')
-rw-r--r--src/resources/screenshothelper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/screenshothelper.h b/src/resources/screenshothelper.h
index e37db92ed..5f525c03c 100644
--- a/src/resources/screenshothelper.h
+++ b/src/resources/screenshothelper.h
@@ -24,15 +24,15 @@
#define RESOURCES_SCREENSHOTHELPER_H
#ifdef USE_SDL2
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wswitch-default"
+PRAGMA45(GCC diagnostic push)
+PRAGMA45(GCC diagnostic ignored "-Wswitch-default")
#endif // USE_SDL2
#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_)
#ifdef USE_SDL2
-#pragma GCC diagnostic pop
+PRAGMA45(GCC diagnostic pop)
#endif // USE_SDL2
#include <SDL_video.h>