[dpdk-dev] [PATCH v2 1/2] drivers/net: fix icc deprecated parameter warning

Ferruh Yigit ferruh.yigit at intel.com
Sat Apr 14 00:30:36 CEST 2018


On 4/13/2018 11:21 PM, Ferruh Yigit wrote:
> With icc (ICC) 18.0.1 20171018, -wd usage generates following warning:
> 
> icc: command line remark #10010: option '-wd3656' is deprecated and will
> be removed in a future release. See '-help deprecated'
> 
> "icc -help deprecated" output is:
> -wd                      use -diag-disable
> 
> Based on above information "-wd" converted to "-diag-disable"
> 
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> Tested-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

Series applied to dpdk-next-net/master, thanks.


More information about the dev mailing list