http NTLM: fix 8 compiler warnings
authorYang Tse <yangsita@gmail.com>
Sun, 14 Aug 2011 14:36:47 +0000 (16:36 +0200)
committerYang Tse <yangsita@gmail.com>
Sun, 14 Aug 2011 14:36:47 +0000 (16:36 +0200)
commitdc4f9d185da188f7b46cc6fadd86a24c333a9be8
treed67a5b2cfc6c99d07e275d533c8c2a064059801f
parent98fb0ef73ef212271895e87b8bd9a2d5b2baf6b6
http NTLM: fix 8 compiler warnings

Strict splitting of http_ntlm.[ch] may trigger 8 compiler warnings when
building with some compilers and strict compiler warnings enabled, depending
on other specific configuration options some could get triggered or not.

Seven are related with 'unused function parameters' and another one with
'var may be used before its value is set'.
lib/curl_ntlm.c
lib/http_ntlm.c