drivers/net: fix icc deprecated parameter warning
[dpdk.git] / drivers / net / bnx2x / Makefile
index 90ff8b1..e3a39a9 100644 (file)
@@ -18,7 +18,7 @@ EXPORT_MAP := rte_pmd_bnx2x_version.map
 LIBABIVER := 1
 
 ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
-CFLAGS += -wd188 #188: enumerated type mixed with another type
+CFLAGS += -diag-disable 188 #188: enumerated type mixed with another type
 endif
 
 #