[vlc-devel] [PATCH 3/3] pulse: Trivial compiler warning fixes in debug mode

Christophe Mutricy xtophe at chewa.net
Tue Jun 8 02:27:45 CEST 2010


On Tue, Jun 08, 10 at 00:34 +0100, Colin Guthrie wrote:
> -    PULSE_DEBUG( "Pulse stream request %d", length);
> +    PULSE_DEBUG( "Pulse stream request %d", (int)length);

Better use %zu than casting. (See
http://www.remlab.net/op/integer.shtml) 



-- 
Xtophe



More information about the vlc-devel mailing list