[libvirt] [PATCH] Remove invalid ATTRIBUTE_UNUSED

Jim Meyering jim at meyering.net
Tue Feb 17 09:00:17 UTC 2009


Cole Robinson <crobinso at redhat.com> wrote:
> Stumbled on an ATTRIBUTE_UNUSED that is actually used. Patch attached.
>
> diff --git a/src/qemu_driver.c b/src/qemu_driver.c
> index 09be3fb..20d3c0c 100644
> --- a/src/qemu_driver.c
> +++ b/src/qemu_driver.c
> @@ -2883,7 +2883,7 @@ cleanup:
>
>
>  static char *qemudDomainDumpXML(virDomainPtr dom,
> -                                int flags ATTRIBUTE_UNUSED) {
> +                                int flags) {

Obviously used.
ACK




More information about the libvir-list mailing list