From 31a80694d425bf7f3a0ed5cc2ee775d9418a5490 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 15 Aug 2017 23:39:03 +0200 Subject: [Win] Fix some test method signatures ... to halves MSVC warnings. Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4172) --- test/ecstresstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ecstresstest.c') diff --git a/test/ecstresstest.c b/test/ecstresstest.c index 1cdb12b228..e16ccd59f6 100644 --- a/test/ecstresstest.c +++ b/test/ecstresstest.c @@ -64,7 +64,7 @@ err: return NULL; } -static int test_curve() +static int test_curve(void) { EC_GROUP *group = NULL; EC_POINT *point = NULL; -- cgit v1.2.3