mirror of
https://github.com/libretro/stella2023.git
synced 2025-02-07 09:47:21 +00:00
Eliminate warning about enum's in clang.
This commit is contained in:
parent
e263e18c95
commit
b3e5c4b8f2
3
Makefile
3
Makefile
@ -65,7 +65,8 @@ ifdef CLANG_WARNINGS
|
||||
-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 \
|
||||
-Wno-four-char-constants -Wno-padded -Wno-reserved-identifier
|
||||
-Wno-four-char-constants -Wno-padded -Wno-reserved-identifier \
|
||||
-Wno-duplicate-enum
|
||||
|
||||
CXXFLAGS+= $(EXTRA_WARN)
|
||||
CFLAGS+= $(EXTRA_WARN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user