kinect_upload_fw: fix -Wformat warnings
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:09:48 +0000 (23:09 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:40:12 +0000 (23:40 +0200)
commit34ca71a2b1057685e6406df71b167759d74b586e
treeed357c52ef8056d8637442155f7ce75f40b002b4
parent02e18316d400a4b4fcc26f2e180de5d521721f4d
kinect_upload_fw: fix -Wformat warnings

kinect_upload_fw.c:92:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat]
kinect_upload_fw.c:157:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat]
kinect_upload_fw.c:182:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat]
kinect_upload_fw.c:208:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat]
kinect_upload_fw/kinect_upload_fw.c