Commit 3d71c557 authored by Rainer Jung's avatar Rainer Jung
Browse files

Vote, propose, remove comment.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812335 13f79535-47bb-0310-9956-ffa450edef68
parent 7e32e8bd
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -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