From 50f1bb263241aef5aaf3225351cc199b1756fc39 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Fri, 22 Feb 2019 19:12:30 +0100 Subject: Fix strict-prototypes GCC warning As seen in the MinGW autobuilds. Caused by commit f26bc29cfec0be84c67cf74065cf8e5e78fd68b7. --- lib/easy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/easy.c b/lib/easy.c index b1e264e8d..a3ec46f55 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -94,7 +94,7 @@ static long init_flags; #ifdef WIN32 /* win32_cleanup() is the opposite of win32_init() */ -static void win32_cleanup() +static void win32_cleanup(void) { #ifdef USE_WINDOWS_SSPI Curl_sspi_global_cleanup(); -- cgit v1.2.3