diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/localconsts.h | 2 |
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) |