net/sfc/base: fix warnings from VS2015 C compiler (C4189)
authorAndrew Lee <alee@solarflare.com>
Thu, 16 Nov 2017 08:04:35 +0000 (08:04 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commit75395902590d57adf83356cbd6c45245639ea846
tree42d46431f5bf02517a449c53c015d332f7f85cf4
parent698c68d6f2704517b2f0ed642c7673efb4339fc6
net/sfc/base: fix warnings from VS2015 C compiler (C4189)

Fix multiple level 4 warnings
"C4189: 'xxx': local variable is initialized but not referenced";
no functional changes.

Fixes: 19b64c6ac35f ("net/sfc/base: import libefx base")
Fixes: dfb3b1ce15f6 ("net/sfc/base: import monitors access via MCDI")
Fixes: e7cd430c864f ("net/sfc/base: import SFN7xxx family support")
Cc: stable@dpdk.org
Signed-off-by: Andrew Lee <alee@solarflare.com>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/base/ef10_ev.c
drivers/net/sfc/base/efx_ev.c
drivers/net/sfc/base/efx_tx.c
drivers/net/sfc/base/mcdi_mon.c