summaryrefslogtreecommitdiffstats
path: root/test/x509_internal_test.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-11-16 22:45:05 +0100
committerAndy Polyakov <appro@openssl.org>2017-11-17 21:22:26 +0100
commit5d99881e6a58a8775b8ca866b794f615a16bb033 (patch)
treeea3a93a182e72e0cf9e913ad7bef017dfdd244b9 /test/x509_internal_test.c
parentc1ec4db33d0a0d95b1d7ff1cf0536df768e7c790 (diff)
Iron out /WX errors in VC-WIN32.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/x509_internal_test.c')
-rw-r--r--test/x509_internal_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/x509_internal_test.c b/test/x509_internal_test.c
index 2385d53ab2..03bbcf2bfd 100644
--- a/test/x509_internal_test.c
+++ b/test/x509_internal_test.c
@@ -35,7 +35,7 @@
# pragma names restore
#endif
-static int test_standard_exts()
+static int test_standard_exts(void)
{
size_t i;
int prev = -1, good = 1;