summaryrefslogtreecommitdiff
path: root/libnm-util
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-10-29 10:44:31 +0100
committerThomas Haller <thaller@redhat.com>2014-10-29 12:30:11 +0100
commitb77567b2257c6ff3a78d508b332a330671119b65 (patch)
treee1df91b60884080c90abb8681877e8a1b707e981 /libnm-util
parent5aefbe56584f5ca4464275dba81d07a51a205297 (diff)
downloadNetworkManager-b77567b2257c6ff3a78d508b332a330671119b65.tar.gz
build: fix -Wstrict-prototypes warnings
We disabled -Wstrict-prototypes in commit db9b1df0e47996ff8aaea468a11e1e97f64ee126 . Fix compiler warnings. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnm-util')
-rw-r--r--libnm-util/tests/test-general.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-util/tests/test-general.c b/libnm-util/tests/test-general.c
index 87e29f5977..bdec7e1354 100644
--- a/libnm-util/tests/test-general.c
+++ b/libnm-util/tests/test-general.c
@@ -744,7 +744,7 @@ new_connection_hash (char **out_uuid,
}
static void
-test_connection_replace_settings ()
+test_connection_replace_settings (void)
{
NMConnection *connection;
GHashTable *new_settings;
@@ -783,7 +783,7 @@ test_connection_replace_settings ()
}
static void
-test_connection_replace_settings_from_connection ()
+test_connection_replace_settings_from_connection (void)
{
NMConnection *connection, *replacement;
GError *error = NULL;
@@ -845,7 +845,7 @@ test_connection_replace_settings_from_connection ()
}
static void
-test_connection_new_from_hash ()
+test_connection_new_from_hash (void)
{
NMConnection *connection;
GHashTable *new_settings;