[ANNOUNCEMENT] GDB 7.6 released!
Eli Zaretskii
eliz@gnu.org
Fri Apr 26 14:59:00 GMT 2013
> 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'.
Thanks for releasing GDB 7.6.
More information about the Gdb
mailing list