mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
Merge branch 'wip/hadess/test-warning-fix' into 'main'
appmonitor: Fix warning building test See merge request GNOME/glib!4395
This commit is contained in:
commit
7dacfa7799
@ -91,7 +91,7 @@ timeout_cb (gpointer user_data)
|
||||
{
|
||||
gboolean *timed_out = user_data;
|
||||
|
||||
g_assert (!timed_out);
|
||||
g_assert (!*timed_out);
|
||||
*timed_out = TRUE;
|
||||
g_main_context_wakeup (g_main_context_get_thread_default ());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user