summaryrefslogtreecommitdiff
path: root/src/utils/physfstools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/physfstools.h')
-rw-r--r--src/utils/physfstools.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/utils/physfstools.h b/src/utils/physfstools.h
index f65b9c344..3db197927 100644
--- a/src/utils/physfstools.h
+++ b/src/utils/physfstools.h
@@ -21,10 +21,12 @@
#ifndef UTILS_PHYSFSTOOLS_H
#define UTILS_PHYSFSTOOLS_H
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wlong-long"
+#include "localconsts.h"
+
+PRAGMA45(GCC diagnostic push)
+PRAGMA45(GCC diagnostic ignored "-Wlong-long")
#include <physfs.h>
-#pragma GCC diagnostic pop
+PRAGMA45(GCC diagnostic pop)
#include <string>