From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (71-38-154-164.ptld.qwest.net [71.38.154.164]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 66A9378ACB for ; Wed, 6 Aug 2014 10:20:14 -0700 (PDT) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com References: <20140706101426.eklhad@comcast.net> Date: Wed, 06 Aug 2014 10:19:24 -0700 In-Reply-To: <20140706101426.eklhad@comcast.net> (Karl Dahlke's message of "Wed, 06 Aug 2014 10:14:26 -0400") Message-ID: <87ha1plen7.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] ifndef CURLE_PEER_FAILED_VERIFICATION X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 17:20:14 -0000 Karl Dahlke writes: > Chris I think you put those in, what do you think? I honestly don't remember doing that, but I probably did, way back in 2008. If there was a good reason for doing it back then, it's no longer valid, so let's remove them. On another note, I have a patch that eliminates a third of those clang warnings, just by using some source annotations. A bunch of warnings are spurious, because clang has no way of proving that some functions (showErrorAbort, i_printfExit) will never return. Source annotations help here. I'm looking at the rest as well, and I'll make up a set of several patches. -- Chris