Build gtk-doc scanner without deprecation warnings

Use of deprecated symbols is expected in this code,
no need to warn about it.
This commit is contained in:
Matthias Clasen
2014-01-23 18:49:12 -05:00
parent f4831df8ff
commit 668c31bf97

View File

@@ -112,6 +112,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_builddir)/gdk \
-DGTK_ENABLE_BROKEN \
-Wno-deprecated-declarations \
$(GTK_DEBUG_FLAGS) \
$(GTK_DEP_CFLAGS)