Re: [PATCH] Add missing prototype in gdbtk.c
Keith Seitz <[email protected]> Fri, 30 Mar 2012 06:10:01 -0700
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
On 03/30/2012 06:02 AM, Pierre Muller wrote: > I hope that I found the reason: > Prototypes apparently require (void) instead of (). That's interesting... > The following patch fixes the problem for mingw32, > > Is this patch OK? > Sure, you could consider a clean-up like that obvious. [I try to use the same "rules" gdb uses. It's what I'm used to.] Thank you, Pierre! Keith