numam-dpdk/lib/librte_pmd_enic
Thomas Monjalon b70ae1899f enic: fix warnings
A lot of warnings were not seen because $(WERROR_FLAGS) was not set
in the Makefile. But they appear with toolchains that enforce more checks.

-Wno-deprecated seems useless.
-Wno-strict-aliasing is added to avoid false positives.

This patch cleans up unused variable, unused functions, wrong types,
static declarations, etc. A lot of functions have unused parameters;
it suggests that more clean-up could be needed.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Sujith Sankar <ssujith@cisco.com>
2014-12-04 13:04:24 +01:00
..
vnic enic: fix warnings 2014-12-04 13:04:24 +01:00
enic_clsf.c enic: new driver 2014-11-26 23:07:11 +01:00
enic_compat.h enic: fix build with clang 2014-12-01 12:24:04 +01:00
enic_ethdev.c enic: fix warnings 2014-12-04 13:04:24 +01:00
enic_main.c enic: fix warnings 2014-12-04 13:04:24 +01:00
enic_res.c enic: new driver 2014-11-26 23:07:11 +01:00
enic_res.h enic: new driver 2014-11-26 23:07:11 +01:00
enic.h enic: fix warnings 2014-12-04 13:04:24 +01:00
LICENSE enic: license 2014-11-26 23:07:11 +01:00
Makefile enic: fix warnings 2014-12-04 13:04:24 +01:00