Hi Ferruh,

> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Friday, December 14, 2018 5:46 PM
> To: Lu, Wenzhuo <wenzhuo...@intel.com>; dev@dpdk.org
> Cc: Yang, Qiming <qiming.y...@intel.com>; Li, Xiaoyun
> <xiaoyun...@intel.com>; Wu, Jingjing <jingjing...@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v4 16/32] net/ice: support device
> initialization
> 
> 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
Thanks for the comments. Will change it.

Reply via email to