On Tue, Jun 05, 2012 at 06:08:06PM -0700, Ethan Jackson wrote:
> This fixes the following warning on my system. "format '%d' expects
> argument of type 'int', but argument 5 has type 'long int'"
> 
> Signed-off-by: Ethan Jackson <[email protected]>

%td is the right format specified for ptrdiff_t, which might be "int" or
"long int" depending on the implementation.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to