summaryrefslogtreecommitdiff
path: root/src/localconsts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localconsts.h')
-rw-r--r--src/localconsts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localconsts.h b/src/localconsts.h
index 2a3cf5ea7..4039fc54b 100644
--- a/src/localconsts.h
+++ b/src/localconsts.h
@@ -236,7 +236,7 @@
#define CLANG_FALLTHROUGH
#endif // __clang__
-#if GCC_VERSION >= 40000
+#if GCC_VERSION >= 40600
#define PRAGMACLANG6GCC(str) _Pragma(#str)
#elif defined(__clang__) && CLANG_VERSION >= 30800
#define PRAGMACLANG6GCC(str) _Pragma(#str)