From 9f022130ac4189545f6a2f3789647ff02bf15ba4 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Fri, 7 Oct 2016 02:33:32 +0300
Subject: Revert "Enable fallthrough attribute only for gcc version 7.01."

This reverts commit 15f62e0e81649e9bda6a054d00a63a14972db8d5.
---
 src/localconsts.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/localconsts.h b/src/localconsts.h
index a22ac8e97..b76fe233f 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 >= 70001
+#if GCC_VERSION >= 70000
 #define A_FALLTHROUGH __attribute__ ((fallthrough));
 #else  // GCC_VERSION > 70000
 #define A_FALLTHROUGH
-- 
cgit v1.2.3-70-g09d2