[gnome-flashback] gvc: drop use of volatile



commit be553b62c1200a47fc466adeb55fbc337c1c1cbf
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Aug 21 11:07:42 2021 +0300

    gvc: drop use of volatile

 gvc/gvc-enum-types.c.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gvc/gvc-enum-types.c.in b/gvc/gvc-enum-types.c.in
index c536957..1d9db7a 100644
--- a/gvc/gvc-enum-types.c.in
+++ b/gvc/gvc-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]