Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 56693 invoked from network); 13 May 2009 13:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 13:11:06 -0000 Received: (qmail 47443 invoked by uid 500); 13 May 2009 13:11:05 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 47380 invoked by uid 500); 13 May 2009 13:11:04 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 47371 invoked by uid 99); 13 May 2009 13:11:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 13:11:04 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 13:10:53 +0000 Received: from [195.227.30.209] (notebook-rj [195.227.30.209]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id n4DDAXjL017273 for ; Wed, 13 May 2009 15:10:33 +0200 (CEST) Message-ID: <4A0AC64C.7020107@kippdata.de> Date: Wed, 13 May 2009 15:08:28 +0200 From: Rainer Jung User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1b3pre) Gecko/20090223 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: GCC 4, NULL and missing sentinel warnings References: <4A09E4EA.5050807@kippdata.de> <4A09F269.4050407@rowe-clan.net> In-Reply-To: <4A09F269.4050407@rowe-clan.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 13.05.2009 00:04, William A. Rowe, Jr. wrote: > Rainer Jung wrote: >> Should I prepare a patch along those lines? > > Maybe bring this up on the dev@apr.apache.org list? You're right, I opened an issue and attached a patch. https://issues.apache.org/bugzilla/show_bug.cgi?id=47191 Once things are sorted out in APR land, there'll be an analogous patch to do for ap_fputstrs() in util_filter.h. Regards, Rainer