From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95525 invoked by alias); 7 Mar 2016 18:26:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 95508 invoked by uid 89); 7 Mar 2016 18:26:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:580 X-HELO: relay1.mentorg.com Date: Mon, 07 Mar 2016 18:26:00 -0000 From: Joseph Myers To: Carlos O'Donell CC: Florian Weimer , Martin Sebor , GNU C Library Subject: Re: [PATCH] strfmon_l: Use specified locale for number formatting [BZ #19633] In-Reply-To: <56DDB33A.1000405@redhat.com> Message-ID: References: <56CF62D0.8060803@redhat.com> <56CF7D30.2090000@redhat.com> <56DD80AF.3000408@redhat.com> <56DD9E1C.5030408@redhat.com> <56DDA516.4090509@redhat.com> <56DDB33A.1000405@redhat.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-03/txt/msg00174.txt.bz2 On Mon, 7 Mar 2016, Carlos O'Donell wrote: > If the warning isn't enabled, then we don't need to worry about it today. > The vision here is that we can run everything with -Werror, but we aren't > there yet in some cases (see -Wundef fixes required). We no longer use -Wno-error=undef as of: commit 48bb14bdbbeb09cb3cd950d7346688958f1bce1a Author: Joseph Myers Date: Thu Aug 20 20:50:05 2015 +0000 Don't use -Wno-error=undef. -- Joseph S. Myers joseph@codesourcery.com