diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-23 09:12:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-23 09:12:19 +0300 |
commit | 3f12c0efd726da727dde2ca882dad9710c979d27 (patch) | |
tree | 111b2643c31aa2cf94823ea2b290c07e4de2427c /src/localconsts.h | |
parent | f216d82052b8977080dc325d104ee66897b07c56 (diff) | |
download | plus-3f12c0efd726da727dde2ca882dad9710c979d27.tar.gz plus-3f12c0efd726da727dde2ca882dad9710c979d27.tar.bz2 plus-3f12c0efd726da727dde2ca882dad9710c979d27.tar.xz plus-3f12c0efd726da727dde2ca882dad9710c979d27.zip |
Fix compilation with gcc.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 86df45ee0..523f80569 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -218,6 +218,7 @@ #endif // __clang_major__ >= 6 #else // __clang__ #define PRAGMACLANG(str) +#define PRAGMACLANG5(str) #define PRAGMACLANG6(str) #define CLANG_FALLTHROUGH #endif // __clang__ |