| 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 |
| r31947 | r31948 | |
|---|---|---|
| 1 | # TODO: some of these are no longer necessary for newer clang versions - re-enable them | |
| 1 | 2 | CCOMFLAGS += \ |
| 2 | 3 | -Wno-cast-align \ |
| 3 | 4 | -Wno-tautological-compare \ |
| r31947 | r31948 | |
| 13 | 14 | CCOMFLAGS += -Wno-inline-new-delete |
| 14 | 15 | endif |
| 15 | 16 | |
| 17 | ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5) | |
| 18 | CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess | |
| 19 | endif | |
| 20 | ||
| 16 | 21 | ifeq ($(TARGETOS),emscripten) |
| 17 | 22 | CCOMFLAGS += -Qunused-arguments |
| 18 | 23 | endif |
| Previous | 199869 Revisions | Next |