From 800eff24a20af48b2f5109a0bf9f1da4bf2a2c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 18 Jun 2006 20:29:03 +0000 Subject: Misc warnings fixes. CVS patchset: 8055 CVS date: 2006/06/18 20:29:03 --- src/input/input_v4l.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/input/input_v4l.c') diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index cc18772f8..6ca50ac87 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -803,7 +803,8 @@ static int open_video_capture_device(v4l_input_plugin_t *this) { int found = 0; int tuner_found = 0; - int i, j, ret; + int i, ret; + unsigned int j; cfg_entry_t *entry; lprintf("open_video_capture_device\n"); -- cgit v1.2.3