fix several compiler warnings
This commit is contained in:
parent
8af4b657d0
commit
b329fc7023
@ -124,7 +124,7 @@ CURLcode easysrc_addf(struct curl_slist **plist, const char *fmt, ...)
|
|||||||
return ret;
|
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)
|
CURLcode easysrc_init(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user