From 240d5fae7903acad748af456a6ce7d110f78484c Mon Sep 17 00:00:00 2001 From: "Julian M. Kunkel" Date: Sat, 21 Dec 2019 11:19:02 +0000 Subject: [PATCH] Trivial fix to ensure all functions are prototypes. --- src/ior.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ior.h b/src/ior.h index ccf47fa..745a2d3 100755 --- a/src/ior.h +++ b/src/ior.h @@ -241,7 +241,7 @@ typedef struct IOR_test_t { IOR_test_t *CreateTest(IOR_param_t *init_params, int test_num); void AllocResults(IOR_test_t *test); -char * GetPlatformName(); +char * GetPlatformName(void); void init_IOR_Param_t(IOR_param_t *p); /*