This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: decode_tm6000: fix compile warnings
Author:  Hans Verkuil <hverk...@xs4all.nl>
Date:    Fri Dec 31 16:19:06 2010 +0100

decode_tm6000.c: In function ‘main’:
decode_tm6000.c:253: warning: unused variable ‘pktsize’
decode_tm6000.c:253: warning: unused variable ‘cpysize’

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

 utils/decode_tm6000/decode_tm6000.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=c0d5d92e529f92b6e7492c00d66e629ad4e2385e

diff --git a/utils/decode_tm6000/decode_tm6000.c 
b/utils/decode_tm6000/decode_tm6000.c
index fe9e811..ce3e4f8 100644
--- a/utils/decode_tm6000/decode_tm6000.c
+++ b/utils/decode_tm6000/decode_tm6000.c
@@ -250,7 +250,7 @@ int main (int argc, char*argv[])
        int fd;
        unsigned int i;
        unsigned char buf[TM6000_URB_MSG_LEN], img[720*2*480];
-       unsigned int  cmd, cpysize, pktsize, size, field, block, line, pos=0;
+       unsigned int  cmd, size, field, block, line, pos=0;
        unsigned long header=0;
        int           linesize=720*2,skip=0;
        struct v4l2_driver drv;

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to