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
commit94621b116ada645a0681caa260872ea7662e8f26 (patch)
treeb102d18e6a84b2dc2f9fa85154a3714be61f167a
parent9a0a1b6940645c45dece07ab4eb0cf6db30be573 (diff)
downloadNetworkManager-94621b116ada645a0681caa260872ea7662e8f26.tar.gz
libnm/tests: ignore deprecations when testing wimax
It's itself deprecated.
-rw-r--r--libnm/tests/test-nm-client.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm/tests/test-nm-client.c b/libnm/tests/test-nm-client.c
index 3a7c4d5dde..d564fae145 100644
--- a/libnm/tests/test-nm-client.c
+++ b/libnm/tests/test-nm-client.c
@@ -407,6 +407,8 @@ test_wifi_ap_added_removed (void)
/*******************************************************************/
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static const char *expected_nsp_name = "Clear";
typedef struct {
@@ -604,6 +606,8 @@ test_wimax_nsp_added_removed (void)
g_clear_pointer (&sinfo, nmtstc_service_cleanup);
}
+G_GNUC_END_IGNORE_DEPRECATIONS
+
/*******************************************************************/
typedef struct {