This is the mail archive of the gdb-patches@sourceware.org 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: [ANNOUNCEMENT] GDB 7.6 released!


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


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