From: Yann Ylavic Date: Mon, 24 Oct 2016 21:03:30 +0000 (+0000) Subject: AP_MAYBE_UNUSED is useful right now. X-Git-Tag: 2.4.24~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd18810965f52d734c54dd7f2f83bac9fcb33157;p=thirdparty%2Fapache%2Fhttpd.git AP_MAYBE_UNUSED is useful right now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1766446 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6b14825a887..6dcd0888215 100644 --- a/STATUS +++ b/STATUS @@ -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