diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-01-23 18:49:12 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-01-23 21:09:24 -0500 |
commit | 668c31bf97a6d6fb6caa630d34a2ca705906e1dd (patch) | |
tree | d3c8d8e2670e43d509fde030cffc223f734507ca /docs | |
parent | f4831df8ff63b23dad3c0cf734b4df75441cf1a7 (diff) | |
download | gtk+-668c31bf97a6d6fb6caa630d34a2ca705906e1dd.tar.gz |
Build gtk-doc scanner without deprecation warnings
Use of deprecated symbols is expected in this code,
no need to warn about it.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 848bcd731c..e66e20f48e 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -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) |