Re: [ANNOUNCEMENT] GDB 7.6 released!
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Fri, 26 Apr 2013 18:07:41 +0400 > From: Joel Brobecker <[email protected]> > > > GDB 7.6 released! > > Release 7.6 of GDB, the GNU Debugger, is now available via anonymous > FTP. Building on MinGW, I needed to add #include "exceptions.h" to utils.h, in order to prevent numerous warnings such as this one: In file included from ./defs.h:803, from ./common/agent.c:23: ./utils.h:284: warning: parameter has incomplete type The offending incomplete type is 'enum errors'. Thanks for releasing GDB 7.6.