projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ba80a
)
Fix strict-prototypes GCC warning
author
Marcel Raad
<Marcel.Raad@teamviewer.com>
Fri, 22 Feb 2019 18:12:30 +0000
(19:12 +0100)
committer
Marcel Raad
<Marcel.Raad@teamviewer.com>
Fri, 22 Feb 2019 18:12:30 +0000
(19:12 +0100)
As seen in the MinGW autobuilds. Caused by commit
f26bc29cfec0be84c67cf74065cf8e5e78fd68b7
.
lib/easy.c
patch
|
blob
|
history
diff --git
a/lib/easy.c
b/lib/easy.c
index b1e264e8dc37c38bad3a29a45bcb52ed4858abfb..a3ec46f55cbb091e071d74244ea51355e40badcd 100644
(file)
--- 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();