mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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;
|
||||
return TRUE;
|
||||
return continue_timeout;
|
||||
}
|
||||
|
||||
if (test_number == 3) {
|
||||
|
Loading…
Reference in New Issue
Block a user