summaryrefslogtreecommitdiff
path: root/src/resources/rect/doublerect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/rect/doublerect.h')
-rw-r--r--src/resources/rect/doublerect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/rect/doublerect.h b/src/resources/rect/doublerect.h
index d3baafa61..0d37e9f30 100644
--- a/src/resources/rect/doublerect.h
+++ b/src/resources/rect/doublerect.h
@@ -23,10 +23,10 @@
#include "localconsts.h"
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wshadow")
+PRAGMA48(GCC diagnostic push)
+PRAGMA48(GCC diagnostic ignored "-Wshadow")
#include <SDL_video.h>
-#pragma GCC diagnostic pop
+PRAGMA48(GCC diagnostic pop)
struct DoubleRect final
{