mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-16 10:53:00 +00:00
clang: Fix static analysis warnings from clang
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
@@ -264,7 +264,6 @@ static void set_mode(struct test_output *o, int crtc)
|
||||
gettimeofday(&now, NULL);
|
||||
if (now.tv_sec > end.tv_sec ||
|
||||
(now.tv_sec == end.tv_sec && now.tv_usec >= end.tv_usec)) {
|
||||
ret = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user