summaryrefslogtreecommitdiff
path: root/gdata/tests/contacts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/tests/contacts.c')
-rw-r--r--gdata/tests/contacts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdata/tests/contacts.c b/gdata/tests/contacts.c
index f70cee25..b6f4de2d 100644
--- a/gdata/tests/contacts.c
+++ b/gdata/tests/contacts.c
@@ -25,6 +25,8 @@
#include "common.h"
#include "gdata-dummy-authorizer.h"
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static UhmServer *mock_server = NULL;
#undef CLIENT_ID /* from common.h */
@@ -2699,3 +2701,5 @@ main (int argc, char *argv[])
return retval;
}
+
+G_GNUC_END_IGNORE_DEPRECATIONS