Previous 199869 Revisions Next

r32295 Monday 22nd September, 2014 at 20:55:29 UTC by Oliver Stöneberg
another workaround for XCode 6.0.1 out-of-the-box compilation (nw)
[src/build]flags_clang.mak

trunk/src/build/flags_clang.mak
r32294r32295
1818CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess
1919# 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
2020CCOMFLAGS += -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
22CCOMFLAGS += -Wno-extern-c-compat
2123endif
2224
2325ifeq ($(TARGETOS),emscripten)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team