summaryrefslogtreecommitdiff
path: root/gdata/tests/oauth1-authorizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/tests/oauth1-authorizer.c')
-rw-r--r--gdata/tests/oauth1-authorizer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdata/tests/oauth1-authorizer.c b/gdata/tests/oauth1-authorizer.c
index 63d50d9b..480de207 100644
--- a/gdata/tests/oauth1-authorizer.c
+++ b/gdata/tests/oauth1-authorizer.c
@@ -23,6 +23,9 @@
#include "common.h"
+/* Uses the Contacts API for tests, but it’s deprecated */
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static GThread *main_thread = NULL;
static UhmServer *mock_server = NULL;
@@ -1137,3 +1140,5 @@ main (int argc, char *argv[])
return g_test_run ();
}
+
+G_GNUC_END_IGNORE_DEPRECATIONS