ixgbe: fix build with gcc 5
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 24 Feb 2015 13:13:43 +0000 (15:13 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 25 Feb 2015 15:24:15 +0000 (16:24 +0100)
commit4dc41c7be65c92f9408f5664ebb917e3c857642d
tree45f659fb0bac638a5f6dcb7b826d37ab67e0e8bb
parent3981ab2b79d04ab6efb9c767aadaf8b9faca09c8
ixgbe: fix build with gcc 5

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 <pmatilai@redhat.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_pmd_ixgbe/Makefile