[dpdk-dev] [PATCH v4 16/32] net/ice: support device initialization
Ferruh Yigit
ferruh.yigit at intel.com
Fri Dec 14 10:46:25 CET 2018
On 12/14/2018 8:35 AM, Wenzhuo Lu wrote:
> +ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
> +CFLAGS_BASE_DRIVER = -wd593 -wd188
This is causing following warning for icc [1], new icc versions require the
syntax "-diag-disable ###" instead of "-wd###", please check [2].
[1]
command line remark #10010: option '-wd593' is deprecated and will be removed in
a future release. See '-help deprecated'
[2]
Commit f16d0b36f816 ("drivers/net: fix icc deprecated parameter warning")
$ icc --version
icc (ICC) 19.0.1.144 20181018
More information about the dev
mailing list