This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [commit]: Turn on initial Ada support
- From: Mark Kettenis <kettenis at gnu dot org>
- To: hilfingr at gnat dot com
- Cc: gdb-patches at sources dot redhat dot com
- Date: Mon, 4 Oct 2004 16:00:08 +0200 (CEST)
- Subject: Re: [commit]: Turn on initial Ada support
- References: <20041002100030.A9241F2E83@nile.gnat.com>
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