Very small cleanup to Makefile.

This commit is contained in:
Stephen Anthony 2021-04-05 13:40:43 -02:30
parent 08cd88c084
commit c0a7c66779
1 changed files with 1 additions and 1 deletions

View File

@ -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 \