Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFC] missing #include in frame.h?
@ 2003-04-09 20:38 Joel Brobecker
  2003-04-09 20:44 ` David Carlton
  2003-04-09 20:51 ` Andrew Cagney
  0 siblings, 2 replies; 6+ messages in thread
From: Joel Brobecker @ 2003-04-09 20:38 UTC (permalink / raw)
  To: gdb-patches

I am trying to see how much effort it needs to be able to build GDB on
LynxOS 4.0, and found that gcc emits the following warning:

    frame.h:698: warning: `struct gdbarch' declared inside parameter list
    frame.h:698: warning: its scope is only this definition or declaration, which is probably not what you want.

I am not sure whether we want to include gdbarch.h or not. Should we?
Or maybe we should be including "defs.h". Shall I go ahead and do that
(add #include "defs.h", and update Makefile.in)?

-- 
Joel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-04-09 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09 20:38 [RFC] missing #include in frame.h? Joel Brobecker
2003-04-09 20:44 ` David Carlton
2003-04-09 20:56   ` Joel Brobecker
2003-04-09 21:08     ` David Carlton
2003-04-09 21:22     ` Andrew Cagney
2003-04-09 20:51 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox