aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_uri.c')
-rw-r--r--test/test_uri.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_uri.c b/test/test_uri.c
index 50fc311d..0328a413 100644
--- a/test/test_uri.c
+++ b/test/test_uri.c
@@ -51,6 +51,11 @@ test_file_uri(const char* hostname,
serd_node_free(&node);
}
+#if defined(__GNUC__)
+# pragma GCC diagnostic push
+# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+#endif
+
static void
test_uri_to_path(void)
{
@@ -79,6 +84,10 @@ test_uri_to_path(void)
assert(!strcmp((const char*)serd_uri_to_path(uri), "C|/Windows/Sucks"));
}
+#if defined(__GNUC__)
+# pragma GCC diagnostic pop
+#endif
+
static void
test_uri_parsing(void)
{