tree-wide: remove unnecessary gcc >= 7 version check

Our baseline is gcc 8.4.
This commit is contained in:
Mike Yuan
2025-01-15 19:16:06 +01:00
parent 35da377035
commit 347eb8fbe3
17 changed files with 3 additions and 35 deletions

View File

@@ -16,9 +16,7 @@
#include "MurmurHash2.h"
#if __GNUC__ >= 7
_Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
#endif
//-----------------------------------------------------------------------------
// Platform-specific functions and macros