From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id 9752EADCC for ; Tue, 24 Feb 2015 03:15:08 +0100 (CET) Received: by wesu56 with SMTP id u56so22376774wes.10 for ; Mon, 23 Feb 2015 18:15:08 -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=I+aQcrMdTozckuJhQ4Vo/VnQAXSMh0Bq0OCmSkFBj7c=; b=ifytfWrFnS8XE5qicMTD7+FKGeQZ81b4TipzsWKC5LQt6lIn7ZDiN/GF25HM2tOOvr stRA6Y6odZY0G6wK38jOxICLa961WYE8DM+VeNnI5fskJX38uJql48q2p2sjhXd6wnlY /lycddvgCbmdz40A40HpMTazBDBghRDd3BeCrj0vTcrB80eUGJq48SWA8BDnXpZMpsCv UA6fj68Uwf0m87CCyKfJQG6lQKXPqJGxVNSO+UKB0d6D7d41P62muhtaz2qe/qYHcS5J a+i612Dl6vAb06IOOWxpibK4oiQedl5cS41t/8Nxb9y1PUhKFR0PxeFooa+IWhUIGgLv O4WQ== X-Gm-Message-State: ALoCoQlhaB++u9eJkjJjNXI+Ys/xnfjIyFejXBMEpImsbMGD4AHzTDmPso/jpJKOqqA+oaQNKDNG X-Received: by 10.194.109.9 with SMTP id ho9mr27474461wjb.29.1424744108489; Mon, 23 Feb 2015 18:15:08 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id v16sm18347145wib.5.2015.02.23.18.15.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Feb 2015 18:15:06 -0800 (PST) From: Thomas Monjalon To: "Shaw, Jeffrey B" Date: Tue, 24 Feb 2015 03:14:36 +0100 Message-ID: <2643939.oKYrT98ttO@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1424282263-28429-1-git-send-email-jeffrey.b.shaw@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] fm10k: fix clang warning flags 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: Tue, 24 Feb 2015 02:15:08 -0000 > >This commit fixes the following error which was reported when > >compiling with clang by removing the option. > > > >error: unknown warning option '-Wno-unused-but-set-variable' > > > >Signed-off-by: Jeff Shaw > > Acked-by: keith.wiles@intel.com Applied, thanks