diff --git a/Makefile b/Makefile index b3a2ce596..111e9619e 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ ifdef HAVE_CLANG endif ifdef CLANG_WARNINGS - EXTRA_WARN=-Weverything -Wno-c++98-compat-pedantic -Wno-unknown-warning-option \ + EXTRA_WARN=-Wno-c++98-compat-pedantic -Wno-unknown-warning-option \ -Wno-switch-enum -Wno-conversion -Wno-covered-switch-default \ -Wno-inconsistent-missing-destructor-override -Wno-float-equal \ -Wno-exit-time-destructors -Wno-global-constructors -Wno-weak-vtables \