]> git.droids-corp.org - dpdk.git/blobdiff - mk/toolchain/gcc/rte.vars.mk
net/i40e: fix bitmap free
[dpdk.git] / mk / toolchain / gcc / rte.vars.mk
index f19305e4951e63803af2b1ea0b3e29bd445dc780..928f0e0830a1a533f366d0c7790f6ad8d8283ca6 100644 (file)
@@ -81,6 +81,11 @@ ifeq ($(shell test $(GCC_VERSION) -lt 47 && echo 1), 1)
 WERROR_FLAGS += -Wno-uninitialized
 endif
 
+ifeq ($(shell test $(GCC_VERSION) -ge 100 && echo 1), 1)
+# FIXME: Bugzilla 396
+WERROR_FLAGS += -Wno-zero-length-bounds
+endif
+
 HOST_WERROR_FLAGS := $(WERROR_FLAGS)
 
 ifeq ($(shell test $(HOST_GCC_VERSION) -gt 70 && echo 1), 1)