Re: [PATCHv3] fix failure when building with --disable-debug

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 13 Jul 2012 at 07:50 GMT, Hu Tao <hutao@xxxxxxxxxxxxxx> wrote:
> +/**
> + * virLogEatParam:
> + *
> + * Do nothing but eat parameters.
> + */
> +static inline void virLogEatParam(const char *category,
> +                                  const char *funcname,
> +                                  long long linenr, ...)
> +{
> +    category = category;
> +    funcname = funcname;
> +    linenr = linenr;
> +}

Or

       (void) category;
       (void) funcname;
       (void) linenr;

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]