mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02: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:
@@ -414,7 +414,7 @@ test_check_start_and_stop (gpointer user_data)
|
||||
}
|
||||
|
||||
run_next = FALSE;
|
||||
return TRUE;
|
||||
return continue_timeout;
|
||||
}
|
||||
|
||||
if (test_number == 3) {
|
||||
|
Reference in New Issue
Block a user