You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ruediger Pluem <rp...@apache.org> on 2011/06/09 09:02:04 UTC

Re: svn commit: r1131467 - in /httpd/httpd/trunk/include: http_protocol.h http_request.h util_cookies.h util_script.h


On 06/04/2011 09:00 PM, sf@apache.org wrote:
> Author: sf
> Date: Sat Jun  4 19:00:16 2011
> New Revision: 1131467
> 
> URL: http://svn.apache.org/viewvc?rev=1131467&view=rev
> Log:
> Add __attribute__((sentinel)) to a few functions that require a terminal NULL
> argument.
> 
> Modified:
>     httpd/httpd/trunk/include/http_protocol.h
>     httpd/httpd/trunk/include/http_request.h
>     httpd/httpd/trunk/include/util_cookies.h
>     httpd/httpd/trunk/include/util_script.h

This creates a lot of warnings

warning: `sentinel' attribute directive ignored

 with older gcc versions (3.4.6, on RHEL 4).

Regards

RĂ¼diger