From e0b6fdeb8d9a54c357ff9fbf552e1ff4b6282282 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Nov 2013 17:33:11 +0100 Subject: Fix some more -Wshadow warnings These aren't printed with newer gcc or clang versions for some reason. All of them seem to be about local variables shadowing global functions. --- stream/tvi_v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tvi_v4l2.c') diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index e9092ca4e7..135fcbf8ff 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -678,7 +678,7 @@ static void *vbi_grabber(void *data) return NULL; } -static int control(priv_t *priv, int cmd, void *arg) +static int do_control(priv_t *priv, int cmd, void *arg) { struct v4l2_control control; struct v4l2_frequency frequency; -- cgit v1.2.3