From: Rico Tzschichholz Date: Fri, 11 Nov 2016 23:34:00 +0000 (+0100) Subject: Fix build with -Werror=enum-compare X-Git-Tag: 0.35.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b711e2a0d41536245d7e3a8ccae71a72ba387e;p=thirdparty%2Fvala.git Fix build with -Werror=enum-compare --- diff --git a/gobject-introspection/gidl.vapi b/gobject-introspection/gidl.vapi index aaa8d76fe..98b155cae 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,