summaryrefslogtreecommitdiffstats
path: root/test/test_value.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_value.c')
-rw-r--r--test/test_value.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_value.c b/test/test_value.c
index b36737a..82b44b7 100644
--- a/test/test_value.c
+++ b/test/test_value.c
@@ -72,12 +72,6 @@ main(void)
assert(fabs(lilv_node_as_float(fval) - 1.6180) < FLT_EPSILON);
assert(isnan(lilv_node_as_float(sval)));
-#if defined(__clang__)
-# pragma clang diagnostic pop
-#elif defined(__GNUC__) && __GNUC__ > 4
-# pragma GCC diagnostic pop
-#endif
-
LilvNode* loc_abs = lilv_new_file_uri(world, NULL, "/foo/bar");
LilvNode* loc_rel = lilv_new_file_uri(world, NULL, "foo");
LilvNode* host_abs = lilv_new_file_uri(world, "host", "/foo/bar");