SASL: fix compiler warnings
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Sep 2013 20:32:57 +0000 (22:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Sep 2013 20:33:29 +0000 (22:33 +0200)
commite9de8e78f0a73c5fa7e0a7aba6b85f3d8afa76d9
tree4d28554b767e917ea412bb81309b920fd4f93c8a
parent2eabb7d590aaa14c211e3a306582ff36fc3fc0f5
SASL: fix compiler warnings

comparison between signed and unsigned integer expressions

suggest parentheses around '&&' within '||' (twice)
lib/curl_sasl.h
lib/imap.c
lib/smtp.c