From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17477 invoked by alias); 6 Apr 2002 19:49:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17461 invoked from network); 6 Apr 2002 19:49:37 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 6 Apr 2002 19:49:37 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 95FC03CB7; Sat, 6 Apr 2002 14:49:31 -0500 (EST) Message-ID: <3CAF514B.1000708@cygnus.com> Date: Sat, 06 Apr 2002 11:49:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Further gdbserver cleanups References: <20020406133335.A26201@nevyn.them.org> <3CAF4B16.7040708@cygnus.com> <20020406142940.B28492@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00231.txt.bz2 > > I haven't added the configury for ,-Werror yet. I'll do that soon. > The way that gdbserver is implemented (and for most of the what I see > changing in the near future) it does not have the motivation that GDB > has to avoid -Wunused-parameter; so I went with -Wall by default, which > is stronger. If you'd prefer that I be consistent with the rest of GDB > I've no objection. If you've hit -Wall for the moment, stick with it. Just don't be suprised when people commit stuff that tickles -Wall but not the ,-Werror :-) Andrew