This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit]: Turn on initial Ada support


> > /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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]