summaryrefslogtreecommitdiff
path: root/src/utils/buildhex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/buildhex.h')
-rw-r--r--src/utils/buildhex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/buildhex.h b/src/utils/buildhex.h
index cf9ab4591..0a4349bac 100644
--- a/src/utils/buildhex.h
+++ b/src/utils/buildhex.h
@@ -23,12 +23,12 @@
#include "localconsts.h"
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wshadow")
+PRAGMA48(GCC diagnostic push)
+PRAGMA48(GCC diagnostic ignored "-Wshadow")
#ifndef SDL_BIG_ENDIAN
#include <SDL_endian.h>
#endif // SDL_BYTEORDER
-#pragma GCC diagnostic pop
+PRAGMA48(GCC diagnostic pop)
#if SDL_BYTEORDER == SDL_BIG_ENDIAN
#define buildHex(a, b, c, d) \