You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2015/11/03 13:51:35 UTC

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

Author: minfrin
Date: Tue Nov  3 12:51:35 2015
New Revision: 1712283

URL: http://svn.apache.org/viewvc?rev=1712283&view=rev
Log:
Add a note.

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=1712283&r1=1712282&r2=1712283&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Nov  3 12:51:35 2015
@@ -155,6 +155,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1711479
      2.4.x patch: trunk works
      +1: jkaluza, jim
+     minfrin: Needs extra parens to suppress a warning:
+              prefork.c:1319:16: note: place parentheses around the assignment
+              to silence this warning
 
    * core: Fix scoreboard crash (SIGBUS) on hardware requiring strict 64bit
      alignment (SPARC64, PPC64).