summaryrefslogtreecommitdiff
path: root/gck
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-19 16:35:53 +0200
committerStef Walter <stefw@gnome.org>2013-04-19 16:35:53 +0200
commitc144d948f5817f9f0950ce1a6aa46239269740ab (patch)
treeff70ca346fee9ab694f2bc1d804198114714ec60 /gck
parent8fcd7ce443aabe1f563ad6753af2cae4ee052cfd (diff)
downloadgcr-c144d948f5817f9f0950ce1a6aa46239269740ab.tar.gz
gcr: Supress warnings when building gobject-introspection Gir files
Requires: https://bugzilla.gnome.org/show_bug.cgi?id=698367
Diffstat (limited to 'gck')
-rw-r--r--gck/gck.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gck/gck.h b/gck/gck.h
index c458012..b427abe 100644
--- a/gck/gck.h
+++ b/gck/gck.h
@@ -41,9 +41,11 @@ G_BEGIN_DECLS
* and add the C flag: -DGCK_API_SUBJECT_TO_CHANGE
*/
+#ifndef __GI_SCANNER__
#ifndef GCK_API_SUBJECT_TO_CHANGE
#error "This API has not yet reached stability."
#endif
+#endif
#define GCK_VENDOR_CODE 0x47434B00 /* GCK */