This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH] mi/mi-out.c: Make function declarators match earlier declarations



On Sun, 8 Jul 2001, Kevin Buettner wrote:

> I've just committed the following patch as an obvious fix.  I'm not
> sure why these weren't caught sooner, but the native AIX 5 compiler
> was (rightfully) complaining about the mismatch between the definition
> and declarations of certain functions...

It wasn't caught probably because not all compilers consider that as 
something worth complaining about, because lots of existing code mixes 
int's with enumerations.


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