aboutsummaryrefslogtreecommitdiff
path: root/test/run-benchmarks.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-benchmarks.c')
-rw-r--r--test/run-benchmarks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-benchmarks.c b/test/run-benchmarks.c
index 2b343da4..d7290f96 100644
--- a/test/run-benchmarks.c
+++ b/test/run-benchmarks.c
@@ -31,7 +31,7 @@
#ifdef __MVS__
#include "zos-base.h"
/* Initialize environment and zoslib */
-__attribute__((constructor)) void init() {
+__attribute__((constructor)) void init(void) {
zoslib_config_t config;
init_zoslib_config(&config);
init_zoslib(config);