This is the mail archive of the gdb@sourceware.cygnus.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: -Wmissing-prototypes ...


>>>>> Eli Zaretskii writes:

Eli> On 2 Dec 1999, Andreas Jaeger wrote:

Eli> +static void print_387_status (unsigned, struct env387 *);
>> Shouldn't this be unsigned int?  AFAIK the new ISO C99 standard
>> mandates it - and it doesn't harm here.

Eli> I didn't know we are supposed to be compatible with C9x.  It's probably a 
Eli> good idea to tell this explicitly, so all platform maintainers know.

That was a personal comment - I'm not a gdb maintainer.

Eli> Yes, you can change all places with "unsigned" into "unsigned int".

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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