From 6b75d2c2df7209919a70a29a4479625b62fb3c28 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 3 Sep 2011 16:06:10 +0200 Subject: fix a bunch of MSVC compiler warnings --- lib/curl_ntlm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/curl_ntlm.h') diff --git a/lib/curl_ntlm.h b/lib/curl_ntlm.h index e84ba3f6b..b2783778b 100644 --- a/lib/curl_ntlm.h +++ b/lib/curl_ntlm.h @@ -37,7 +37,7 @@ void Curl_http_ntlm_cleanup(struct connectdata *conn); #else -#define Curl_http_ntlm_cleanup(a) +#define Curl_http_ntlm_cleanup(a) Curl_nop_stmt #endif -- cgit v1.2.3