Re: [hatari-devel] Re: [hatari-users] SDL GUI keyboard shortcuts |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 13/08/2014 00:14, Nicolas Pomarède a écrit :
Change applied to cmake, as you can see that's just one function to
call, so it's rather convenient to test OS specific system structures.
BTW, I have a warning in your new code with gcc 4.9.2 :
/home/npomarede/src/hatari-work/src/gui-sdl/dlgFileSelect.c: In function
‘SDLGui_FileSelect’:
/home/npomarede/src/hatari-work/src/gui-sdl/dlgFileSelect.c:577:29:
attention : cast discards ‘const’ qualifier from pointer target type
[-Wcast-qual]
fsdlg[SGFSDLG_TITLE].txt = (char *)title;