[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] PML trouble with -m68020-60



Hi,

On keskiviikko 12 tammikuu 2011, Vincent Rivière wrote:
> There are unfortunate side effects. The C language allows to call
> functions without a prototype (=madness). If no prototype is given, GCC
> will assume the return value is an int and returned into d0, while the
> real value is actually returned into fp0.

And why one wouldn't be using "-Wmissing-prototypes -Wstrict-prototypes"
in C code when using GCC? :-)


	- Eero