mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
another workaround for XCode 6.0.1 out-of-the-box compilation (nw)
This commit is contained in:
parent
28179045c2
commit
eea7952f4a
@ -18,6 +18,8 @@ ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5)
|
|||||||
CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess
|
CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess
|
||||||
# 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
|
# 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
|
||||||
CCOMFLAGS += -Wno-unknown-warning-option
|
CCOMFLAGS += -Wno-unknown-warning-option
|
||||||
|
# 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
|
||||||
|
CCOMFLAGS += -Wno-extern-c-compat
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(TARGETOS),emscripten)
|
ifeq ($(TARGETOS),emscripten)
|
||||||
|
Loading…
Reference in New Issue
Block a user