mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +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 += \
|
CPPONLYFLAGS += \
|
||||||
-Woverloaded-virtual
|
-Woverloaded-virtual
|
||||||
|
|
||||||
|
ifneq (,$(findstring clang,$(CC)))
|
||||||
|
CCOMFLAGS += \
|
||||||
|
-Wno-cast-align \
|
||||||
|
-Wno-tautological-compare \
|
||||||
|
-Wno-constant-logical-operand \
|
||||||
|
-Wno-format-security
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# include paths
|
# include paths
|
||||||
|
Loading…
Reference in New Issue
Block a user