summaryrefslogtreecommitdiff
path: root/src/utils/physfsrwops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/physfsrwops.h')
-rw-r--r--src/utils/physfsrwops.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/physfsrwops.h b/src/utils/physfsrwops.h
index 44e174814..f3eefe0a5 100644
--- a/src/utils/physfsrwops.h
+++ b/src/utils/physfsrwops.h
@@ -26,15 +26,15 @@
#define UTILS_PHYSFSRWOPS_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_rwops.h>