Am 06.08.2025 um 19:15 schrieb Toni Wilen <twilen@xxxxxxxxxx>:
>I am still checking code for warnings and found another problem
It looks ok but
- uae_u16 specific;
should not be removed but put inside #idef JIT because JIT uses it.
I just recognised there is an easier way to fix the issue with gencpu.
With this initialiser no warnings are created:
if (generate_stbl)
fprintf(stblfile, "{ 0 }};\n");
In fact both methods seem to work, but this is probably a bit cleaner
and you don’t have to distinguish between flags support.