diff options
-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 3ae1c74e6..b76fe233f 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -179,6 +179,7 @@ #else // ADVGCC #define const2 #define PRAGMA6(str) +#define A_FALLTHROUGH #endif // ADVGCC #ifdef __clang__ |