On Tue, Jan 25, 2011 at 02:33:34PM -0500, Marc-André Lureau wrote:
> Hi
> 
> > > +static inline unsigned int ring_get_length(Ring *ring)
> > 
> > This won't compile if no one uses it - so you probably want to make
> > it non static (or do a hack by doing (void)ring_get_length somewhere).
> 
> Correct, if you intend to do (gdb) call ring_get_length(ring). But I was 
> using it in some temporary SPICE_DEBUG code.

Do you mean it should be #ifdef'ed? or that it's better to add the
equivalent of G_GNUC_UNUSED to the function definition to avoid the compiler
warning?

Thanks,

Christophe

Attachment: pgpbIFhTXKrAd.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to