From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6283 invoked by alias); 4 Oct 2004 14:00:20 -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 6126 invoked from network); 4 Oct 2004 14:00:17 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 4 Oct 2004 14:00:17 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Mon, 04 Oct 2004 16:00:16 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i94E09Cu013658; Mon, 4 Oct 2004 16:00:09 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i94E0882013655; Mon, 4 Oct 2004 16:00:08 +0200 (CEST) Date: Mon, 04 Oct 2004 14:00:00 -0000 Message-Id: <200410041400.i94E0882013655@juw15.nfra.nl> From: Mark Kettenis To: hilfingr@gnat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20041002100030.A9241F2E83@nile.gnat.com> (message from Paul Hilfinger on Sat, 2 Oct 2004 06:00:30 -0400 (EDT)) Subject: Re: [commit]: Turn on initial Ada support References: <20041002100030.A9241F2E83@nile.gnat.com> X-SW-Source: 2004-10/txt/msg00043.txt.bz2 Paul. When compiling on sparc-sun-solaris2.9 (gcc 3.2.3, flex 2.5.4) I get: /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. Cheers, Mark