mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:53:31 +03:00
silence compiler warnings for mingw win32 builds --enable-debug
This commit is contained in:
parent
387aaba810
commit
3916d1e6cb
4 changed files with 7 additions and 8 deletions
|
|
@ -346,7 +346,7 @@ curl_share_strerror(CURLSHcode error)
|
|||
static const char *
|
||||
get_winsock_error (int err, char *buf, size_t len)
|
||||
{
|
||||
char *p;
|
||||
const char *p;
|
||||
|
||||
#ifndef CURL_DISABLE_VERBOSE_STRINGS
|
||||
switch (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue