| Previous | 199869 Revisions | Next |
| r34871 Thursday 5th February, 2015 at 16:52:09 UTC by Oliver Stöneberg |
|---|
| re-enabled some C++11 compiler warnings (nw) |
| [src/build] | flags_clang.mak flags_gcc.mak |
| r243382 | r243383 | |
|---|---|---|
| 24 | 24 | endif |
| 25 | 25 | |
| 26 | 26 | ifdef CPP11 |
| 27 | CCOMFLAGS += -Wno-deprecated-register -Wno- | |
| 27 | CCOMFLAGS += -Wno-deprecated-register -Wno-c++11-narrowing | |
| 28 | 28 | endif |
| 29 | 29 | |
| 30 | 30 | # TODO: needs to use $(CC) |
| r243382 | r243383 | |
|---|---|---|
| 1 | 1 | # TODO: needs to use $(CC) |
| 2 | 2 | TEST_GCC := $(shell gcc --version) |
| 3 | 3 | |
| 4 | ifdef CPP11 | |
| 5 | CPPONLYFLAGS += -Wno-literal-suffix | |
| 6 | endif | |
| 7 | ||
| 8 | 4 | ifeq ($(findstring 4.7.,$(TEST_GCC)),4.7.) |
| 9 | 5 | CCOMFLAGS += -Wno-narrowing -Wno-attributes |
| 10 | 6 | endif |
| https://github.com/mamedev/mame/commit/e1469ee8555e7a94d8c984d26ea1a443e9bc834e |
| Previous | 199869 Revisions | Next |