mirror of
https://github.com/curl/curl.git
synced 2026-07-22 20:07:17 +03:00
Fixed some compiler warnings.
This commit is contained in:
parent
dd54d8551b
commit
fb9ae9d0e2
2 changed files with 3 additions and 0 deletions
|
|
@ -762,6 +762,8 @@ Curl_ntlm_cleanup(struct connectdata *conn)
|
|||
#ifdef USE_WINDOWS_SSPI
|
||||
ntlm_sspi_cleanup(&conn->ntlm);
|
||||
ntlm_sspi_cleanup(&conn->proxyntlm);
|
||||
#else
|
||||
(void)conn;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ void idn_free (void *ptr); /* prototype from idn-free.h, not provided by
|
|||
#include "url.h"
|
||||
#include "connect.h"
|
||||
#include "inet_ntop.h"
|
||||
#include "http_ntlm.h"
|
||||
#include <ca-bundle.h>
|
||||
|
||||
#if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue