Re: [Qemu-devel] Re: [PATCH 11/14] Remove unused function arguments

2010-08-30 Thread Anthony Liguori
On 08/30/2010 11:24 AM, Paolo Bonzini wrote: On 08/30/2010 05:35 PM, jes.soren...@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. That seriously ugifies the code IMHO. Re

[Qemu-devel] Re: [PATCH 11/14] Remove unused function arguments

2010-08-30 Thread Paolo Bonzini
On 08/30/2010 05:35 PM, jes.soren...@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