trunk/src/build/flags_clang.mak
| r32294 | r32295 | |
| 18 | 18 | CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess |
| 19 | 19 | # XCode 6.0.1 is built on a pre-release SVN version of clang 3.5, that doesn't support -Wno-absolute-value yet - so ignore that warning for now |
| 20 | 20 | CCOMFLAGS += -Wno-unknown-warning-option |
| 21 | # XCode 6.0.1 gives this when using SDL2 in /Library/Frameworks/SDL2.framework/Headers/SDL_syswm.h:150 included from src/osd/sdl/sdlinc.h |
| 22 | CCOMFLAGS += -Wno-extern-c-compat |
| 21 | 23 | endif |
| 22 | 24 | |
| 23 | 25 | ifeq ($(TARGETOS),emscripten) |