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.


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

Reply via email to