From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 18 of 18] tools/blktap2: fix build errors caused by Werror, remove unused variables Date: Fri, 30 Mar 2012 14:44:12 +0200 Message-ID: <20120330124412.GA29585@aepfle.de> References: <5d4cb03effde3e9c67fe.1333095935@probook.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <5d4cb03effde3e9c67fe.1333095935@probook.site> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, Mar 30, Olaf Hering wrote: > tools/blktap2: fix build errors caused by Werror, remove unused variables > > -O2 -Wall -Werror triggers these warnings below. > The patch removes all listed local variables, a few static arrays in I forgot to refresh the patch, so the changelog does not match the actual change. I will resend patch #18. Olaf