Previous 199869 Revisions Next

r31948 Saturday 6th September, 2014 at 11:28:28 UTC by Oliver Stöneberg
make clang 3.5 compile out-of-the-box by disabling some warnings for now / added TODO (nw)
[src/build]flags_clang.mak

trunk/src/build/flags_clang.mak
r31947r31948
1# TODO: some of these are no longer necessary for newer clang versions - re-enable them
12CCOMFLAGS += \
23   -Wno-cast-align \
34   -Wno-tautological-compare \
r31947r31948
1314CCOMFLAGS += -Wno-inline-new-delete
1415endif
1516
17ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5)
18CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess
19endif
20
1621ifeq ($(TARGETOS),emscripten)
1722CCOMFLAGS += -Qunused-arguments
1823endif

Previous 199869 Revisions Next


© 1997-2024 The MAME Team