@b4n commented on this pull request.
> @@ -2007,7 +2007,7 @@ static void scp_tree_store_class_init(GObjectClass
> *class)
FALSE, G_PARAM_READWRITE));
}
-static volatile gsize scp_tree_store_type_id_volatile = 0;
+static gsize scp_tree_store_type_id_volatile = 0;
Yeah I would think it's just historical, because `g_once_init_enter()` used to
want it long ago, or at least strongly suggest it was useful.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1456#discussion_r2168216306
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1456/review/[email protected]>