diff options
author | Stefan Fritsch <sf@apache.org> | 2011-06-12 12:40:17 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-06-12 12:40:17 +0200 |
commit | 20633f6349b980ca547c0600253594dbce34b29a (patch) | |
tree | 7ccb00f7b1edd104544e876f2eb6b8cb9f5169b7 /include/http_request.h | |
parent | Updates. (diff) | |
download | apache2-20633f6349b980ca547c0600253594dbce34b29a.tar.xz apache2-20633f6349b980ca547c0600253594dbce34b29a.zip |
Avoid "`sentinel' attribute directive ignored" warning with gcc 3.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1134906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_request.h')
-rw-r--r-- | include/http_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_request.h b/include/http_request.h index e591f6ea2c..644079eb10 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -285,7 +285,7 @@ AP_DECLARE(void) ap_update_mtime(request_rec *r, apr_time_t dependency_mtime); * @return None. */ AP_DECLARE(void) ap_allow_methods(request_rec *r, int reset, ...) - __attribute__((sentinel)); + ap_func_attr_sentinel; /** * Add one or more methods to the list permitted to access the resource. |