d97ea66dc7
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/meson.git#1f043fac7e46a10e87f8ec8f1d8682884f22c85f
14 lines
495 B
Diff
14 lines
495 B
Diff
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py
|
|
index 1faa128..3c7f378 100644
|
|
--- a/mesonbuild/modules/gnome.py
|
|
+++ b/mesonbuild/modules/gnome.py
|
|
@@ -1417,7 +1417,7 @@ class GnomeModule(ExtensionModule):
|
|
GType
|
|
%s@enum_name@_get_type (void)
|
|
{
|
|
- static volatile gsize gtype_id = 0;
|
|
+ static gsize gtype_id = 0;
|
|
static const G@Type@Value values[] = {''' % func_prefix
|
|
|
|
c_file_kwargs['vprod'] = ' { C_@TYPE@(@VALUENAME@), "@VALUENAME@", "@valuenick@" },'
|