From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] smart-http: Don't use Expect: 100-Continue Date: Wed, 16 Feb 2011 10:54:34 -0800 Message-ID: <7vlj1fkdxx.fsf@alter.siamese.dyndns.org> References: <1297789044-17978-1-git-send-email-spearce@spearce.org> <7vr5b9nkzb.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Shawn Pearce , Junio C Hamano , git@vger.kernel.org, Tay Ray Chuan To: Daniel Stenberg X-From: git-owner@vger.kernel.org Wed Feb 16 19:54:57 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 1PpmWc-0000EC-Va for gcvg-git-2@lo.gmane.org; Wed, 16 Feb 2011 19:54:55 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753670Ab1BPSyu (ORCPT ); Wed, 16 Feb 2011 13:54:50 -0500 Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:54025 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752969Ab1BPSyt (ORCPT ); Wed, 16 Feb 2011 13:54:49 -0500 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 91903302E; Wed, 16 Feb 2011 13:55:54 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=to:cc:subject :references:from:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=kXqr+A8TaTLwHKiTGN3F3UOI3lU=; b=OCf7ls Xsb8+0AyT2Xc6nnh6ybINyTgipy8dy+05+61FPSh3DiGA6L+d38HwYWHXV32nYie iu36crUeWEFDEs+pZ1CnEil8vPWTYVtc8Yg6M2itJ3iWgZFhm2pIcNzbLugknH91 MHQQG/3GqXJMErAhEgXOqOmg3ulBLatZZm26s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:cc:subject :references:from:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=WUbrCZZTs1VCPVwsHFFiTJ+Qdw9wIgr4 h112KFePkK/bW5FQWwWLh8YNKbNXL5aX6M5Zx7xRbKu0YIMwgQGqCFDorV/nsD0K mynAaxpRf758ZDR1Jd5DeNFDbXR7ygqstCep7WbdLHTT+YzaUdmgzQrfn1ZI6wET K8pKcR+ksjY= Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 4E94E3029; Wed, 16 Feb 2011 13:55:50 -0500 (EST) Received: from pobox.com (unknown [76.102.170.102]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 0896A3024; Wed, 16 Feb 2011 13:55:42 -0500 (EST) In-Reply-To: (Daniel Stenberg's message of "Wed\, 16 Feb 2011 08\:38\:50 +0100 \(CET\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Pobox-Relay-ID: 5F32BD96-39FE-11E0-8470-AF401E47CF6F-77302942!a-pb-sasl-sd.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Daniel Stenberg writes: > On Tue, 15 Feb 2011, Shawn Pearce wrote: >> 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... Yes, and thanks for putting them in. I wouldn't have caught this myself by a mere code inspection, as I tend to skim over patches from people with skills known to be above a certain threshold.