]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note a problem with the -Werror proposal
authorJacob Champion <jchampion@apache.org>
Wed, 28 Sep 2016 16:43:26 +0000 (16:43 +0000)
committerJacob Champion <jchampion@apache.org>
Wed, 28 Sep 2016 16:43:26 +0000 (16:43 +0000)
Will follow up on-list.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1762689 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1546acf7254021265bdca462f9c84ce73c20f36b..809b2adfde8fccd63eb9b647b29047496e04b6e7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -202,6 +202,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1759415
      2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1702948_and_co.patch
      +1: ylavic, jorton, 
+     jchampion: r1702948 doesn't quite work as advertised. -Werror is never
+                added to CFLAGS because when combined with -Wstrict-prototypes,
+                the AC_LANG_PROGRAM won't compile (it uses a bare main()).
 
   *) mod_proxy_fcgi: read the whole FCGI response even for HTTP Precondition
      failed (412) responses to avoid subsequent bogus reads and