From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3355 invoked by alias); 4 Oct 2004 16:26:33 -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 3305 invoked from network); 4 Oct 2004 16:26:31 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 4 Oct 2004 16:26:31 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 2BAE847D98; Mon, 4 Oct 2004 09:26:31 -0700 (PDT) Date: Mon, 04 Oct 2004 16:26:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: hilfingr@gnat.com, gdb-patches@sources.redhat.com Subject: Re: [commit]: Turn on initial Ada support Message-ID: <20041004162631.GL5356@gnat.com> References: <20041002100030.A9241F2E83@nile.gnat.com> <200410041400.i94E0882013655@juw15.nfra.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410041400.i94E0882013655@juw15.nfra.nl> User-Agent: Mutt/1.4i X-SW-Source: 2004-10/txt/msg00054.txt.bz2 > /juw15_0/kettenis/sandbox/gdb/obj/gdb/../../src/gdb/ada-exp.y:636: warning: `string_to_operator' defined but not used > ada-lex.c:2529: warning: `yy_flex_realloc' defined but not used > ada-lex.c:2016: warning: `yyunput' defined but not used > > Can you do something about that? I'm using -Werror (as all GDB > developers really should) so this breaks the build. Since this is a generated file, should the warnings be fatal? If yes, then I guess we could simply define a dummy function calling these two ones. -- Joel