mirror of https://github.com/stella-emu/stella.git
Remove -Weverything
This commit is contained in:
parent
6f7c96aef1
commit
542d0fd094
2
Makefile
2
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 \
|
||||
|
|
Loading…
Reference in New Issue