From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq7AI-0006y4-HE for qemu-devel@nongnu.org; Mon, 30 Aug 2010 12:24:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq7AH-0003lA-9s for qemu-devel@nongnu.org; Mon, 30 Aug 2010 12:24:58 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:56615) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq7AH-0003l5-73 for qemu-devel@nongnu.org; Mon, 30 Aug 2010 12:24:57 -0400 Received: by qyk5 with SMTP id 5so3099669qyk.4 for ; Mon, 30 Aug 2010 09:24:56 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C7BDB54.60008@redhat.com> Date: Mon, 30 Aug 2010 18:24:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1283182547-26116-1-git-send-email-Jes.Sorensen@redhat.com> <1283182547-26116-12-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1283182547-26116-12-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 11/14] Remove unused function arguments List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: kwolf@redhat.com, qemu-devel@nongnu.org On 08/30/2010 05:35 PM, Jes.Sorensen@redhat.com wrote: > From: Jes Sorensen I think it's better to leave ctxt in for future extensibility. You can mark it as __attribute__((unused)) to suppress the warning. Paolo