From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O07vn-0001F8-JH for qemu-devel@nongnu.org; Fri, 09 Apr 2010 02:43:07 -0400 Received: from [140.186.70.92] (port=34828 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O07vm-0001EG-83 for qemu-devel@nongnu.org; Fri, 09 Apr 2010 02:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O07vk-0008Lp-3P for qemu-devel@nongnu.org; Fri, 09 Apr 2010 02:43:06 -0400 Received: from mail-fx0-f221.google.com ([209.85.220.221]:60423) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O07vj-0008LU-Ui for qemu-devel@nongnu.org; Fri, 09 Apr 2010 02:43:04 -0400 Received: by fxm21 with SMTP id 21so2008905fxm.2 for ; Thu, 08 Apr 2010 23:43:01 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BBECC72.5080803@redhat.com> Date: Fri, 09 Apr 2010 08:42:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1270765360-5008-1-git-send-email-thomas_ml@monjalon.net> In-Reply-To: <1270765360-5008-1-git-send-email-thomas_ml@monjalon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] microblaze: fix build on Ubuntu Hardy List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Monjalon Cc: qemu-devel@nongnu.org On 04/09/2010 12:22 AM, Thomas Monjalon wrote: > From: Thomas Monjalon > > Using GCC-4.2.4-1ubuntu4, there were 3 warnings. The last two are correct, but what was the first error? If it was a shadowed declaration as it seems to be, the solution is to s/fprintf/fprintf_func/ throughout print_insn_microblaze (for example). Paolo