ofproto: fix compile warning of ofproto/ofproto.c
authorWei Yongjun <yjwei@cn.fujitsu.com>
Mon, 17 May 2010 07:14:55 +0000 (15:14 +0800)
committerBen Pfaff <blp@nicira.com>
Mon, 17 May 2010 16:46:46 +0000 (09:46 -0700)
commit100e95db240fdea0e2b650e9fc1b59a962ae3847
tree09157f8535f1a2a789cb86718b3b288ec1634489
parent6fce4487240b12104f3984e0bc36f9183e2fcccb
ofproto: fix compile warning of ofproto/ofproto.c

This patch fixed the following compile warning:

ofproto/ofproto.c: In function 'handle_role_request':
ofproto/ofproto.c:3543: warning: format '%zu' expects type 'size_t', but argument 5 has type 'int'
ofproto/ofproto.c: In function 'handle_vendor':
ofproto/ofproto.c:3593: warning: format '%zu' expects type 'size_t', but argument 5 has type 'int'
ofproto/ofproto.c:3602: warning: format '%zu' expects type 'size_t', but argument 5 has type 'int'

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