mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
disabled some clang warning for now to improve out-of-the-box experience (nw)
This commit is contained in:
parent
1c2b1ce65a
commit
4a3e6c608c
8
makefile
8
makefile
@ -518,6 +518,14 @@ COBJFLAGS += \
|
||||
CPPONLYFLAGS += \
|
||||
-Woverloaded-virtual
|
||||
|
||||
ifneq (,$(findstring clang,$(CC)))
|
||||
CCOMFLAGS += \
|
||||
-Wno-cast-align \
|
||||
-Wno-tautological-compare \
|
||||
-Wno-constant-logical-operand \
|
||||
-Wno-format-security
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
# include paths
|
||||
|
Loading…
Reference in New Issue
Block a user