[ovs-dev] [PATCH] dpif-linux: Fix invalid format specifier.
Ben Pfaff
blp at nicira.com
Wed Jun 6 05:16:38 PDT 2012
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 <ethan at nicira.com>
%td is the right format specified for ptrdiff_t, which might be "int" or
"long int" depending on the implementation.
More information about the dev
mailing list