Skip to content

manager: Do not use unnecessary volatile qualifier on GQuark

Marco Trevisan requested to merge 3v1n0/fprintd:not-volatile-gquark into master

As per new GLib in CI image fprintd doesn't build anymore, since g_once_init_enter now warns about using a volatile value, as this has never been supposed to be the case, despite its signature [1].

Related to: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719

[1] https://gitlab.gnome.org/GNOME/glib/-/issues/600

Edited by Marco Trevisan

Merge request reports