You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2016/09/28 16:43:27 UTC

svn commit: r1762689 - /httpd/httpd/branches/2.4.x/STATUS

Author: jchampion
Date: Wed Sep 28 16:43:26 2016
New Revision: 1762689

URL: http://svn.apache.org/viewvc?rev=1762689&view=rev
Log:
Note a problem with the -Werror proposal

Will follow up on-list.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1762689&r1=1762688&r2=1762689&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Sep 28 16:43:26 2016
@@ -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