Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 41CDE200B92 for ; Wed, 28 Sep 2016 18:43:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4060C160AD3; Wed, 28 Sep 2016 16:43:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 85ACE160AB8 for ; Wed, 28 Sep 2016 18:43:32 +0200 (CEST) Received: (qmail 64643 invoked by uid 500); 28 Sep 2016 16:43:31 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 64634 invoked by uid 99); 28 Sep 2016 16:43:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2016 16:43:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 53F05CD70C for ; Wed, 28 Sep 2016 16:43:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.124 X-Spam-Level: X-Spam-Status: No, score=-0.124 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.124] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id SLFZ_GMgqckr for ; Wed, 28 Sep 2016 16:43:30 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 7212F61212 for ; Wed, 28 Sep 2016 16:43:30 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 29D3AE0147 for ; Wed, 28 Sep 2016 16:43:29 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A87A33A05B6 for ; Wed, 28 Sep 2016 16:43:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1762689 - /httpd/httpd/branches/2.4.x/STATUS Date: Wed, 28 Sep 2016 16:43:27 -0000 To: cvs@httpd.apache.org From: jchampion@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160928164327.A87A33A05B6@svn01-us-west.apache.org> archived-at: Wed, 28 Sep 2016 16:43:33 -0000 Author: jchampion Date: Wed Sep 28 16:43:26 2016 New Revision: 1762689 URL: http://svn.apache.org/viewvc?rev=1762689&view=rev Log: Note a problem with the -Werror proposal Will follow up on-list. 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=1762689&r1=1762688&r2=1762689&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Wed Sep 28 16:43:26 2016 @@ -202,6 +202,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1759415 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1702948_and_co.patch +1: ylavic, jorton, + 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()). *) mod_proxy_fcgi: read the whole FCGI response even for HTTP Precondition failed (412) responses to avoid subsequent bogus reads and