summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-04-05 20:25:41 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-04-05 20:39:19 +0200
commit9a0a1b6940645c45dece07ab4eb0cf6db30be573 (patch)
treed0f08118235263eabf6ebfecb4b119b6eb88dd27
parentbb0dfd6e01ed9c8749101282989bea9a001faf58 (diff)
downloadNetworkManager-9a0a1b6940645c45dece07ab4eb0cf6db30be573.tar.gz
libnm-glib/tests: ignore deprecations when testing wimax
It's itself deprecated.
-rw-r--r--libnm-glib/tests/test-nm-client.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm-glib/tests/test-nm-client.c b/libnm-glib/tests/test-nm-client.c
index 0da93c3fd3..6a6ba2ce4a 100644
--- a/libnm-glib/tests/test-nm-client.c
+++ b/libnm-glib/tests/test-nm-client.c
@@ -422,6 +422,8 @@ test_wifi_ap_added_removed (void)
/*******************************************************************/
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static const char *expected_nsp_name = "Clear";
typedef struct {
@@ -643,6 +645,8 @@ test_wimax_nsp_added_removed (void)
g_clear_pointer (&sinfo, nmtstc_service_cleanup);
}
+G_GNUC_END_IGNORE_DEPRECATIONS
+
/*******************************************************************/
typedef struct {