sasl_sspi: Fixed compilation warning from commit 2d2a62e3d9

Added void reference to unused 'data' parameter back to fix compilation
warning.
This commit is contained in:
Steve Holme 2014-11-06 13:27:30 +00:00
parent 3aa0e57ce6
commit 6d45f952e6
1 changed files with 2 additions and 0 deletions

View File

@ -343,6 +343,8 @@ CURLcode Curl_sasl_create_digest_http_message(struct SessionHandle *data,
unsigned long attrs;
TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */
(void) data;
/* Query the security package for DigestSSP */
status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
&SecurityPackage);