From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Stenberg Subject: Re: [PATCH] smart-http: Don't use Expect: 100-Continue Date: Wed, 16 Feb 2011 08:38:50 +0100 (CET) Message-ID: References: <1297789044-17978-1-git-send-email-spearce@spearce.org> <7vr5b9nkzb.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="1129329158-1521418102-1297841855=:20870" Cc: Junio C Hamano , git@vger.kernel.org, Tay Ray Chuan To: Shawn Pearce X-From: git-owner@vger.kernel.org Wed Feb 16 08:40:56 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ppc0M-0001XM-8x for gcvg-git-2@lo.gmane.org; Wed, 16 Feb 2011 08:40:54 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751532Ab1BPHkt (ORCPT ); Wed, 16 Feb 2011 02:40:49 -0500 Received: from giant.haxx.se ([80.67.6.50]:55632 "EHLO giant.haxx.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346Ab1BPHkr (ORCPT ); Wed, 16 Feb 2011 02:40:47 -0500 Received: from giant.haxx.se (giant.haxx.se [80.67.6.50]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with ESMTP id p1G7cogK021541; Wed, 16 Feb 2011 08:38:50 +0100 X-X-Sender: dast@giant.haxx.se In-Reply-To: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) X-fromdanielhimself: yes Content-ID: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1129329158-1521418102-1297841855=:20870 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Tue, 15 Feb 2011, Shawn Pearce wrote: >>    remote-curl.c:403: error: call to '_curl_easy_setopt_err_cb_data' declared >>    with attribute warning: curl_easy_setopt expects a private data pointer as >>    argument for this option > > I'm surprised my build doesn't have sufficient warning flags enabled when I > built this. :-( Those are warnings generated by the macro magic in curl's typecheck-gcc.h header file, and they require gcc 4.3 or later so perhaps you used an older compiler? -- / daniel.haxx.se --1129329158-1521418102-1297841855=:20870--