This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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: [PATCH] conflicting types in libgloss/m68k/leds.c


Patch checked in. Thanks.

-- Jeff J.

Gábor Lóki wrote:

I found the following error in libgloss:

libgloss/m68k/leds.c:19: error: conflicting types for 'led_putnum'
libgloss/m68k/leds.c:19: note: an argument type that has a default
promotion can't match an empty parameter name list declaration
libgloss/m68k/leds.h:34: error: previous declaration of 'led_putnum' was
here

This patch removes the problem.

Regards,
        Gábor Lóki

2004-01-22 Gábor Lóki <loki@inf.u-szeged.hu>

     * libgloss/m68k/leds.c: remove led_putnum(), zylons() forward
       function declarations.
     * libgloss/m68k/leds.h: add zylons() forward function declaration.



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