ovsdb-idl: fix compile warning of lib/ovsdb-idl.c
authorWei Yongjun <yjwei@cn.fujitsu.com>
Mon, 17 May 2010 07:08:17 +0000 (15:08 +0800)
committerBen Pfaff <blp@nicira.com>
Mon, 17 May 2010 16:46:42 +0000 (09:46 -0700)
commit6fce4487240b12104f3984e0bc36f9183e2fcccb
tree058e36ad41fdea0621f4fb49c8984ffb7616278d
parent85444c3f79f594c838d4b3e72ff27e263514f194
ovsdb-idl: fix compile warning of lib/ovsdb-idl.c

This patch fixed the following compile warning:

lib/ovsdb-idl.c: In function 'ovsdb_idl_txn_process_inc_reply':
lib/ovsdb-idl.c:1524: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'size_t'
lib/ovsdb-idl.c:1538: warning: format '%ld' expects type 'long int', but argument 5 has type 'long long int'
lib/ovsdb-idl.c:1550: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'size_t'
lib/ovsdb-idl.c: In function 'ovsdb_idl_txn_process_insert_reply':
lib/ovsdb-idl.c:1579: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'size_t'

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