trunk/src/build/flags_clang.mak
| r243388 | r243389 | |
| 5 | 5 | # caused by obj/sdl64d/emu/cpu/tms57002/tms57002.inc |
| 6 | 6 | CCOMFLAGS += -Wno-self-assign-field |
| 7 | 7 | |
| 8 | | # caused by src/mame/video/jagblit.inc on older clang versions |
| 9 | | #CCOMFLAGS += -Wno-constant-logical-operand |
| 10 | | |
| 11 | 8 | # caused by popmessage(NULL) on older clang versions |
| 12 | 9 | #CCOMFLAGS += -Wno-format-security |
| 13 | 10 | |
| r243388 | r243389 | |
| 32 | 29 | |
| 33 | 30 | ifeq ($(findstring 3.4,$(TEST_CLANG)),3.4) |
| 34 | 31 | CCOMFLAGS += -Wno-inline-new-delete |
| 32 | |
| 33 | # caused by src/mame/video/jagblit.inc |
| 34 | CCOMFLAGS += -Wno-constant-logical-operand |
| 35 | 35 | endif |
| 36 | 36 | |
| 37 | 37 | ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5) |