diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-28 16:53:45 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-28 16:53:45 -0400 |
commit | 6a92e20d0639ce172f0c7c28476a6c2b0d545ae5 (patch) | |
tree | 1867036d38c7aeca94d48627123f9eb65d4b036e /linux/drivers/media/video/mxb.c | |
parent | 0e985540faf81db4b23e2cede9eb88aaa354a880 (diff) | |
download | mediapointer-dvb-s2-6a92e20d0639ce172f0c7c28476a6c2b0d545ae5.tar.gz mediapointer-dvb-s2-6a92e20d0639ce172f0c7c28476a6c2b0d545ae5.tar.bz2 |
sms1xxx: fix warning: format '%d' expects type 'int', but argument x has type 'size_t'
From: Michael Krufky <mkrufky@linuxtv.org>
Fix the following 64bit build warning:
make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
CC [M] smscoreapi.o
smscoreapi.c: In function 'smscore_load_firmware_from_file':
smscoreapi.c:604: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
CC [M] smsusb.o
smsusb.c: In function 'smsusb1_load_firmware':
smsusb.c:216: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
smsusb.c:223: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/mxb.c')
0 files changed, 0 insertions, 0 deletions