diff options
Diffstat (limited to 'test/run-tests.c')
-rw-r--r-- | test/run-tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-tests.c b/test/run-tests.c index a5007e24..51170749 100644 --- a/test/run-tests.c +++ b/test/run-tests.c @@ -40,7 +40,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); |