i40e/base: fix build with icc
authorHelin Zhang <helin.zhang@intel.com>
Mon, 18 May 2015 15:40:55 +0000 (23:40 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 19 May 2015 10:11:44 +0000 (12:11 +0200)
commit01eca0fae979927533fd62ab274ef665b574110e
tree3264461c63a2f454a9d81aad029ffb418ca56c0d
parent067855e651d6141f01d328a9cb35fd53ba8af000
i40e/base: fix build with icc

Below compile error can be found on ICC 13.0.0, which is a warning
treated as error. Forcedly disabling the warning can fix it.

Error log:
lib/librte_pmd_i40e/i40e/i40e_nvm.c(1022): error #188: enumerated
type mixed with another type
hw->aq.asq_last_status = old_asq_status;
                       ^

Fixes: 3b7271f3958a ("i40e/base: catch NVM write semaphore timeout and retry")

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Tetsuya Mukawa <mukawa@igel.co.jp>
lib/librte_pmd_i40e/Makefile