mirror of
https://github.com/curl/curl.git
synced 2026-04-27 11:22:17 +03:00
fix several compiler warnings
This commit is contained in:
parent
8af4b657d0
commit
b329fc7023
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue