mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:13:40 +03:00
Fixed some compiler warnings with gcc
This commit is contained in:
parent
91bc396178
commit
88513d2d1a
7 changed files with 15 additions and 13 deletions
|
|
@ -591,6 +591,9 @@ http_output_auth(struct connectdata *conn,
|
|||
if(result)
|
||||
return result;
|
||||
}
|
||||
#else
|
||||
(void)request;
|
||||
(void)path;
|
||||
#endif
|
||||
if(auth) {
|
||||
infof(data, "Proxy auth using %s with user '%s'\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue