From c0a7c66779e89f5212e43cad794e25f065c3fdf2 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 5 Apr 2021 13:40:43 -0230 Subject: [PATCH] Very small cleanup to Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cb950d6e..727c8ea40 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ ifdef HAVE_CLANG endif ifdef CLANG_WARNINGS - EXTRA_WARN=-Weverything -Wno-c++17-extensions -Wno-c++98-compat-pedantic \ + EXTRA_WARN=-Weverything -Wno-c++98-compat-pedantic \ -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 \