summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/localconsts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localconsts.h b/src/localconsts.h
index b76fe233f..a22ac8e97 100644
--- a/src/localconsts.h
+++ b/src/localconsts.h
@@ -170,7 +170,7 @@
#else // GCC_VERSION > 60000
#define PRAGMA6(str)
#endif // GCC_VERSION > 60000
-#if GCC_VERSION >= 70000
+#if GCC_VERSION >= 70001
#define A_FALLTHROUGH __attribute__ ((fallthrough));
#else // GCC_VERSION > 70000
#define A_FALLTHROUGH