Hello,
when building Hatari locally using the latest sources from
https://github.com/hatari/hatari.gitit generates the following warnings
when running cmake --build . :
/Source/hatari/src/cpu/gencpu.c:2860:27: warning: variable 'ws' set but
not used [-Wunused-but-set-variable]
int h = 0, t = 0, c = 0, ws = 0;
^
1 warning generated.
/Source/hatari/src/gui-osx/SDLMain.m:460:21: warning: a function
declaration without a prototype is deprecated in all versions of C
[-Wstrict-prototypes]
static int IsRootCwd()
^
void
/Source/hatari/src/gui-osx/SDLMain.m:467:33: warning: a function
declaration without a prototype is deprecated in all versions of C
[-Wstrict-prototypes]
static int IsTenPointNineOrLater()
^
void
/hatari/src/gui-osx/SDLMain.m:515:41: warning: cast from 'char **' to
'const char **' must have all intermediate pointers const qualified to
be safe [-Wcast-qual]
NSApplicationMain (argc, (const char**)argv);
^
3 warnings generated.
There are also lots of „notes“ related to SDL which weren’t there in
previous builds:
Compiling /Source/hatari/src/gui-osx/en.lproj/SDLMain.xib