On 06/04/2011 09:00 PM, [email protected] 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
