mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
Silence warning: empty body in an if-statement
This commit is contained in:
parent
f1343b2f55
commit
9dde0b54a3
3 changed files with 5 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ int Curl_cookie_output(struct CookieInfo *, char *);
|
|||
|
||||
#if defined(CURL_DISABLE_HTTP) || defined(CURL_DISABLE_COOKIES)
|
||||
#define Curl_cookie_list(x) NULL
|
||||
#define Curl_cookie_loadfiles(x)
|
||||
#define Curl_cookie_loadfiles(x) do { } while (0)
|
||||
#else
|
||||
struct curl_slist *Curl_cookie_list(struct SessionHandle *data);
|
||||
void Curl_cookie_loadfiles(struct SessionHandle *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue