@techee 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;
OK, done.
The variable is used also a bit later without `g_once_` but I kind of doubt
that the `volatile`-ness was used for anything useful here.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1456#discussion_r2167756625
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1456/review/[email protected]>