From 1e0cfb884a92540d8fbcac662c75633ff6eb1e2a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 18 Oct 2013 14:47:31 -0500 Subject: fix a trio of pedantic gcc warnings --- src/timezone-geoclue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timezone-geoclue.c') diff --git a/src/timezone-geoclue.c b/src/timezone-geoclue.c index d49d586..ac23b93 100644 --- a/src/timezone-geoclue.c +++ b/src/timezone-geoclue.c @@ -70,7 +70,7 @@ on_address_changed_sig (GeoclueAddress * address G_GNUC_UNUSED, GeoclueAccuracy * accuracy G_GNUC_UNUSED, gpointer gself) { - return on_address_changed(address, timestamp, addy_data, accuracy, NULL, gself); + on_address_changed(address, timestamp, addy_data, accuracy, NULL, gself); } static void -- cgit v1.2.3