From 687cc66d469c8ab4b8a044c01305653f92008215 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 15 Aug 2015 15:12:36 +0100 Subject: [PATCH] vbltest: fix variable shadowing warning Just remove the second (shadowing) declaration of ret. Signed-off-by: Emil Velikov --- tests/vbltest/vbltest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c index 4200adbe..e27f45c1 100644 --- a/tests/vbltest/vbltest.c +++ b/tests/vbltest/vbltest.c @@ -177,7 +177,6 @@ int main(int argc, char **argv) while (1) { struct timeval timeout = { .tv_sec = 3, .tv_usec = 0 }; fd_set fds; - int ret; FD_ZERO(&fds); FD_SET(0, &fds); -- 2.11.0