]> granicus.if.org Git - apache/commitdiff
Vote, propose, remove comment.
authorRainer Jung <rjung@apache.org>
Mon, 16 Oct 2017 22:30:12 +0000 (22:30 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 16 Oct 2017 22:30:12 +0000 (22:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812335 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4b74e3985852b624f750f2a5a4fd9fd91df8ebeb..52242deeeca54f045ec9cd9ad0ab3f466428b1c5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -212,8 +212,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      -1: rjung
      [This seems to fit into the mold of per-platform quirks which we process
       in CTR flow, adding my +1 to note that the patch looks sane.]
-     rjung: I think we need this also for GCC, not only recent clang.
-            See the dev list discusion about using NOTEST_CFLAGS.
      ylavic: Consider (and test ;) proposal below instead?
 
   *) configure.in: Fix maintainer mode with GCC/Clang.
@@ -226,7 +224,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1812263
                   http://svn.apache.org/r1812301
      2.4.x patch: svn merge -c 1812263,1812301 ^/httpd/httpd/trunk .
-     +1: ylavic
+     +1: ylavic, rjung
+
+  *) ap_expr: Fix compiler warning "comparison between pointer and zero
+     character constant" detected by maintainer mode with -Werror.
+     One level of derefencing was missing.
+     trunk patch: http://svn.apache.org/r1812307
+     2.4.x patch: svn merge -c 1812307 ^/httpd/httpd/trunk .
+     +1: rjung
+     -1: 
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED