From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 7668B7E6A for ; Wed, 25 Feb 2015 16:26:52 +0100 (CET) Received: by mail-wi0-f171.google.com with SMTP id ex7so13665878wid.4 for ; Wed, 25 Feb 2015 07:26:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=dFyE/nqlb6MLdi5plt1S/+9FFeJQAYe8TvOE4pn7R8E=; b=LiATThiTu4nGFmQb8fzMR81eaElZw5Z9z2sXuTQj/TPFtv3pTVYqP6276Fcu8s3sQ7 Xq4B6R4KGlEcrJDYdiFm7cMXDgPLtSO4f8/0cjR+fojvFdGvZnY1NMNEeYBMDDRdzLiJ aNg6aRdVEApzygwpXzE9SsLJ+X9LffMFMfFUmfyHtAffGwuPsC26fWgsqtYVQRiC7Sxp thGhFHTBu9Fc9psOJRzLV1FKlecUdWHxgwMFnSt4Wc+pd6w0AsZir9EWLdF5YX9+gBUx N+AuKXorBgmbUruWJNi04xudJeJlClL48a2gMh99BBth+GzMc/mIFhlMKr9TlV4I8eCR W/sA== X-Gm-Message-State: ALoCoQlaagVNz+2wZ44SJZ7j2akOZDitr4peEYePgUzufirmXOTH2bmE46b+MHerkMRR5FPSRhWu X-Received: by 10.194.172.35 with SMTP id az3mr7261588wjc.43.1424878012281; Wed, 25 Feb 2015 07:26:52 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id y14sm52171750wjr.39.2015.02.25.07.26.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Feb 2015 07:26:50 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Wed, 25 Feb 2015 16:26:15 +0100 Message-ID: <1832092.OfRcEYZgbH@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB977258213F2123@irsmsx105.ger.corp.intel.com> References: <2601191342CEEE43887BDE71AB977258213F2123@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] ixgbe: fix build with gcc 5 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 15:26:52 -0000 > > 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