--- scintilla/gtk/ScintillaGTKAccessible.cxx	2020-04-23 09:50:17.000000000 +0800
+++ scintilla/gtk/ScintillaGTKAccessible.cxx	2024-06-14 22:24:59.000000000 +0800
@@ -1005,7 +1005,7 @@
 
 // @p parent_type is only required on GTK 3.2 to 3.6, and only on the first call
 static GType scintilla_object_accessible_get_type(GType parent_type G_GNUC_UNUSED) {
-	static volatile gsize type_id_result = 0;
+	static gsize type_id_result = 0;
 
 	if (g_once_init_enter(&type_id_result)) {
 		GTypeInfo tinfo = {
