You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2016/10/24 21:03:30 UTC

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

Author: ylavic
Date: Mon Oct 24 21:03:30 2016
New Revision: 1766446

URL: http://svn.apache.org/viewvc?rev=1766446&view=rev
Log:
AP_MAYBE_UNUSED is useful right now.

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=1766446&r1=1766445&r2=1766446&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Oct 24 21:03:30 2016
@@ -197,6 +197,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      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()).
+     ylavic: Maybe to -Werror case could be handled later, for now this series
+             avoids a lot of "warning: ‘aplog_module_index’ defined but not
+             used [-Wunused-const-variable=]" thanks to AP_MAYBE_UNUSED.
 
   *) core: avoid adding multiple subrequest filters when there are nested 
      subrequests.  PR58292