From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/cxgbe: add parenthesis on bitwise operation Date: Mon, 16 Jan 2017 12:58:34 +0000 Message-ID: References: <1484509837-15924-1-git-send-email-emmanuel.roullit@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Emmanuel Roullit , rahul.lakkireddy@chelsio.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1E235DE3 for ; Mon, 16 Jan 2017 13:58:36 +0100 (CET) In-Reply-To: <1484509837-15924-1-git-send-email-emmanuel.roullit@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/15/2017 7:50 PM, Emmanuel Roullit wrote: > clang reports the following error: > error: logical not is only applied to the left hand side of this bitwise > operator. [-Werror,-Wlogical-not-parentheses] > > Signed-off-by: Emmanuel Roullit Acked-by: Ferruh Yigit