From: Antonio Ospite <ospite@studenti.unina.it>
Date: Thu, 29 Sep 2011 21:09:48 +0000 (+0200)
Subject: kinect_upload_fw: fix -Wformat warnings
X-Git-Tag: v0.1~16
X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/commitdiff_plain/34ca71a2b1057685e6406df71b167759d74b586e?hp=34ca71a2b1057685e6406df71b167759d74b586e

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]
---