[gnome-flashback] common: drop use of volatile



commit abceed2934c942da6096b0df9b708c6e451a849e
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Aug 21 11:09:13 2021 +0300

    common: drop use of volatile

 gnome-flashback/libcommon/gf-common-enum-types.c.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-flashback/libcommon/gf-common-enum-types.c.in 
b/gnome-flashback/libcommon/gf-common-enum-types.c.in
index 136a480..2884c6e 100644
--- a/gnome-flashback/libcommon/gf-common-enum-types.c.in
+++ b/gnome-flashback/libcommon/gf-common-enum-types.c.in
@@ -12,7 +12,7 @@
 GType
 @enum_name@_get_type (void)
 {
-  static volatile gsize g_enum_type_id;
+  static gsize g_enum_type_id;
   static const G@Type@Value values[] =
     {
 /*** END value-header ***/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]