From 542d0fd094097757cc8dbb15e9b8c40ed5aefcf5 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Thu, 14 Sep 2023 19:48:49 +0200 Subject: [PATCH] Remove -Weverything --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \