trunk/src/build/flags_clang.mak
r241633 | r241634 | |
21 | 21 | # caused by src/mess/drivers/x07.c, src/osd/sdl/window.c, src/emu/sound/disc_mth.inc |
22 | 22 | CCOMFLAGS += -Wno-absolute-value |
23 | 23 | # these were disabled because of bugs in older clang versions |
24 | | CCOMFLAGS += -Wformat-security |
| 24 | CCOMFLAGS += -Wformat-security -Wconstant-logical-operand |
25 | 25 | # these show up when compiling as c++11 |
26 | 26 | CCOMFLAGS += -Wno-deprecated-register -Wno-reserved-user-defined-literal -Wno-c++11-narrowing |
27 | 27 | # TODO: add proper detection of XCode 6.0.1 |