mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02: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:
@@ -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 ());
|
||||
|
||||
|
Reference in New Issue
Block a user