mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
prevent compiler warning
This commit is contained in:
parent
562d2de303
commit
d5bdd2b2f9
@ -553,7 +553,7 @@ const char *Curl_strerror(struct connectdata *conn, int err)
|
|||||||
|
|
||||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||||
|
|
||||||
#if _WIN32_WCE
|
#ifdef _WIN32_WCE
|
||||||
buf[0]=0;
|
buf[0]=0;
|
||||||
{
|
{
|
||||||
wchar_t wbuf[256];
|
wchar_t wbuf[256];
|
||||||
|
Loading…
Reference in New Issue
Block a user