From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2012 invoked by alias); 4 Oct 2004 18:30:22 -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 1954 invoked from network); 4 Oct 2004 18:30:20 -0000 Received: from unknown (HELO tully.CS.Berkeley.EDU) (128.32.153.227) by sourceware.org with SMTP; 4 Oct 2004 18:30:20 -0000 Received: from tully.CS.Berkeley.EDU (localhost [127.0.0.1]) by tully.CS.Berkeley.EDU (8.12.7/8.12.7/3.141592645) with ESMTP id i94IUH2Y024033; Mon, 4 Oct 2004 11:30:17 -0700 (PDT) Received: from tully.CS.Berkeley.EDU (hilfingr@localhost) by tully.CS.Berkeley.EDU (8.12.7/8.12.7/Submit) with ESMTP id i94IUHEF024030; Mon, 4 Oct 2004 11:30:17 -0700 (PDT) Message-Id: <200410041830.i94IUHEF024030@tully.CS.Berkeley.EDU> To: Joel Brobecker cc: Mark Kettenis , gdb-patches@sources.redhat.com Subject: Re: [commit]: Turn on initial Ada support In-Reply-To: Message from Joel Brobecker of "Mon, 04 Oct 2004 09:26:31 PDT." <20041004162631.GL5356@gnat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <24026.1096914617.1@tully.CS.Berkeley.EDU> Date: Mon, 04 Oct 2004 18:30:00 -0000 From: Paul Hilfinger X-SW-Source: 2004-10/txt/msg00062.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. Probably the safest fix, although I believe recent versions of flex have options specifically intended to suppress unused static functions. Paul