summaryrefslogtreecommitdiff
path: root/tests/test-util.c
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-06-14 00:15:30 +0200
committerJens Georg <mail@jensge.org>2015-06-14 00:16:33 +0200
commitc1c5e9546cf2881f89d4a479eccb3fa1f5ae5d1a (patch)
tree4e0237b37b2780b1597e4378a5ae77e679053cb5 /tests/test-util.c
parent7d1365c7c9a4348bbceeaabdcdd02c26bf211ebf (diff)
downloadgssdp-c1c5e9546cf2881f89d4a479eccb3fa1f5ae5d1a.tar.gz
Remove gnome-common
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'tests/test-util.c')
-rw-r--r--tests/test-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-util.c b/tests/test-util.c
index 5bebefc..e53546a 100644
--- a/tests/test-util.c
+++ b/tests/test-util.c
@@ -21,7 +21,7 @@
#include "test-util.h"
-void
+G_GNUC_NORETURN void
on_resource_unavailable_assert_not_reached (G_GNUC_UNUSED GSSDPResourceBrowser *src,
G_GNUC_UNUSED const char *usn,
G_GNUC_UNUSED gpointer user_data)
@@ -29,7 +29,7 @@ on_resource_unavailable_assert_not_reached (G_GNUC_UNUSED GSSDPResourceBrowser *
g_assert_not_reached ();
}
-void
+G_GNUC_NORETURN void
on_resource_available_assert_not_reached (G_GNUC_UNUSED GSSDPResourceBrowser *src,
G_GNUC_UNUSED const char *usn,
G_GNUC_UNUSED GList *locations,