Re: [hatari-devel] Warning compiling hatari |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 04/02/2017 à 22:35, Laurent Sallafranque a écrit :
Just in case this helps, I've got the following warning when I compile
hatari :
/home/laurent/Atari/hatari/src/cpu/newcpu.c:9477:6: warning: no previous
prototype for ‘continue_ce030_prefetch’ [-Wmissing-prototypes]
void continue_ce030_prefetch(void)
^
fixed, that was typo.
+ many warnings in the new files :
[ 20%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/fpp_native.c.o
[ 21%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/fpp_softfloat.c.o
yes, those are known ; work in progress on the softfloat fpu emulation.
Nicolas