mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-03 06:48:01 +02:00
vbltest: fix variable shadowing warning
Just remove the second (shadowing) declaration of ret. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
51b5ca9457
commit
687cc66d46
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue