mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Merge branch 'wip/3v1n0/ci-really-use-fedora-39' into 'main'
ci: Ignore lcov errors on source missing, handle atomic writes and actually use Fedora 39 image Closes #3381 See merge request GNOME/glib!4096
This commit is contained in:
@@ -664,7 +664,7 @@ cancellable_source_cancelled (GCancellable *cancellable,
|
||||
{
|
||||
GSource *source = user_data;
|
||||
GCancellableSource *cancellable_source = (GCancellableSource *) source;
|
||||
gboolean callback_was_not_called;
|
||||
gboolean callback_was_not_called G_GNUC_UNUSED;
|
||||
|
||||
g_source_ref (source);
|
||||
g_source_set_ready_time (source, 0);
|
||||
|
Reference in New Issue
Block a user