From: Rainer Jung Date: Mon, 16 Oct 2017 22:30:12 +0000 (+0000) Subject: Vote, propose, remove comment. X-Git-Tag: 2.4.29~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54099d792ecf01830ab2c9c74f320eace08ed9f8;p=apache 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 --- diff --git a/STATUS b/STATUS index 4b74e39858..52242deeec 100644 --- 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