[dpdk-dev] [PATCH v2] ixgbe: fix build with gcc 5

2015-02-25 Thread Thomas Monjalon
> > gcc 5 supports a new logical-not-parentheses warning which > > ixgbe_common.c triggers, causing build failure with -Werror. > > Since this source must not be modified, silence the warning instead. > > > > Signed-off-by: Panu Matilainen > > Acked-by: Konstantin Ananyev Applied, thanks

[dpdk-dev] [PATCH v2] ixgbe: fix build with gcc 5

2015-02-24 Thread Panu Matilainen
gcc 5 supports a new logical-not-parentheses warning which ixgbe_common.c triggers, causing build failure with -Werror. Since this source must not be modified, silence the warning instead. Signed-off-by: Panu Matilainen --- lib/librte_pmd_ixgbe/Makefile | 4 1 file changed, 4 insertions(+)

[dpdk-dev] [PATCH v2] ixgbe: fix build with gcc 5

2015-02-24 Thread Ananyev, Konstantin
> -Original Message- > From: Panu Matilainen [mailto:pmatilai at redhat.com] > Sent: Tuesday, February 24, 2015 1:14 PM > To: dev at dpdk.org > Cc: Ananyev, Konstantin > Subject: [PATCH v2] ixgbe: fix build with gcc 5 > > gcc 5 supports a new logical-not-parentheses warning which > ixgbe