tests: fix compile warning of tests/test-ovsdb.c
authorWei Yongjun <yjwei@cn.fujitsu.com>
Mon, 17 May 2010 07:15:44 +0000 (15:15 +0800)
committerBen Pfaff <blp@nicira.com>
Mon, 17 May 2010 16:46:50 +0000 (09:46 -0700)
commitca247927bd5445e77391ffb98f713b2cd258c017
tree17d76640c7ac04e230b8c1f20a2d3c55c89795ab
parent100e95db240fdea0e2b650e9fc1b59a962ae3847
tests: fix compile warning of tests/test-ovsdb.c

This patch fixed the following compile warning:

tests/test-ovsdb.c: In function 'do_evaluate_conditions':
tests/test-ovsdb.c:744: warning: format '%2d' expects type 'int', but argument 2 has type 'size_t'
tests/test-ovsdb.c: In function 'do_execute_mutations':
tests/test-ovsdb.c:850: warning: format '%2d' expects type 'int', but argument 2 has type 'size_t'
tests/test-ovsdb.c: In function 'do_query':
tests/test-ovsdb.c:972: warning: format '%2d' expects type 'int', but argument 2 has type 'size_t'
tests/test-ovsdb.c: In function 'do_query_distinct':
tests/test-ovsdb.c:1105: warning: format '%2d' expects type 'int', but argument 2 has type 'size_t'
tests/test-ovsdb.c: In function 'parse_uuids':
tests/test-ovsdb.c:1600: warning: format '%d' expects type 'int', but argument 2 has type 'size_t'

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
tests/test-ovsdb.c