[ANNOUNCEMENT] GDB 7.6 released!

Eli Zaretskii eliz@gnu.org
Sun Apr 28 22:59:00 GMT 2013


> Date: Fri, 26 Apr 2013 17:59:31 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > Date: Fri, 26 Apr 2013 18:07:41 +0400
> > From: Joel Brobecker <brobecker@adacore.com>
> > 
> > 
> >             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'.

Any reason not to include exceptions.h in utils.h, to avoid these
warnings?



More information about the Gdb-patches mailing list