| Previous | 199869 Revisions | Next |
| r31876 Tuesday 2nd September, 2014 at 13:42:52 UTC by Miodrag Milanović |
|---|
| Make it compile on 4.9.x (nw) |
| [src/build] | flags_gcc.mak |
| r31875 | r31876 | |
|---|---|---|
| 13 | 13 | |
| 14 | 14 | ifeq ($(findstring 4.9.,$(TEST_GCC)),4.9.) |
| 15 | 15 | CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs |
| 16 | CCOMFLAGS += -Wno-array-bounds -Wno-strict-overflow | |
| 16 | 17 | endif |
| 17 | 18 | |
| 18 | 19 | ifeq ($(findstring arm,$(UNAME)),arm) |
| Previous | 199869 Revisions | Next |