On Mon, Feb 7, 2022 at 6:42 PM Uwe Seimet <
Uwe.Seimet@xxxxxxxxx> wrote:
On Bulleye 64 bit everything worked out of the box, indeed, without any
compiler warnings. It's not even that slow.
The only compiler warning I saw was that when you compile hatari with LTO you get this:
/home/solskogen/hatari/src/cpu/savestate.h:272:14: warning: type of 'savestate_fname' does not match original declaration [-Wlto-type-mismatch]
272 | extern TCHAR savestate_fname[MAX_DPATH];
| ^
/home/solskogen/hatari/src/cpu/custom.c:40:8: note: 'savestate_fname' was previously declared here
40 | TCHAR *savestate_fname;
| ^