Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A36817A75 for ; Thu, 18 Jun 2015 19:54:16 +0000 (UTC) Received: (qmail 74536 invoked by uid 500); 18 Jun 2015 19:54:15 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 74469 invoked by uid 500); 18 Jun 2015 19:54:15 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 74459 invoked by uid 99); 18 Jun 2015 19:54:15 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 19:54:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6AFB8C08D7 for ; Thu, 18 Jun 2015 19:54:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id MzZNN8qKadaA for ; Thu, 18 Jun 2015 19:54:05 +0000 (UTC) Received: from mail-yk0-f180.google.com (mail-yk0-f180.google.com [209.85.160.180]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id E4A61428E3 for ; Thu, 18 Jun 2015 19:54:04 +0000 (UTC) Received: by ykdr198 with SMTP id r198so75480831ykd.3 for ; Thu, 18 Jun 2015 12:54:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9lPiy5iUDLpn7x6blte+l36qAi4/hjtVcrooGS2H+6s=; b=ZbZcciT9ROQF7gYQ325oP0B/RIXnC+BCn/qmxJ3z2oO0DZSvDWrH5d/Am9E8R9igBv +1JpFFrjfXBr4zsNqv8bKIj5bDJkNWZKfUltNyhxOl17CJWOAzwOUlU3uq+iOEMLwGwe nYG4oXJR18+F7gy4qJ1bERqx0CJvZqb/skxsHE2gvFVB25JLAyO9RcTurLwJs+PJxXMG r31BMLA5BaivQ2iOWcsMLPyg96wcYwc0J/56in55g5gpJnupqCP/iaN316tAkRz5g4V4 5u0kkpWdAqZ46XgS26SCcMsVsVvOsvjLTLFdwQxIdHOoeN9n8ZNXIYn+EkqnD1HXMrQM ZKjA== MIME-Version: 1.0 X-Received: by 10.170.84.215 with SMTP id b206mr15636675yka.21.1434657244581; Thu, 18 Jun 2015 12:54:04 -0700 (PDT) Received: by 10.13.241.133 with HTTP; Thu, 18 Jun 2015 12:54:04 -0700 (PDT) In-Reply-To: <55831605.3010801@gmx.de> References: <55831605.3010801@gmx.de> Date: Thu, 18 Jun 2015 15:54:04 -0400 Message-ID: Subject: Re: NOTE: Intent to T&R 2.4.15 Tomorrow (Friday, June 19) From: Jeff Trawick To: Apache HTTP Server Development List Content-Type: multipart/alternative; boundary=001a113a74ac7015d50518d02b0b --001a113a74ac7015d50518d02b0b Content-Type: text/plain; charset=UTF-8 On Thu, Jun 18, 2015 at 3:03 PM, olli hauer wrote: > On 2015-06-18 19:08, Jim Jagielski wrote: > > Subj sez it all. > > > > I don't know if it is worth to report this, but the on 2.4.12. I don't see > the following warnings > Are you using clang for both compiles? (I think I saw those for 2.4.12,13,14 on FreeBSD 10.1 + Clang.) > > Test build 2.4.15 (Last Changed Rev: 1686275) > > --- core.lo --- > core.c:5003:1: warning: unused variable 'aplog_module_index' > [-Wunused-const-variable] > AP_DECLARE_MODULE(core) = { > ^ > /usr/ports/www/apache24/work/httpd-2.4.14/include/http_config.h:437:5: > note: expanded from macro 'AP_DECLARE_MODULE' > APLOG_USE_MODULE(foo); \ > ^ > /usr/ports/www/apache24/work/httpd-2.4.14/include/http_config.h:427:24: > note: expanded from macro 'APLOG_USE_MODULE' > static int * const aplog_module_index = &(foo##_module.module_index) > ^ > --- http_core.lo --- > http_core.c:320:1: warning: unused variable 'aplog_module_index' > [-Wunused-const-variable] > AP_DECLARE_MODULE(http) = { > ^ > /usr/ports/www/apache24/work/httpd-2.4.14/include/http_config.h:437:5: > note: expanded from macro 'AP_DECLARE_MODULE' > APLOG_USE_MODULE(foo); \ > ^ > /usr/ports/www/apache24/work/httpd-2.4.14/include/http_config.h:427:24: > note: expanded from macro 'APLOG_USE_MODULE' > static int * const aplog_module_index = &(foo##_module.module_index) > ^ > --- mod_buffer.slo --- > ... > > > -- Born in Roswell... married an alien... http://emptyhammock.com/ --001a113a74ac7015d50518d02b0b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On T= hu, Jun 18, 2015 at 3:03 PM, olli hauer <ohauer@gmx.de> wrote:
On 2015-06-18 19:08, Jim = Jagielski wrote:
> Subj sez it all.
>

I don't know if it is worth to report this, but the on 2.4.12. I= don't see the following warnings

A= re you using clang for both compiles?

(I think I s= aw those for 2.4.12,13,14 on FreeBSD 10.1 + Clang.)

=C2=A0

Test build 2.4.15 (Last Changed Rev: 1686275)

--- core.lo ---
core.c:5003:1: warning: unused variable 'aplog_module_index' [-Wunu= sed-const-variable]
AP_DECLARE_MODULE(core) =3D {
^
/usr/ports/www/apache24/work/httpd-2.4.14/include/http_config.h:437:5: note= : expanded from macro 'AP_DECLARE_MODULE'
=C2=A0 =C2=A0 APLOG_USE_MODULE(foo);=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0\
=C2=A0 =C2=A0 ^
/usr/ports/www/apache24/work/httpd-2.4.14/include/http_config.h:427:24: not= e: expanded from macro 'APLOG_USE_MODULE'
=C2=A0 =C2=A0 static int * const aplog_module_index =3D &(foo##_module.= module_index)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0^
--- http_core.lo ---
http_core.c:320:1: warning: unused variable 'aplog_module_index' [-= Wunused-const-variable]
AP_DECLARE_MODULE(http) =3D {
^
/usr/ports/www/apache24/work/httpd-2.4.14/include/http_config.h:437:5: note= : expanded from macro 'AP_DECLARE_MODULE'
=C2=A0 =C2=A0 APLOG_USE_MODULE(foo);=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0\
=C2=A0 =C2=A0 ^
/usr/ports/www/apache24/work/httpd-2.4.14/include/http_config.h:427:24: not= e: expanded from macro 'APLOG_USE_MODULE'
=C2=A0 =C2=A0 static int * const aplog_module_index =3D &(foo##_module.= module_index)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0^
--- mod_buffer.slo ---
...





--
Born in Roswell... married an alien..= .
http://emptyham= mock.com/

--001a113a74ac7015d50518d02b0b--