[vala/0.34] Fix build with -Werror=enum-compare



commit 20907831d5fa50670745d2baff82e5391cd93bd1
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Nov 12 00:34:00 2016 +0100

    Fix build with -Werror=enum-compare

 gobject-introspection/gidl.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject-introspection/gidl.vapi b/gobject-introspection/gidl.vapi
index aaa8d76..98b155c 100644
--- a/gobject-introspection/gidl.vapi
+++ b/gobject-introspection/gidl.vapi
@@ -249,7 +249,7 @@ namespace GLib {
                public string[] errors;
        }
 
-       [CCode (cname = "GITypeTag", cprefix = "TYPE_TAG_", cheader_filename = "gmetadata.h")]
+       [CCode (cname = "TypeTag", cprefix = "TYPE_TAG_", cheader_filename = "gmetadata.h")]
        public enum TypeTag
        {
                VOID,


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