From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8330 invoked by alias); 1 Aug 2003 17:53:40 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8323 invoked from network); 1 Aug 2003 17:53:39 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 1 Aug 2003 17:53:39 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 602352B7F; Fri, 1 Aug 2003 13:53:37 -0400 (EDT) Message-ID: <3F2AA921.3080502@redhat.com> Date: Fri, 01 Aug 2003 17:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb Subject: Re: -Wformat References: <3F2A903E.9000908@redhat.com> <3F2A9586.3000704@redhat.com> <20030801164808.GA10538@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00013.txt.bz2 > On Fri, Aug 01, 2003 at 09:46:04AM -0700, David Carlton wrote: > >> On Fri, 01 Aug 2003 12:29:58 -0400, Andrew Cagney said: >> > >> > But it `works for me'. > >> >> I was wondering about that. Am I the only person who compiles with >> -Werror and who uses GCC 3.x? I would have expected somebody else to >> have noticed. Still, it's only been in the tree for a week. > > > I haven't updated in two weeks, since I've been busy on another > project. Before that I had to disable -Werror due to some > -Wmissing-prototypes problems, I think. I've found that it's not worth > worrying about; I just use make -s, and skim the output. Er, the assumption here is that everyone chips in and fixes problems as this as soon as they are encountered. Andrew