From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id C785F7EB0 for ; Thu, 4 Dec 2014 13:06:37 +0100 (CET) Received: by mail-wg0-f50.google.com with SMTP id k14so22506113wgh.9 for ; Thu, 04 Dec 2014 04:06:37 -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=rZduo+oT+4FSDLrRSKUFukLRtden5ZH9VDf14jj+ggE=; b=kIKO2m6eATf8ihKTzn1/5skAALM4FSpOCiadTx7kfrf9Sn325CqoVqjWchbJdKbzr6 GL5qzvBiopyP5AUthoJ18FwyZ98TaZYQIW1C6k69HCbq+hS2r7qIdIrPbRccrNUraZZB OWvdL+FH2VnKyv83Bij2iHBgpHUVJjKv/6douY0RN7tVVgt31loSPXFS/E926WTdNEtb sYEPzh7Lg5z6yeFBoW+9n6cGWALQs6XNZv1V3u4phxDvCUsSjlNqsZ6bfGrUoum/wVsV HOrzWjawDJLmz41k1lpDX+45NfKZCFxw6f6rE16h/Mp9pSrtUcG8H0C4e8HeuRvEEHXm vP9A== X-Gm-Message-State: ALoCoQklfl2JKMVxba2Cs9B+9AN1juEFACn1iuCUtQTbq4b+aKN7Na1xfTMNbNFRgcccvewLQYsn X-Received: by 10.180.9.229 with SMTP id d5mr20827903wib.22.1417694796810; Thu, 04 Dec 2014 04:06:36 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id rx8sm40247696wjb.30.2014.12.04.04.06.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Dec 2014 04:06:36 -0800 (PST) From: Thomas Monjalon To: "Sujith Sankar (ssujith)" Date: Thu, 04 Dec 2014 13:06:12 +0100 Message-ID: <3598821.91xpmrli9X@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: References: <1417532360-8568-1-git-send-email-thomas.monjalon@6wind.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] enic: fix warnings 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: Thu, 04 Dec 2014 12:06:38 -0000 > >A lot of warnings were not seen because $(WERROR_FLAGS) was not set > >in the Makefile. But they appear with toolchains that enforce more checks. > > > >-Wno-deprecated seems useless. > >-Wno-strict-aliasing is added to avoid false positives. > > > >This patch cleans up unused variable, unused functions, wrong types, > >static declarations, etc. A lot of functions have unused parameters; > >it suggests that more clean-up could be needed. > > > >Signed-off-by: Thomas Monjalon > > Acked-by: Sujith Sankar Applied -- Thomas