GNOME Bugzilla – Bug 693742
giscanner: Suppress deprecation warnings when introspecting types
Last modified: 2015-02-07 16:56:31 UTC
Fix warnings like this when running giscanner /data/projects/gobject-introspection/tmp-introspectibCB24/GObject-2.0.c:616:3: warning: ‘g_value_array_get_type’ is deprecated (declared at /data/projects/gobject-introspection/tmp-introspectibCB24/GObject-2.0.c:605): Use 'g_array_get_type' instead [-Wdeprecated-declarations]
Created attachment 235955 [details] [review] giscanner: Suppress deprecation warnings when introspecting types
Review of attachment 235955 [details] [review]: Theoretically we should only do this when we're using GCC, but likely CLang honors the flag, and I can't bring myself to really care at the moment =)
Attachment 235955 [details] pushed as a7ad2cc - giscanner: Suppress deprecation warnings when introspecting types
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]