diff --git a/src/tests/test-general-with-expect.c b/src/tests/test-general-with-expect.c index 08a58106cf..fe76e3fad3 100644 --- a/src/tests/test-general-with-expect.c +++ b/src/tests/test-general-with-expect.c @@ -36,7 +36,7 @@ /*******************************************/ static void -test_nm_utils_monotonic_timestamp_as_boottime () +test_nm_utils_monotonic_timestamp_as_boottime (void) { gint64 timestamp_ns_per_tick, now, now_boottime, now_boottime_2, now_boottime_3; struct timespec tp; @@ -421,7 +421,7 @@ _remove_at_indexes_init_random_idx (GArray *idx, guint array_len, guint idx_len) } static void -test_nm_utils_array_remove_at_indexes () +test_nm_utils_array_remove_at_indexes (void) { gs_unref_array GArray *idx = NULL, *array = NULL; gs_unref_hashtable GHashTable *unique = NULL;