mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
tree-wide: remove unnecessary gcc >= 7 version check
Our baseline is gcc 8.4.
This commit is contained in:
@@ -16,9 +16,7 @@
|
||||
|
||||
#include "MurmurHash2.h"
|
||||
|
||||
#if __GNUC__ >= 7
|
||||
_Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Platform-specific functions and macros
|
||||
|
||||
Reference in New Issue
Block a user