[hatari-devel] 2 warnings while compiling |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
While compiling hatari, I get the 2 following warnings :
[ 59%] Building C object src/CMakeFiles/hatari.dir/fdc.c.o
/home/laurent/Atari/hatari/src/fdc.c: In function ‘FDC_IndexPulse_Update’:
/home/laurent/Atari/hatari/src/fdc.c:1319:3: attention : format ‘%lld’
expects argument of type ‘long long int’, but argument 6 has type
‘Uint64’ [-Wformat]
/home/laurent/Atari/hatari/src/fdc.c: In function ‘FDC_IndexPulse_Init’:
/home/laurent/Atari/hatari/src/fdc.c:1353:2: attention : format ‘%lld’
expects argument of type ‘long long int’, but argument 6 has type
‘Uint64’ [-Wformat]
Regards
Laurent