On Mon, Nov 05, 2012 at 11:18:53AM -0800, Mehak Mahajan wrote: > ofputil_format_version uses type 'size_t' to print version whereas > expected type is 'unsigned int'. > > Signed-off-by: Mehak Mahajan <mmaha...@nicira.com>
Thanks for the report and the patch, but the correct fix would also cast 'version' to int or unsigned int. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev