Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C758B33F1 for ; Mon, 2 May 2011 21:52:12 +0000 (UTC) Received: (qmail 58263 invoked by uid 500); 2 May 2011 21:52:12 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 58223 invoked by uid 500); 2 May 2011 21:52:12 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 58216 invoked by uid 99); 2 May 2011 21:52:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 21:52:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 21:52:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 047572388A19; Mon, 2 May 2011 21:51:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1098799 - svn:log Date: Mon, 02 May 2011 21:51:49 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110502215150.047572388A19@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Revision: 1098799 Modified property: svn:log Modified: svn:log at Mon May 2 21:51:49 2011 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Mon May 2 21:51:49 2011 @@ -1,2 +1,3 @@ Resolve issue identified by Jeff Trawick; '*?' was handled -correctly, while 'x?' was not. +correctly, while 'x?' was not. Resolves one alert, assignment +within conditional expression, for pedantic compilers.