silence compiler warnings for mingw win32 builds --enable-debug

This commit is contained in:
Daniel Stenberg
2005-03-14 15:43:23 +00:00
parent 387aaba810
commit 3916d1e6cb
4 changed files with 7 additions and 8 deletions

View File

@@ -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) {