[gnome-flashback/test: 3/4] desktop: drop use of volatile




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

    desktop: drop use of volatile

 gnome-flashback/libdesktop/gf-desktop-enum-types.c.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-flashback/libdesktop/gf-desktop-enum-types.c.in 
b/gnome-flashback/libdesktop/gf-desktop-enum-types.c.in
index 78cf146..57c2b0e 100644
--- a/gnome-flashback/libdesktop/gf-desktop-enum-types.c.in
+++ b/gnome-flashback/libdesktop/gf-desktop-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]