Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)
authorDan Winship <danw@gnome.org>
Sun, 19 Feb 2012 00:41:48 +0000 (19:41 -0500)
committerDan Winship <danw@gnome.org>
Mon, 5 Mar 2012 00:37:09 +0000 (19:37 -0500)
commit48260a675ed747cd72eab439aecd74b53389d4ad
tree5ad8e55a62cd065865480a861ef0fb27388e62af
parent766b1432c4d95e3f75a2c875bb06c94f22c23881
Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)

The XMLRPC API uses GValueArray, so ignore deprecation warnings about
that.
libsoup/soup-value-utils.c
libsoup/soup-xmlrpc.c
tests/getbug.c
tests/xmlrpc-server-test.c
tests/xmlrpc-test.c