[dpdk-dev] [PATCH] i40e: remove redundant compiler warning disablers

2015-12-07 Thread Panu Matilainen
These may have been required at some point but current i40e base driver compiles cleanly without them, at least with clang 3.7.0 and gcc 5.1.1. Signed-off-by: Panu Matilainen --- drivers/net/i40e/Makefile | 13 - 1 file changed, 13 deletions(-) diff --git a/drivers/net/i40e/Makefile

[dpdk-dev] [PATCH] i40e: remove redundant compiler warning disablers

2016-03-09 Thread Bruce Richardson
On Mon, Feb 29, 2016 at 05:51:23AM +, Pei, Yulong wrote: > This patch caused build error with i686-native-linuxapp-gcc (gcc version is > 4.8.3) > Yes. It also breaks the build with gcc 4.4 (strict aliasing rules errors). There are probably some combination of flags can we can remove, but t

[dpdk-dev] [PATCH] i40e: remove redundant compiler warning disablers

2016-02-29 Thread Pei, Yulong
Waiting for unfinished jobs > > INSTALL-LIB librte_pmd_ixgbe.a > > AR librte_pmd_e1000.a > > INSTALL-LIB librte_pmd_e1000.a > > make[4]: *** [net] Error 2 > > make[3]: *** [drivers] Error 2 > > make[2]: *** [all] Error 2 > > make[1]: *** [pre_in