mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
tests: Fix unused variable in the threadpool-test
It looks like `continue_timeout` should be returned here, rather than being set and never read. Spotted by `scan-build`. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
465b4dadf3
commit
543a0c4091
@ -414,7 +414,7 @@ test_check_start_and_stop (gpointer user_data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
run_next = FALSE;
|
run_next = FALSE;
|
||||||
return TRUE;
|
return continue_timeout;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (test_number == 3) {
|
if (test_number == 3) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user