aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-06-20 21:41:05 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-06-21 19:04:19 +0200
commit91860165820daf7a17836597f18752f094b887c8 (patch)
treef6a4bdd66a9f47ba663403e0714f713d5bafef64 /test/testutil
parent991f0355fb782f499e226a732c0099847048c91a (diff)
downloadopenssl-91860165820daf7a17836597f18752f094b887c8.tar.gz
Add -Wstrict-prototypes option to --strict-warnings
[extended tests] Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6542)
Diffstat (limited to 'test/testutil')
-rw-r--r--test/testutil/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutil/driver.c b/test/testutil/driver.c
index 9cdce7a4e0..8d483336ff 100644
--- a/test/testutil/driver.c
+++ b/test/testutil/driver.c
@@ -26,7 +26,7 @@
*/
typedef struct test_info {
const char *test_case_name;
- int (*test_fn) ();
+ int (*test_fn) (void);
int (*param_test_fn)(int idx);
int num;