numam-dpdk/lib/librte_pmd_enic
Helin Zhang 77f127bcda enic: fix build with gcc 4.7.2
Compile warnings/errors was found on gcc 4.7.2 as follows. Variables
was reported of being used but uninitialized. Assigning an initial
value to it is needed.

lib/librte_pmd_enic/vnic/vnic_dev.c: In function vnic_dev_get_mac_addr:
lib/librte_pmd_enic/vnic/vnic_dev.c:393:16: error: a1 may be used uninitialized
	in this function [-Werror=uninitialized]
lib/librte_pmd_enic/vnic/vnic_dev.c:629:10: note: a1 was declared here
lib/librte_pmd_enic/vnic/vnic_dev.c: In function vnic_dev_set_mac_addr:
lib/librte_pmd_enic/vnic/vnic_dev.c:393:16: error: a1 may be used uninitialized
	in this function [-Werror=uninitialized]
lib/librte_pmd_enic/vnic/vnic_dev.c:980:10: note: a1 was declared here

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-12-11 01:42:03 +01:00
..
vnic enic: fix build with gcc 4.7.2 2014-12-11 01:42:03 +01:00
enic_clsf.c enic: fix initialization error with clang 2014-12-05 22:09:23 +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