fix several compiler warnings

This commit is contained in:
Yang Tse 2012-03-16 20:06:18 +01:00
parent 8af4b657d0
commit b329fc7023
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ CURLcode easysrc_addf(struct curl_slist **plist, const char *fmt, ...)
return ret;
}
#define CHKRET(v) do {CURLcode ret = (v); if(ret) return ret;} while(0)
#define CHKRET(v) do {CURLcode ret = (v); if(ret) return ret;} WHILE_FALSE
CURLcode easysrc_init(void)
{