mirror of
https://github.com/holub/mame
synced 2025-07-08 11:21:56 +03:00
re-enabled -Wconstant-logical-operand for clang 3.5 (nw)
This commit is contained in:
parent
520628e719
commit
639d7eea9a
@ -21,7 +21,7 @@ CCOMFLAGS += -Wno-inline-new-delete
|
||||
# caused by src/mess/drivers/x07.c, src/osd/sdl/window.c, src/emu/sound/disc_mth.inc
|
||||
CCOMFLAGS += -Wno-absolute-value
|
||||
# these were disabled because of bugs in older clang versions
|
||||
CCOMFLAGS += -Wformat-security
|
||||
CCOMFLAGS += -Wformat-security -Wconstant-logical-operand
|
||||
# these show up when compiling as c++11
|
||||
CCOMFLAGS += -Wno-deprecated-register -Wno-reserved-user-defined-literal -Wno-c++11-narrowing
|
||||
# TODO: add proper detection of XCode 6.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user