summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-05 16:23:00 +0200
committerThomas Haller <thaller@redhat.com>2015-08-05 16:24:12 +0200
commiteef0342bccf06b0ed31e98b7c42761ca1d342f17 (patch)
tree20cd4dbeae924ab02064e4d3d7cd3f5257c030b9
parentb7de900b90bb7162788ea739aecaae513924fb56 (diff)
downloadNetworkManager-eef0342bccf06b0ed31e98b7c42761ca1d342f17.tar.gz
libnm/test: use (void) for empty parentheses in function prototype
Fixes: ec92ecedae28c9b7e78c2de5bc378fc7afc9eaf0
-rw-r--r--libnm-core/tests/test-general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/tests/test-general.c b/libnm-core/tests/test-general.c
index 063bda7dd3..033a374362 100644
--- a/libnm-core/tests/test-general.c
+++ b/libnm-core/tests/test-general.c
@@ -4281,7 +4281,7 @@ test_nm_utils_ascii_str_to_int64 (void)
/******************************************************************************/
static void
-test_nm_utils_strstrdictkey ()
+test_nm_utils_strstrdictkey (void)
{
#define _VALUES_STATIC(_v1, _v2) { .v1 = _v1, .v2 = _v2, .v_static = _nm_utils_strstrdictkey_static (_v1, _v2), }
const struct {