# HG changeset patch # User voroshil # Date 1189246508 0 # Node ID 9fb68e85180a43a516bc0028e104a47819e6b1f0 # Parent 388ac5e95da1ab8029e63690d8c2274bc16c85dc Fix for: tvi_v4l2.c: In function 'start': tvi_v4l2.c:1453: warning: comparison between signed and unsigned diff -r 388ac5e95da1 -r 9fb68e85180a stream/tvi_v4l2.c --- a/stream/tvi_v4l2.c Sat Sep 08 10:04:08 2007 +0000 +++ b/stream/tvi_v4l2.c Sat Sep 08 10:15:08 2007 +0000 @@ -1341,7 +1341,7 @@ static int start(priv_t *priv) { struct v4l2_requestbuffers request; - int i; + unsigned int i; /* setup audio parameters */