Make it compile on 4.9.x (nw)

This commit is contained in:
Miodrag Milanovic 2014-09-02 13:42:52 +00:00
parent c686a4621e
commit 08da5835ef

View File

@ -13,6 +13,7 @@ endif
ifeq ($(findstring 4.9.,$(TEST_GCC)),4.9.)
CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs
CCOMFLAGS += -Wno-array-bounds -Wno-strict-overflow
endif
ifeq ($(findstring arm,$(UNAME)),arm)