Le 07/06/2017 à 22:57, Eero Tamminen a écrit :
Commited the change.
I noticed a small warning while updating sources :
/home/npomarede/src/hatari-int/src/inffile.c: In function
'INF_CreateOverride':
/home/npomarede/src/hatari-int/src/inffile.c:746:5: attention : 'format'
may be used uninitialized in this function [-Wmaybe-uninitialized]
fprintf(fp, format, prgname);
^
/home/npomarede/src/hatari-int/src/inffile.c:677:14: note: 'format' was
declared here
const char *format, *infname, *prgname;
^
'format' will be filled if prgname is not null, which might always be
the case ?