mirror of
https://github.com/libretro/mame.git
synced 2025-03-03 16:48:39 +00:00
disabled another clang warning for now (nw)
This commit is contained in:
parent
03379e4ab6
commit
9ac5ce729c
3
makefile
3
makefile
@ -524,7 +524,8 @@ CCOMFLAGS += \
|
|||||||
-Wno-tautological-compare \
|
-Wno-tautological-compare \
|
||||||
-Wno-constant-logical-operand \
|
-Wno-constant-logical-operand \
|
||||||
-Wno-format-security \
|
-Wno-format-security \
|
||||||
-Wno-shift-count-overflow
|
-Wno-shift-count-overflow \
|
||||||
|
-Wno-self-assign-field
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user