=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for uae-0.8.25nb41 cd src && /usr/pkg/bin/gmake gmake[1]: Entering directory '/tmp/emulators/uae/work/uae-0.8.25/src' gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 main.c -o main.o main.c: In function 'parse_cmdline': main.c:349:41: warning: passing argument 2 of 'parse_cmdline_option' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (parse_cmdline_option (argv[i][1], arg) && extra_arg) ^~~ In file included from main.c:14:0: ../src/include/options.h:161:12: note: expected 'char *' but argument is of type 'const char *' extern int parse_cmdline_option (char, char *); ^~~~~~~~~~~~~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 newcpu.c -o newcpu.o newcpu.c:722:6: warning: no previous prototype for 'Exception_normal' [-Wmissing-prototypes] void Exception_normal (int nr, uaecptr oldpc) ^~~~~~~~~~~~~~~~ newcpu.c: In function 'm68k_go': newcpu.c:1499:6: warning: implicit declaration of function 'savestate_restore_finish' [-Wimplicit-function-declaration] savestate_restore_finish (); ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 memory.c -o memory.o memory.c: In function 'extendedkickmem_check': memory.c:886:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] return (addr + size) <= extendedkickmem_size; ^~ In file included from /usr/include/stdio.h:597:0, from ../src/include/sysdeps.h:15, from memory.c:10: memory.c: In function 'save_rom': memory.c:1594:14: warning: pointer targets in passing argument 1 of '__builtin___sprintf_chk' differ in signedness [-Wpointer-sign] sprintf (dst, "Kickstart %d.%d", wordget (mem_start + 12), wordget (mem_start + 14)); ^ memory.c:1594:14: note: expected 'char *' but argument is of type 'uae_u8 * {aka unsigned char *}' memory.c:1595:20: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] dst += strlen (dst) + 1; ^~~ In file included from /usr/include/strings.h:68:0, from ../src/include/sysdeps.h:36, from memory.c:10: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'uae_u8 * {aka unsigned char *}' size_t strlen(const char *); ^~~~~~ /usr/pkg/bin/gmake -C tools gencpu gmake[2]: Entering directory '/tmp/emulators/uae/work/uae-0.8.25/src/tools' gcc -I. -I/tmp/emulators/uae/work/uae-0.8.25/src/tools/../include/ -I/tmp/emulators/uae/work/uae-0.8.25/src/tools -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -DUAE_CONSOLE /tmp/emulators/uae/work/uae-0.8.25/src/tools/../gencpu.c -o gencpu.o /tmp/emulators/uae/work/uae-0.8.25/src/tools/../gencpu.c: In function 'gen_nextilong': /tmp/emulators/uae/work/uae-0.8.25/src/tools/../gencpu.c:180:8: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ /tmp/emulators/uae/work/uae-0.8.25/src/tools/../gencpu.c:182:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' insn_n_cycles += 8; ^~~~~~~~~~~~~ /tmp/emulators/uae/work/uae-0.8.25/src/tools/../gencpu.c: At top level: /tmp/emulators/uae/work/uae-0.8.25/src/tools/../gencpu.c:302:13: warning: function declaration isn't a prototype [-Wstrict-prototypes] static void fill_prefetch_next_1 (needcycles) ^~~~~~~~~~~~~~~~~~~~ /tmp/emulators/uae/work/uae-0.8.25/src/tools/../gencpu.c: In function 'fill_prefetch_next_1': /tmp/emulators/uae/work/uae-0.8.25/src/tools/../gencpu.c:302:13: warning: type of 'needcycles' defaults to 'int' [-Wimplicit-int] gcc -I. -I/tmp/emulators/uae/work/uae-0.8.25/src/tools/../include/ -I/tmp/emulators/uae/work/uae-0.8.25/src/tools -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -DUAE_CONSOLE /tmp/emulators/uae/work/uae-0.8.25/src/tools/../readcpu.c -o readcpu.o gcc -I. -I/tmp/emulators/uae/work/uae-0.8.25/src/tools/../include/ -I/tmp/emulators/uae/work/uae-0.8.25/src/tools -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -DUAE_CONSOLE /tmp/emulators/uae/work/uae-0.8.25/src/tools/../build68k.c -o build68k.o gcc -I. -I/tmp/emulators/uae/work/uae-0.8.25/src/tools/../include/ -I/tmp/emulators/uae/work/uae-0.8.25/src/tools -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -DUAE_CONSOLE /tmp/emulators/uae/work/uae-0.8.25/src/tools/../writelog.c -o writelog.o gcc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L. -o build68k build68k.o writelog.o ./build68k cpudefs.c gcc -I. -I/tmp/emulators/uae/work/uae-0.8.25/src/tools/../include/ -I/tmp/emulators/uae/work/uae-0.8.25/src/tools -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -DUAE_CONSOLE cpudefs.c -o cpudefs.o gcc -I. -I/tmp/emulators/uae/work/uae-0.8.25/src/tools/../include/ -I/tmp/emulators/uae/work/uae-0.8.25/src/tools -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -DUAE_CONSOLE /tmp/emulators/uae/work/uae-0.8.25/src/tools/../missing.c -o missing.o gcc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L. -o gencpu gencpu.o readcpu.o cpudefs.o missing.o writelog.o gmake[2]: Leaving directory '/tmp/emulators/uae/work/uae-0.8.25/src/tools' ./tools/gencpu gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 cpuemu.c -o cpuemu.o In file included from cpuemu.c:7:0: cpuemu.c: In function 'op_600_0_ff': cpuemu.c:2145:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_610_0_ff': cpuemu.c:2164:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_618_0_ff': cpuemu.c:2184:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_620_0_ff': cpuemu.c:2204:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_628_0_ff': cpuemu.c:2223:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_630_0_ff': cpuemu.c:2243:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_638_0_ff': cpuemu.c:2260:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_639_0_ff': cpuemu.c:2278:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_640_0_ff': cpuemu.c:2296:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_650_0_ff': cpuemu.c:2315:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_658_0_ff': cpuemu.c:2335:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_660_0_ff': cpuemu.c:2355:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_668_0_ff': cpuemu.c:2374:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_670_0_ff': cpuemu.c:2394:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_678_0_ff': cpuemu.c:2411:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_679_0_ff': cpuemu.c:2429:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d000_0_ff': cpuemu.c:22158:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d010_0_ff': cpuemu.c:22178:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d018_0_ff': cpuemu.c:22199:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d020_0_ff': cpuemu.c:22220:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d028_0_ff': cpuemu.c:22240:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d030_0_ff': cpuemu.c:22261:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d038_0_ff': cpuemu.c:22279:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d039_0_ff': cpuemu.c:22298:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d03a_0_ff': cpuemu.c:22318:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d03b_0_ff': cpuemu.c:22339:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d03c_0_ff': cpuemu.c:22356:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d040_0_ff': cpuemu.c:22375:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d048_0_ff': cpuemu.c:22394:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d050_0_ff': cpuemu.c:22414:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d058_0_ff': cpuemu.c:22435:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d060_0_ff': cpuemu.c:22456:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d068_0_ff': cpuemu.c:22476:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d070_0_ff': cpuemu.c:22497:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d078_0_ff': cpuemu.c:22515:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d079_0_ff': cpuemu.c:22534:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d07a_0_ff': cpuemu.c:22554:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d07b_0_ff': cpuemu.c:22575:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d07c_0_ff': cpuemu.c:22592:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d110_0_ff': cpuemu.c:23030:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d118_0_ff': cpuemu.c:23051:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d120_0_ff': cpuemu.c:23072:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d128_0_ff': cpuemu.c:23092:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d130_0_ff': cpuemu.c:23113:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d138_0_ff': cpuemu.c:23131:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d139_0_ff': cpuemu.c:23150:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d150_0_ff': cpuemu.c:23212:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d158_0_ff': cpuemu.c:23233:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d160_0_ff': cpuemu.c:23254:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d168_0_ff': cpuemu.c:23274:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d170_0_ff': cpuemu.c:23295:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d178_0_ff': cpuemu.c:23313:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d179_0_ff': cpuemu.c:23332:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_e8c0_0_ff': cpuemu.c:25926:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e8d0_0_ff': cpuemu.c:25940:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e8e8_0_ff': cpuemu.c:25957:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e8f0_0_ff': cpuemu.c:25975:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e8f8_0_ff': cpuemu.c:25990:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e8f9_0_ff': cpuemu.c:26006:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e8fa_0_ff': cpuemu.c:26024:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e8fb_0_ff': cpuemu.c:26043:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e9c0_0_ff': cpuemu.c:26058:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e9d0_0_ff': cpuemu.c:26073:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e9e8_0_ff': cpuemu.c:26091:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e9f0_0_ff': cpuemu.c:26110:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e9f8_0_ff': cpuemu.c:26126:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e9f9_0_ff': cpuemu.c:26143:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e9fa_0_ff': cpuemu.c:26162:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_e9fb_0_ff': cpuemu.c:26182:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eac0_0_ff': cpuemu.c:26198:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_ead0_0_ff': cpuemu.c:26219:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eae8_0_ff': cpuemu.c:26248:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eaf0_0_ff': cpuemu.c:26278:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eaf8_0_ff': cpuemu.c:26305:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eaf9_0_ff': cpuemu.c:26333:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_ebc0_0_ff': cpuemu.c:26361:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c:26366:45: warning: left shift of negative value [-Wshift-negative-value] if (GET_NFLG) tmp |= width == 32 ? 0 : (-1 << width); ^~ cpuemu.c: In function 'op_ebd0_0_ff': cpuemu.c:26377:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c:26385:45: warning: left shift of negative value [-Wshift-negative-value] if (GET_NFLG) tmp |= width == 32 ? 0 : (-1 << width); ^~ cpuemu.c: In function 'op_ebe8_0_ff': cpuemu.c:26396:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c:26404:45: warning: left shift of negative value [-Wshift-negative-value] if (GET_NFLG) tmp |= width == 32 ? 0 : (-1 << width); ^~ cpuemu.c: In function 'op_ebf0_0_ff': cpuemu.c:26416:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c:26424:45: warning: left shift of negative value [-Wshift-negative-value] if (GET_NFLG) tmp |= width == 32 ? 0 : (-1 << width); ^~ cpuemu.c: In function 'op_ebf8_0_ff': cpuemu.c:26433:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c:26441:45: warning: left shift of negative value [-Wshift-negative-value] if (GET_NFLG) tmp |= width == 32 ? 0 : (-1 << width); ^~ cpuemu.c: In function 'op_ebf9_0_ff': cpuemu.c:26451:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c:26459:45: warning: left shift of negative value [-Wshift-negative-value] if (GET_NFLG) tmp |= width == 32 ? 0 : (-1 << width); ^~ cpuemu.c: In function 'op_ebfa_0_ff': cpuemu.c:26471:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c:26479:45: warning: left shift of negative value [-Wshift-negative-value] if (GET_NFLG) tmp |= width == 32 ? 0 : (-1 << width); ^~ cpuemu.c: In function 'op_ebfb_0_ff': cpuemu.c:26492:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c:26500:45: warning: left shift of negative value [-Wshift-negative-value] if (GET_NFLG) tmp |= width == 32 ? 0 : (-1 << width); ^~ cpuemu.c: In function 'op_ecc0_0_ff': cpuemu.c:26509:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_ecd0_0_ff': cpuemu.c:26530:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_ece8_0_ff': cpuemu.c:26559:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_ecf0_0_ff': cpuemu.c:26589:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_ecf8_0_ff': cpuemu.c:26616:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_ecf9_0_ff': cpuemu.c:26644:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_edc0_0_ff': cpuemu.c:26672:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_edd0_0_ff': cpuemu.c:26689:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_ede8_0_ff': cpuemu.c:26709:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_edf0_0_ff': cpuemu.c:26730:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_edf8_0_ff': cpuemu.c:26748:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_edf9_0_ff': cpuemu.c:26767:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_edfa_0_ff': cpuemu.c:26788:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_edfb_0_ff': cpuemu.c:26810:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eec0_0_ff': cpuemu.c:26828:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eed0_0_ff': cpuemu.c:26849:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eee8_0_ff': cpuemu.c:26878:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eef0_0_ff': cpuemu.c:26908:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eef8_0_ff': cpuemu.c:26935:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eef9_0_ff': cpuemu.c:26963:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_efc0_0_ff': cpuemu.c:26991:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_efd0_0_ff': cpuemu.c:27014:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_efe8_0_ff': cpuemu.c:27045:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eff0_0_ff': cpuemu.c:27077:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eff8_0_ff': cpuemu.c:27106:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ cpuemu.c: In function 'op_eff9_0_ff': cpuemu.c:27136:59: warning: signed and unsigned type in conditional expression [-Wsign-compare] int width = (((extra & 0x20 ? m68k_dreg(regs, extra & 7) : extra) -1) & 0x1f) +1; ^ In file included from cpuemu.c:7:0: cpuemu.c: In function 'op_630_3_ff': cpuemu.c:28089:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_670_3_ff': cpuemu.c:28108:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d030_3_ff': cpuemu.c:31524:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d03b_3_ff': cpuemu.c:31544:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d070_3_ff': cpuemu.c:31564:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d07b_3_ff': cpuemu.c:31584:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d130_3_ff': cpuemu.c:31668:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d170_3_ff': cpuemu.c:31688:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_600_5_ff': cpuemu.c:34242:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_610_5_ff': cpuemu.c:34263:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_618_5_ff': cpuemu.c:34285:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_620_5_ff': cpuemu.c:34307:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_628_5_ff': cpuemu.c:34328:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_630_5_ff': cpuemu.c:34349:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_638_5_ff': cpuemu.c:34369:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_639_5_ff': cpuemu.c:34389:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_640_5_ff': cpuemu.c:34409:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_650_5_ff': cpuemu.c:34434:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_658_5_ff': cpuemu.c:34461:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_660_5_ff': cpuemu.c:34488:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_668_5_ff': cpuemu.c:34514:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_670_5_ff': cpuemu.c:34540:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_678_5_ff': cpuemu.c:34565:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_679_5_ff': cpuemu.c:34590:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d000_5_ff': cpuemu.c:59502:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d010_5_ff': cpuemu.c:59524:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d018_5_ff': cpuemu.c:59547:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d020_5_ff': cpuemu.c:59570:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d028_5_ff': cpuemu.c:59592:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d030_5_ff': cpuemu.c:59614:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d038_5_ff': cpuemu.c:59635:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d039_5_ff': cpuemu.c:59656:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d03a_5_ff': cpuemu.c:59678:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d03b_5_ff': cpuemu.c:59700:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d03c_5_ff': cpuemu.c:59720:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d040_5_ff': cpuemu.c:59741:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d048_5_ff': cpuemu.c:59762:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d050_5_ff': cpuemu.c:59788:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d058_5_ff': cpuemu.c:59816:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d060_5_ff': cpuemu.c:59844:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d068_5_ff': cpuemu.c:59871:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d070_5_ff': cpuemu.c:59898:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d078_5_ff': cpuemu.c:59924:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d079_5_ff': cpuemu.c:59950:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d07a_5_ff': cpuemu.c:59977:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d07b_5_ff': cpuemu.c:60004:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d07c_5_ff': cpuemu.c:60025:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d110_5_ff': cpuemu.c:60607:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d118_5_ff': cpuemu.c:60630:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d120_5_ff': cpuemu.c:60653:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d128_5_ff': cpuemu.c:60675:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d130_5_ff': cpuemu.c:60697:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d138_5_ff': cpuemu.c:60718:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d139_5_ff': cpuemu.c:60739:29: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u8)(~dst)) < ((uae_u8)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d150_5_ff': cpuemu.c:60820:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d158_5_ff': cpuemu.c:60848:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d160_5_ff': cpuemu.c:60876:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d168_5_ff': cpuemu.c:60903:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d170_5_ff': cpuemu.c:60930:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d178_5_ff': cpuemu.c:60956:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ cpuemu.c: In function 'op_d179_5_ff': cpuemu.c:60982:30: warning: comparison of promoted ~unsigned with unsigned [-Wsign-compare] SET_CFLG (((uae_u16)(~dst)) < ((uae_u16)(src))); ^ ../src/include/newcpu.h:14:30: note: in definition of macro 'SET_CFLG' #define SET_CFLG(x) (CFLG = (x)) ^ /usr/pkg/bin/gmake -C tools genblitter gmake[2]: Entering directory '/tmp/emulators/uae/work/uae-0.8.25/src/tools' gcc -I. -I/tmp/emulators/uae/work/uae-0.8.25/src/tools/../include/ -I/tmp/emulators/uae/work/uae-0.8.25/src/tools -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -DUAE_CONSOLE /tmp/emulators/uae/work/uae-0.8.25/src/tools/../genblitter.c -o genblitter.o gcc -I. -I/tmp/emulators/uae/work/uae-0.8.25/src/tools/../include/ -I/tmp/emulators/uae/work/uae-0.8.25/src/tools -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -DUAE_CONSOLE /tmp/emulators/uae/work/uae-0.8.25/src/tools/../blitops.c -o blitops.o gcc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L. -o genblitter genblitter.o blitops.o writelog.o gmake[2]: Leaving directory '/tmp/emulators/uae/work/uae-0.8.25/src/tools' ./tools/genblitter i >blit.h gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 custom.c -o custom.o custom.c: In function 'update_fetch': custom.c:1270:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ddfstop >= last_fetch_hpos && ddfstop < HARD_DDF_STOP) ^~ custom.c: In function 'do_sprite_collisions': custom.c:1557:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (t != ((clxcon_bpl_match >> l) & 1)) ^~ custom.c: In function 'do_sprites_1': custom.c:3082:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] dma = hpos < ddfstrt || diwstate != DIW_waiting_stop || !dmaen (DMA_BITPLANE); ^ custom.c: In function 'add_modulos': custom.c:499:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: bplpt[7] += m2; ~~~~~~~~~^~~~~ custom.c:500:2: note: here case 7: bplpt[6] += m1; ^~~~ custom.c:500:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bplpt[6] += m1; ~~~~~~~~~^~~~~ custom.c:501:2: note: here case 6: bplpt[5] += m2; ^~~~ custom.c:501:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bplpt[5] += m2; ~~~~~~~~~^~~~~ custom.c:502:2: note: here case 5: bplpt[4] += m1; ^~~~ custom.c:502:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bplpt[4] += m1; ~~~~~~~~~^~~~~ custom.c:503:2: note: here case 4: bplpt[3] += m2; ^~~~ custom.c:503:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bplpt[3] += m2; ~~~~~~~~~^~~~~ custom.c:504:2: note: here case 3: bplpt[2] += m1; ^~~~ custom.c:504:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bplpt[2] += m1; ~~~~~~~~~^~~~~ custom.c:505:2: note: here case 2: bplpt[1] += m2; ^~~~ custom.c:505:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: bplpt[1] += m2; ~~~~~~~~~^~~~~ custom.c:506:2: note: here case 1: bplpt[0] += m1; ^~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 cia.c -o cia.o cia.c: In function 'CIA_calctimers': cia.c:267:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ciaatimeb != -1 && ciaatimeb < ciatime) ciatime = ciaatimeb; ^ cia.c:268:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ciabtimea != -1 && ciabtimea < ciatime) ciatime = ciabtimea; ^ cia.c:269:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ciabtimeb != -1 && ciabtimeb < ciatime) ciatime = ciabtimeb; ^ cia.c: At top level: cia.c:281:6: warning: no previous prototype for 'cia_diskindex' [-Wmissing-prototypes] void cia_diskindex (void) ^~~~~~~~~~~~~ cia.c: In function 'WriteCIAA': cia.c:488:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((ciaapra & 2) != oldled) ^~ cia.c:490:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((ciaapra & 1) != oldovl) { ^~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 serial.c -o serial.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 blitter.c -o blitter.o blitter.c: In function 'maybe_blit': blitter.c:509:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (modulo && get_cycles() < blit_firstline_cycles) ^ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 autoconf.c -o autoconf.o autoconf.c: In function 'uae_puts': autoconf.c:443:11: warning: pointer targets in passing argument 1 of 'puts' differ in signedness [-Wpointer-sign] puts (get_real_address (m68k_areg (regs, 0))); ^~~~~~~~~~~~~~~~ In file included from ../src/include/sysdeps.h:15:0, from autoconf.c:11: /usr/include/stdio.h:250:6: note: expected 'const char *' but argument is of type 'uae_u8 * {aka unsigned char *}' int puts(const char *); ^~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 ersatz.c -o ersatz.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 filesys.c -o filesys.o filesys.c: In function 'startup_handler': filesys.c:419:18: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DOS_TRUE ((unsigned long)-1L) ^ filesys.c:1259:30: note: in expansion of macro 'DOS_TRUE' put_long (pkt + dp_Res1, DOS_TRUE); ^~~~~~~~ filesys.c: In function 'do_info': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:1288:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_free_lock': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:1503:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'get_fileinfo': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:1718:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'do_find': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:1954:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_fh_from_lock': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2010:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_end': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2057:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_set_protect': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2248:2: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_set_comment': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2282:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_change_mode': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2375:2: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_set_file_size': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2519:2: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_delete_object': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2607:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_set_date': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2637:2: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_rename_object': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2671:6: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2701:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_rename_disk': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2737:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_is_filesystem': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2743:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'action_flush': filesys.c:539:77: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define PUT_PCK_RES1(p,v) do { do_put_mem_long ((uae_u32 *)((p) + dp_Res1), (v)); } while (0) ^ filesys.c:2750:5: note: in expansion of macro 'PUT_PCK_RES1' PUT_PCK_RES1 (packet, DOS_TRUE); ^~~~~~~~~~~~ filesys.c: In function 'free_all_ainos': filesys.c:3112:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (a = parent->child) { ^ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 hardfile.c -o hardfile.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 keybuf.c -o keybuf.o keybuf.c:216:9: warning: no previous prototype for 'save_keyboard' [-Wmissing-prototypes] uae_u8 *save_keyboard (int *len) ^~~~~~~~~~~~~ keybuf.c:226:9: warning: no previous prototype for 'restore_keyboard' [-Wmissing-prototypes] uae_u8 *restore_keyboard (uae_u8 *src) ^~~~~~~~~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 expansion.c -o expansion.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 zfile.c -o zfile.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 fpp.c -o fpp.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 readcpu.c -o readcpu.o ./tools/build68k <../src/table68k >cpudefs.c gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 cpudefs.c -o cpudefs.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 gfxutil.c -o gfxutil.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 gfxlib.c -o gfxlib.o ./tools/genblitter h >blitfunc.h ./tools/genblitter f >blitfunc.c gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 blitfunc.c -o blitfunc.o ./tools/genblitter t >blittable.c gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 blittable.c -o blittable.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 disk.c -o disk.o disk.c: In function 'drive_fill_bigbuf': disk.c:476:32: warning: pointer targets in passing argument 4 of 'read_floppy_data' differ in signedness [-Wpointer-sign] read_floppy_data (drv, tr, 0, (char *) (drv->bigmfmbuf + base_offset), (ti->bitlen + 7) / 8); ^ disk.c:355:13: note: expected 'unsigned char *' but argument is of type 'char *' static void read_floppy_data (drive * drv, int track, int offset, unsigned char *dst, int len) ^~~~~~~~~~~~~~~~ disk.c: In function 'drive_write_adf_amigados': disk.c:584:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (((odd << 1) | even) != chksum || ((id & 0x00ff0000) >> 16) != drv->cyl * 2 + side) { ^~ disk.c: At top level: disk.c:1301:6: warning: no previous prototype for 'dumpdisk' [-Wmissing-prototypes] void dumpdisk (void) ^~~~~~~~ In file included from /usr/include/string.h:127:0, from /usr/include/strings.h:68, from ../src/include/sysdeps.h:36, from disk.c:17: disk.c: In function 'restore_disk': disk.c:1346:35: warning: pointer targets in passing argument 2 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign] strncpy(changed_prefs.df[num],src,255); ^ disk.c:1346:35: note: expected 'const char *' but argument is of type 'uae_u8 * {aka unsigned char *}' disk.c:1346:35: warning: pointer targets in passing argument 2 of '__strncpy_ichk' differ in signedness [-Wpointer-sign] strncpy(changed_prefs.df[num],src,255); ^ /usr/include/ssp/string.h:91:1: note: expected 'const char * restrict' but argument is of type 'uae_u8 * {aka unsigned char *}' __ssp_bos_icheck3_restrict(strncpy, char *, const char *) ^ disk.c:1348:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] src += strlen(src) + 1; ^~~ In file included from /usr/include/strings.h:68:0, from ../src/include/sysdeps.h:36, from disk.c:17: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'uae_u8 * {aka unsigned char *}' size_t strlen(const char *); ^~~~~~ In file included from /usr/include/string.h:127:0, from /usr/include/strings.h:68, from ../src/include/sysdeps.h:36, from disk.c:17: disk.c: In function 'save_disk': disk.c:1370:13: warning: pointer targets in passing argument 1 of '__builtin___strcpy_chk' differ in signedness [-Wpointer-sign] strcpy (dst, currprefs.df[num]);/* image name */ ^ disk.c:1370:13: note: expected 'char *' but argument is of type 'uae_u8 * {aka unsigned char *}' disk.c:1370:13: warning: pointer targets in passing argument 1 of '__strcpy_ichk' differ in signedness [-Wpointer-sign] strcpy (dst, currprefs.df[num]);/* image name */ ^ /usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'uae_u8 * {aka unsigned char *}' __ssp_bos_icheck2_restrict(strcpy, char *, const char *) ^ disk.c:1371:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] dst += strlen(dst) + 1; ^~~ In file included from /usr/include/strings.h:68:0, from ../src/include/sysdeps.h:36, from disk.c:17: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'uae_u8 * {aka unsigned char *}' size_t strlen(const char *); ^~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 audio.c -o audio.o audio.c: In function 'put_sound_word_right': audio.c:83:5: warning: implicit declaration of function 'PUT_SOUND_WORD_RIGHT'; did you mean 'PUT_SOUND_WORD'? [-Wimplicit-function-declaration] PUT_SOUND_WORD_RIGHT (w); ^~~~~~~~~~~~~~~~~~~~ PUT_SOUND_WORD audio.c: In function 'put_sound_word_left': audio.c:104:5: warning: implicit declaration of function 'PUT_SOUND_WORD_LEFT'; did you mean 'PUT_SOUND_WORD'? [-Wimplicit-function-declaration] PUT_SOUND_WORD_LEFT (w); ^~~~~~~~~~~~~~~~~~~ PUT_SOUND_WORD audio.c: In function 'sample8_handler': audio.c:61:108: warning: left shift count is negative [-Wshift-count-negative] #define FINISH_DATA(data,b,logn) do { if (14 - (b) + (logn) > 0) (data) >>= 14 - (b) + (logn); else (data) <<= (b) - 14 - (logn); } while (0); ^ audio.c:277:2: note: in expansion of macro 'FINISH_DATA' FINISH_DATA (data, 8, 2); ^~~~~~~~~~~ audio.c: In function 'AUDxPER': audio.c:939:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (per < maxhpos * CYCLE_UNIT / 2 && currprefs.produce_sound < 3) ^ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 uaelib.c -o uaelib.o uaelib.c: In function 'FindFunctionInObject': uaelib.c:307:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (uae_u32)(objectptr + offset); ^ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 drawing.c -o drawing.o drawing.c: In function 'draw_sprites_1': drawing.c:718:66: warning: left shift of negative value [-Wshift-negative-value] window_pos = e->pos + ((DIW_DDF_OFFSET - DISPLAY_LEFT_SHIFT) << (aga ? 1 : 0)); ^~ drawing.c: In function 'write_tdnumber': drawing.c:1555:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] numptr = numbers + num * TD_NUM_WIDTH + NUMBERS_NUM * TD_NUM_WIDTH * y; ^ drawing.c: In function 'reset_drawing': drawing.c:1828:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < sizeof linestate / sizeof *linestate; i++) ^ drawing.c: In function 'pfield_doline_1': drawing.c:899:65: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: b0 = GETLONG ((uae_u32 *)real_bplpt[7]); real_bplpt[7] += 4; ~~~~~~~~~~~~~~^~~~ drawing.c:900:2: note: here case 7: b1 = GETLONG ((uae_u32 *)real_bplpt[6]); real_bplpt[6] += 4; ^~~~ drawing.c:900:65: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: b1 = GETLONG ((uae_u32 *)real_bplpt[6]); real_bplpt[6] += 4; ~~~~~~~~~~~~~~^~~~ drawing.c:901:2: note: here case 6: b2 = GETLONG ((uae_u32 *)real_bplpt[5]); real_bplpt[5] += 4; ^~~~ drawing.c:901:65: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: b2 = GETLONG ((uae_u32 *)real_bplpt[5]); real_bplpt[5] += 4; ~~~~~~~~~~~~~~^~~~ drawing.c:902:2: note: here case 5: b3 = GETLONG ((uae_u32 *)real_bplpt[4]); real_bplpt[4] += 4; ^~~~ drawing.c:902:65: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: b3 = GETLONG ((uae_u32 *)real_bplpt[4]); real_bplpt[4] += 4; ~~~~~~~~~~~~~~^~~~ drawing.c:903:2: note: here case 4: b4 = GETLONG ((uae_u32 *)real_bplpt[3]); real_bplpt[3] += 4; ^~~~ drawing.c:903:65: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: b4 = GETLONG ((uae_u32 *)real_bplpt[3]); real_bplpt[3] += 4; ~~~~~~~~~~~~~~^~~~ drawing.c:904:2: note: here case 3: b5 = GETLONG ((uae_u32 *)real_bplpt[2]); real_bplpt[2] += 4; ^~~~ drawing.c:904:65: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: b5 = GETLONG ((uae_u32 *)real_bplpt[2]); real_bplpt[2] += 4; ~~~~~~~~~~~~~~^~~~ drawing.c:905:2: note: here case 2: b6 = GETLONG ((uae_u32 *)real_bplpt[1]); real_bplpt[1] += 4; ^~~~ drawing.c:905:65: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: b6 = GETLONG ((uae_u32 *)real_bplpt[1]); real_bplpt[1] += 4; ~~~~~~~~~~~~~~^~~~ drawing.c:906:2: note: here case 1: b7 = GETLONG ((uae_u32 *)real_bplpt[0]); real_bplpt[0] += 4; ^~~~ drawing.c: In function 'fill_line': drawing.c:464:11: warning: this statement may fall through [-Wimplicit-fallthrough=] *start++ = val; ~~~~~~~~~^~~~~ drawing.c:465:6: note: here case 6: ^~~~ drawing.c:466:11: warning: this statement may fall through [-Wimplicit-fallthrough=] *start++ = val; ~~~~~~~~~^~~~~ drawing.c:467:6: note: here case 5: ^~~~ drawing.c:468:11: warning: this statement may fall through [-Wimplicit-fallthrough=] *start++ = val; ~~~~~~~~~^~~~~ drawing.c:469:6: note: here case 4: ^~~~ drawing.c:470:11: warning: this statement may fall through [-Wimplicit-fallthrough=] *start++ = val; ~~~~~~~~~^~~~~ drawing.c:471:6: note: here case 3: ^~~~ drawing.c:472:11: warning: this statement may fall through [-Wimplicit-fallthrough=] *start++ = val; ~~~~~~~~~^~~~~ drawing.c:473:6: note: here case 2: ^~~~ drawing.c:474:11: warning: this statement may fall through [-Wimplicit-fallthrough=] *start++ = val; ~~~~~~~~~^~~~~ drawing.c:475:6: note: here case 1: ^~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 picasso96.c -o picasso96.o picasso96.c: In function 'DumpPattern': picasso96.c:175:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] mem = patt->Memory + row * 2; ^ picasso96.c: In function 'DumpTemplate': picasso96.c:185:19: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] uae_u8 *mem = tmp->Memory; ^~~ picasso96.c:190:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] mem = tmp->Memory + row * tmp->BytesPerRow; ^ picasso96.c: In function 'CopyPatternStructureA2U': picasso96.c:264:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pattern->Memory = get_real_address (memp); ^ picasso96.c: In function 'CopyTemplateStructureA2U': picasso96.c:319:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] tmpl->Memory = get_real_address (memp); ^ picasso96.c: In function 'CopyLibResolutionStructureU2A': picasso96.c:336:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] uaememptr = gfxmem_xlate (amigamemptr); /* I know that amigamemptr is inside my gfxmem chunk, so I can just do the xlate() */ ^ picasso96.c: In function 'FillBoardInfo': picasso96.c:770:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] uaememptr = gfxmem_xlate (amigamemptr); /* I know that amigamemptr is inside my gfxmem chunk, so I can just do the xlate() */ ^ picasso96.c: In function 'picasso_BlitTemplate': picasso96.c:1813:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] tmpl_base = tmp.Memory + tmp.XOffset / 8; ^ picasso96.c: In function 'picasso_display_mode_index': picasso96.c:2417:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] && DisplayModes[i].depth == d) ^~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 cpustbl.c -o cpustbl.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 inputdevice.c -o inputdevice.o inputdevice.c: In function 'kbrlabel': inputdevice.c:229:7: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] *s = toupper(*s); ^~~~~~~ inputdevice.c: At top level: inputdevice.c:980:6: warning: no previous prototype for 'inputdevice_release_all_keys' [-Wmissing-prototypes] void inputdevice_release_all_keys (void) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ inputdevice.c: In function 'inputdevice_handle_inputcode': inputdevice.c:1158:2: warning: implicit declaration of function 'toggle_fullscreen'; did you mean 'togglemouse'? [-Wimplicit-function-declaration] toggle_fullscreen (); ^~~~~~~~~~~~~~~~~ togglemouse inputdevice.c:1161:2: warning: implicit declaration of function 'toggle_mousegrab'; did you mean 'togglemouse'? [-Wimplicit-function-declaration] toggle_mousegrab (); ^~~~~~~~~~~~~~~~ togglemouse inputdevice.c: In function 'read_inputdevice_config': inputdevice.c:367:65: warning: 'keynum' may be used uninitialized in this function [-Wmaybe-uninitialized] int devnum, num, button, joystick, flags, i, subnum, idnum, keynum; ^~~~~~ inputdevice.c:484:13: warning: 'button' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (button) { ^ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 uaeexe.c -o uaeexe.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 bsdsocket.c -o bsdsocket.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 missing.c -o missing.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 sd-sound.c -o sd-sound.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 od-joy.c -o od-joy.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 md-support.c -o md-support.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 fsusage.c -o fsusage.o fsusage.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] adjust_blocks (blocks, fromsize, tosize) ^~~~~~~~~~~~~ fsusage.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] int statfs (); ^~~ fsusage.c:136:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] int statvfs (); ^~~ fsusage.c:144:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] safe_read (desc, ptr, len) ^~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 cfgfile.c -o cfgfile.o cfgfile.c: In function 'cfgfile_parse_option': cfgfile.c:409:52: warning: pointer targets in passing argument 4 of 'cfgfile_intval' differ in signedness [-Wpointer-sign] || cfgfile_intval (option, value, "fastmem_size", &p->fastmem_size, 0x100000) ^ cfgfile.c:283:5: note: expected 'int *' but argument is of type 'uae_u32 * {aka unsigned int *}' int cfgfile_intval (char *option, char *value, char *name, int *location, int scale) ^~~~~~~~~~~~~~ cfgfile.c:410:53: warning: pointer targets in passing argument 4 of 'cfgfile_intval' differ in signedness [-Wpointer-sign] || cfgfile_intval (option, value, "a3000mem_size", &p->a3000mem_size, 0x100000) ^ cfgfile.c:283:5: note: expected 'int *' but argument is of type 'uae_u32 * {aka unsigned int *}' int cfgfile_intval (char *option, char *value, char *name, int *location, int scale) ^~~~~~~~~~~~~~ cfgfile.c:411:50: warning: pointer targets in passing argument 4 of 'cfgfile_intval' differ in signedness [-Wpointer-sign] || cfgfile_intval (option, value, "z3mem_size", &p->z3fastmem_size, 0x100000) ^ cfgfile.c:283:5: note: expected 'int *' but argument is of type 'uae_u32 * {aka unsigned int *}' int cfgfile_intval (char *option, char *value, char *name, int *location, int scale) ^~~~~~~~~~~~~~ cfgfile.c:412:52: warning: pointer targets in passing argument 4 of 'cfgfile_intval' differ in signedness [-Wpointer-sign] || cfgfile_intval (option, value, "bogomem_size", &p->bogomem_size, 0x40000) ^ cfgfile.c:283:5: note: expected 'int *' but argument is of type 'uae_u32 * {aka unsigned int *}' int cfgfile_intval (char *option, char *value, char *name, int *location, int scale) ^~~~~~~~~~~~~~ cfgfile.c:413:52: warning: pointer targets in passing argument 4 of 'cfgfile_intval' differ in signedness [-Wpointer-sign] || cfgfile_intval (option, value, "gfxcard_size", &p->gfxmem_size, 0x100000) ^ cfgfile.c:283:5: note: expected 'int *' but argument is of type 'uae_u32 * {aka unsigned int *}' int cfgfile_intval (char *option, char *value, char *name, int *location, int scale) ^~~~~~~~~~~~~~ cfgfile.c:414:52: warning: pointer targets in passing argument 4 of 'cfgfile_intval' differ in signedness [-Wpointer-sign] || cfgfile_intval (option, value, "chipmem_size", &p->chipmem_size, 0x80000) ^ cfgfile.c:283:5: note: expected 'int *' but argument is of type 'uae_u32 * {aka unsigned int *}' int cfgfile_intval (char *option, char *value, char *name, int *location, int scale) ^~~~~~~~~~~~~~ cfgfile.c: In function 'cfgfile_show_usage': cfgfile.c:694:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < sizeof opttable / sizeof *opttable; i++) ^ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 native2amiga.c -o native2amiga.o native2amiga.c:89:6: warning: no previous prototype for 'uae_FreeMem' [-Wmissing-prototypes] void uae_FreeMem (uaecptr memory, uae_u32 size) ^~~~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 fsdb.c -o fsdb.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 identify.c -o identify.o identify.c:249:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL1PTH", 0xdff0E0, 2 }, /* Bit plane pointer 1 (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:250:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL1PTL", 0xdff0E2, 2 }, /* Bit plane pointer 1 (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:251:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL2PTH", 0xdff0E4, 2 }, /* Bit plane pointer 2 (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:252:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL2PTL", 0xdff0E6, 2 }, /* Bit plane pointer 2 (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:253:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL3PTH", 0xdff0E8, 2 }, /* Bit plane pointer 3 (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:254:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL3PTL", 0xdff0EA, 2 }, /* Bit plane pointer 3 (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:255:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL4PTH", 0xdff0EC, 2 }, /* Bit plane pointer 4 (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:256:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL4PTL", 0xdff0EE, 2 }, /* Bit plane pointer 4 (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:257:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL5PTH", 0xdff0F0, 2 }, /* Bit plane pointer 5 (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:258:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL5PTL", 0xdff0F2, 2 }, /* Bit plane pointer 5 (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:259:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL6PTH", 0xdff0F4, 2 }, /* Bit plane pointer 6 (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:260:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL6PTL", 0xdff0F6, 2 }, /* Bit plane pointer 6 (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:261:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL7PTH", 0xdff0F8, 2 }, /* Bit plane pointer 7 (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:262:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL7PTL", 0xdff0FA, 2 }, /* Bit plane pointer 7 (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:263:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL8PTH", 0xdff0FC, 2 }, /* Bit plane pointer 8 (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:264:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL8PTL", 0xdff0FE, 2 }, /* Bit plane pointer 8 (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:265:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPLCON0", 0xdff100, 2 }, /* Bit plane control reg (misc control bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:266:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPLCON1", 0xdff102, 2 }, /* Bit plane control reg (scroll val PF1,PF2) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:267:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPLCON2", 0xdff104, 2 }, /* Bit plane control reg (priority control) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:268:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPLCON3", 0xdff106, 2 }, /* Bit plane control reg (enhanced features) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:269:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL1MOD", 0xdff108, 2 }, /* Bit plane modulo (odd planes,or active- fetch lines if bitplane scan-doubling is enabled */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:270:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL2MOD", 0xdff10A, 2 }, /* Bit plane modulo (even planes or inactive- fetch lines if bitplane scan-doubling is enabled */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:271:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPLCON4", 0xdff10C, 2 }, /* Bit plane control reg (bitplane and sprite masks) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:272:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "CLXCON2", 0xdff10e, 2 }, /* Extended collision control reg */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:273:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL1DAT", 0xdff110, 2 }, /* Bit plane 1 data (parallel to serial con- vert) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:274:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL2DAT", 0xdff112, 2 }, /* Bit plane 2 data (parallel to serial con- vert) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:275:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL3DAT", 0xdff114, 2 }, /* Bit plane 3 data (parallel to serial con- vert) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:276:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL4DAT", 0xdff116, 2 }, /* Bit plane 4 data (parallel to serial con- vert) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:277:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL5DAT", 0xdff118, 2 }, /* Bit plane 5 data (parallel to serial con- vert) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:278:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL6DAT", 0xdff11a, 2 }, /* Bit plane 6 data (parallel to serial con- vert) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:279:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL7DAT", 0xdff11c, 2 }, /* Bit plane 7 data (parallel to serial con- vert) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:280:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BPL8DAT", 0xdff11e, 2 }, /* Bit plane 8 data (parallel to serial con- vert) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:281:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR0PTH", 0xdff120, 2 }, /* Sprite 0 pointer (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:282:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR0PTL", 0xdff122, 2 }, /* Sprite 0 pointer (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:283:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR1PTH", 0xdff124, 2 }, /* Sprite 1 pointer (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:284:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR1PTL", 0xdff126, 2 }, /* Sprite 1 pointer (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:285:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR2PTH", 0xdff128, 2 }, /* Sprite 2 pointer (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:286:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR2PTL", 0xdff12A, 2 }, /* Sprite 2 pointer (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:287:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR3PTH", 0xdff12C, 2 }, /* Sprite 3 pointer (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:288:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR3PTL", 0xdff12E, 2 }, /* Sprite 3 pointer (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:289:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR4PTH", 0xdff130, 2 }, /* Sprite 4 pointer (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:290:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR4PTL", 0xdff132, 2 }, /* Sprite 4 pointer (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:291:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR5PTH", 0xdff134, 2 }, /* Sprite 5 pointer (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:292:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR5PTL", 0xdff136, 2 }, /* Sprite 5 pointer (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:293:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR6PTH", 0xdff138, 2 }, /* Sprite 6 pointer (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:294:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR6PTL", 0xdff13A, 2 }, /* Sprite 6 pointer (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:295:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR7PTH", 0xdff13C, 2 }, /* Sprite 7 pointer (high 5 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:296:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR7PTL", 0xdff13E, 2 }, /* Sprite 7 pointer (low 15 bits) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:297:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR0POS", 0xdff140, 2 }, /* Sprite 0 vert-horiz start pos data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:298:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR0CTL", 0xdff142, 2 }, /* Sprite 0 position and control data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:299:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR0DATA", 0xdff144, 2 }, /* Sprite 0 image data register A */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:300:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR0DATB", 0xdff146, 2 }, /* Sprite 0 image data register B */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:301:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR1POS", 0xdff148, 2 }, /* Sprite 1 vert-horiz start pos data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:302:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR1CTL", 0xdff14A, 2 }, /* Sprite 1 position and control data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:303:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR1DATA", 0xdff14C, 2 }, /* Sprite 1 image data register A */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:304:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR1DATB", 0xdff14E, 2 }, /* Sprite 1 image data register B */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:305:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR2POS", 0xdff150, 2 }, /* Sprite 2 vert-horiz start pos data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:306:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR2CTL", 0xdff152, 2 }, /* Sprite 2 position and control data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:307:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR2DATA", 0xdff154, 2 }, /* Sprite 2 image data register A */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:308:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR2DATB", 0xdff156, 2 }, /* Sprite 2 image data register B */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:309:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR3POS", 0xdff158, 2 }, /* Sprite 3 vert-horiz start pos data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:310:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR3CTL", 0xdff15A, 2 }, /* Sprite 3 position and control data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:311:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR3DATA", 0xdff15C, 2 }, /* Sprite 3 image data register A */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:312:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR3DATB", 0xdff15E, 2 }, /* Sprite 3 image data register B */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:313:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR4POS", 0xdff160, 2 }, /* Sprite 4 vert-horiz start pos data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:314:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR4CTL", 0xdff162, 2 }, /* Sprite 4 position and control data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:315:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR4DATA", 0xdff164, 2 }, /* Sprite 4 image data register A */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:316:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR4DATB", 0xdff166, 2 }, /* Sprite 4 image data register B */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:317:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR5POS", 0xdff168, 2 }, /* Sprite 5 vert-horiz start pos data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:318:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR5CTL", 0xdff16A, 2 }, /* Sprite 5 position and control data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:319:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR5DATA", 0xdff16C, 2 }, /* Sprite 5 image data register A */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:320:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR5DATB", 0xdff16E, 2 }, /* Sprite 5 image data register B */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:321:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR6POS", 0xdff170, 2 }, /* Sprite 6 vert-horiz start pos data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:322:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR6CTL", 0xdff172, 2 }, /* Sprite 6 position and control data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:323:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR6DATA", 0xdff174, 2 }, /* Sprite 6 image data register A */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:324:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR6DATB", 0xdff176, 2 }, /* Sprite 6 image data register B */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:325:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR7POS", 0xdff178, 2 }, /* Sprite 7 vert-horiz start pos data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:326:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR7CTL", 0xdff17A, 2 }, /* Sprite 7 position and control data */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:327:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR7DATA", 0xdff17C, 2 }, /* Sprite 7 image data register A */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:328:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "SPR7DATB", 0xdff17E, 2 }, /* Sprite 7 image data register B */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:329:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR00", 0xdff180, 2 }, /* Color table 00 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:330:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR01", 0xdff182, 2 }, /* Color table 01 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:331:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR02", 0xdff184, 2 }, /* Color table 02 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:332:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR03", 0xdff186, 2 }, /* Color table 03 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:333:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR04", 0xdff188, 2 }, /* Color table 04 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:334:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR05", 0xdff18A, 2 }, /* Color table 05 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:335:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR06", 0xdff18C, 2 }, /* Color table 06 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:336:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR07", 0xdff18E, 2 }, /* Color table 07 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:337:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR08", 0xdff190, 2 }, /* Color table 08 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:338:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR09", 0xdff192, 2 }, /* Color table 09 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:339:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR10", 0xdff194, 2 }, /* Color table 10 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:340:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR11", 0xdff196, 2 }, /* Color table 11 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:341:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR12", 0xdff198, 2 }, /* Color table 12 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:342:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR13", 0xdff19A, 2 }, /* Color table 13 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:343:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR14", 0xdff19C, 2 }, /* Color table 14 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:344:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR15", 0xdff19E, 2 }, /* Color table 15 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:345:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR16", 0xdff1A0, 2 }, /* Color table 16 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:346:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR17", 0xdff1A2, 2 }, /* Color table 17 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:347:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR18", 0xdff1A4, 2 }, /* Color table 18 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:348:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR19", 0xdff1A6, 2 }, /* Color table 19 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:349:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR20", 0xdff1A8, 2 }, /* Color table 20 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:350:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR21", 0xdff1AA, 2 }, /* Color table 21 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:351:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR22", 0xdff1AC, 2 }, /* Color table 22 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:352:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR23", 0xdff1AE, 2 }, /* Color table 23 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:353:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR24", 0xdff1B0, 2 }, /* Color table 24 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:354:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR25", 0xdff1B2, 2 }, /* Color table 25 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:355:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR26", 0xdff1B4, 2 }, /* Color table 26 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:356:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR27", 0xdff1B6, 2 }, /* Color table 27 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:357:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR28", 0xdff1B8, 2 }, /* Color table 28 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:358:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR29", 0xdff1BA, 2 }, /* Color table 29 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:359:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR30", 0xdff1BC, 2 }, /* Color table 30 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:360:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "COLOR31", 0xdff1BE, 2 }, /* Color table 31 */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:361:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "HTOTAL", 0xdff1C0, 2 }, /* Highest number count in horiz line (VARBEAMEN = 1) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:362:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "HSSTOP", 0xdff1C2, 2 }, /* Horiz line pos for HSYNC stop */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:363:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "HBSTRT", 0xdff1C4, 2 }, /* Horiz line pos for HBLANK start */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:364:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "HBSTOP", 0xdff1C6, 2 }, /* Horiz line pos for HBLANK stop */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:365:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "VTOTAL", 0xdff1C8, 2 }, /* Highest numbered vertical line (VARBEAMEN = 1) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:366:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "VSSTOP", 0xdff1CA, 2 }, /* Vert line for VBLANK start */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:367:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "VBSTRT", 0xdff1CC, 2 }, /* Vert line for VBLANK start */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:368:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "VBSTOP", 0xdff1CE, 2 }, /* Vert line for VBLANK stop */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:377:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "BEAMCON0", 0xdff1DC, 2 }, /* Beam counter control register (SHRES,UHRES,PAL) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:378:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "HSSTRT", 0xdff1DE, 2 }, /* Horizontal sync start (VARHSY) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:379:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "VSSTRT", 0xdff1E0, 2 }, /* Vertical sync start (VARVSY) */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:380:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "HCENTER", 0xdff1E2, 2 }, /* Horizontal pos for vsync on interlace */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:381:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "DIWHIGH", 0xdff1E4, 2 }, /* Display window upper bits for start/stop */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ identify.c:395:5: warning: missing initializer for field 'dmaadr' of 'struct customData' [-Wmissing-field-initializers] { "FMODE", 0xdff1FC, 2 }, /* Fetch mode register */ ^ In file included from identify.c:12:0: ../src/include/identify.h:18:16: note: 'dmaadr' declared here uae_u8 rw, dmaadr; ^~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 crc32.c -o crc32.o crc32.c:6:13: warning: function declaration isn't a prototype [-Wstrict-prototypes] static void make_crc_table() ^~~~~~~~~~~~~~ crc32.c:17:9: warning: no previous prototype for 'get_crc32' [-Wmissing-prototypes] uae_u32 get_crc32 (uae_u8 *buf, int len) ^~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 savestate.c -o savestate.o savestate.c: In function 'restore_string_func': savestate.c:123:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] len = strlen(dst) + 1; ^~~ In file included from /usr/include/strings.h:68:0, from ../src/include/sysdeps.h:36, from savestate.c:46: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'uae_u8 * {aka unsigned char *}' size_t strlen(const char *); ^~~~~~ savestate.c: At top level: savestate.c:364:6: warning: no previous prototype for 'savestate_restore_finish' [-Wmissing-prototypes] void savestate_restore_finish (void) ^~~~~~~~~~~~~~~~~~~~~~~~ savestate.c: In function 'restore_state': savestate.c:348:17: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized] if (len != end - chunk) ~~~~^~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 writelog.c -o writelog.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 hotkeys.c -o hotkeys.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 xwin.c -o xwin.o In file included from xwin.c:56:0: /tmp/emulators/uae/work/.x11-buildlink/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86dga.h is obsolete and may be removed in the future." ^~~~~~~ /tmp/emulators/uae/work/.x11-buildlink/include/X11/extensions/xf86dga.h:10:2: warning: #warning "include instead." [-Wcpp] #warning "include instead." ^~~~~~~ xwin.c:429:6: warning: no previous prototype for 'flush_clear_screen' [-Wmissing-prototypes] void flush_clear_screen (void) ^~~~~~~~~~~~~~~~~~ xwin.c: In function 'graphics_subinit': xwin.c:824:5: warning: implicit declaration of function 'inputdevice_release_all_keys'; did you mean 'inputdevice_default_prefs'? [-Wimplicit-function-declaration] inputdevice_release_all_keys (); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ inputdevice_default_prefs xwin.c: At top level: xwin.c:1352:6: warning: no previous prototype for 'DX_SetPalette_vsync' [-Wmissing-prototypes] void DX_SetPalette_vsync(void) ^~~~~~~~~~~~~~~~~~~ xwin.c:1362:5: warning: no previous prototype for 'DX_Fill' [-Wmissing-prototypes] int DX_Fill (int dstx, int dsty, int width, int height, uae_u32 color, RGBFTYPE rgbtype) ^~~~~~~ xwin.c:1368:5: warning: no previous prototype for 'DX_Blit' [-Wmissing-prototypes] int DX_Blit (int srcx, int srcy, int dstx, int dsty, int width, int height, BLIT_OPCODE opcode) ^~~~~~~ xwin.c: In function 'gfx_lock_picasso': xwin.c:1503:9: warning: pointer targets in return differ in signedness [-Wpointer-sign] return fb_addr; ^~~~~~~ xwin.c:1506:23: warning: pointer targets in return differ in signedness [-Wpointer-sign] return pic_dinfo.ximg->data; ~~~~~~~~~~~~~~^~~~~~ xwin.c: At top level: xwin.c:1552:5: warning: no previous prototype for 'is_fullscreen' [-Wmissing-prototypes] int is_fullscreen (void) ^~~~~~~~~~~~~ xwin.c:1561:6: warning: no previous prototype for 'toggle_fullscreen' [-Wmissing-prototypes] void toggle_fullscreen (void) ^~~~~~~~~~~~~~~~~ xwin.c:1568:6: warning: no previous prototype for 'screenshot' [-Wmissing-prototypes] void screenshot (int type) ^~~~~~~~~~ xwin.c:1763:6: warning: no previous prototype for 'target_default_options' [-Wmissing-prototypes] void target_default_options (struct uae_prefs *p) ^~~~~~~~~~~~~~~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 x11keys.c -o x11keys.o x11keys.c:363:5: warning: no previous prototype for 'xkeysym2amiga' [-Wmissing-prototypes] int xkeysym2amiga (KeySym ks) ^~~~~~~~~~~~~ x11keys.c:419:23: warning: no previous prototype for 'get_x11_default_hotkeys' [-Wmissing-prototypes] struct uae_hotkeyseq *get_x11_default_hotkeys (void) ^~~~~~~~~~~~~~~~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 gtkui.c -o gtkui.o In file included from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from gtkui.c:33: /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from gtkui.c:33: /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here { ^ In file included from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from gtkui.c:33: /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from gtkui.c:33: /tmp/emulators/uae/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:234:0, from gtkui.c:33: /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ gtkui.c: In function 'make_labelled_button': gtkui.c:120:42: warning: pointer targets in passing argument 1 of 'gtk_button_new_with_mnemonic' differ in signedness [-Wpointer-sign] return gtk_button_new_with_mnemonic (label); ^~~~~ In file included from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:52:0, from gtkui.c:33: /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkbutton.h:95:16: note: expected 'const gchar * {aka const char *}' but argument is of type 'guchar * {aka unsigned char *}' GtkWidget* gtk_button_new_with_mnemonic (const gchar *label); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtkui.c: In function 'make_message_box': gtkui.c:163:47: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (title==NULL || (title!=NULL && strlen(title)==0)) ^~~~~ In file included from /usr/include/strings.h:68:0, from ../src/include/sysdeps.h:36, from gtkui.c:17: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const guchar * {aka const unsigned char *}' size_t strlen(const char *); ^~~~~~ gtkui.c:164:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] title = PACKAGE_NAME " information"; ^ gtkui.c:165:48: warning: pointer targets in passing argument 2 of 'gtk_window_set_title' differ in signedness [-Wpointer-sign] gtk_window_set_title (GTK_WINDOW (dialog), title); ^~~~~ In file included from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35:0, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from gtkui.c:33: /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:180:12: note: expected 'const gchar * {aka const char *}' but argument is of type 'const guchar * {aka const unsigned char *}' void gtk_window_set_title (GtkWindow *window, ^~~~~~~~~~~~~~~~~~~~ gtkui.c:173:28: warning: pointer targets in passing argument 1 of 'gtk_label_new' differ in signedness [-Wpointer-sign] label = gtk_label_new (message); ^~~~~~~ In file included from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkaccellabel.h:38:0, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:35, from gtkui.c:33: /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtklabel.h:110:23: note: expected 'const gchar * {aka const char *}' but argument is of type 'const guchar * {aka const unsigned char *}' GtkWidget* gtk_label_new (const gchar *str); ^~~~~~~~~~~~~ gtkui.c:188:36: warning: pointer targets in passing argument 1 of 'make_labelled_button' differ in signedness [-Wpointer-sign] button = make_labelled_button ("_Okay", accel_group); ^~~~~~~ gtkui.c:118:19: note: expected 'guchar * {aka unsigned char *}' but argument is of type 'char *' static GtkWidget *make_labelled_button (guchar *label, GtkAccelGroup *accel_group) ^~~~~~~~~~~~~~~~~~~~ gtkui.c: At top level: gtkui.c:253:6: warning: no previous prototype for 'gui_message' [-Wmissing-prototypes] void gui_message (const char *format,...) ^~~~~~~~~~~ gtkui.c: In function 'gui_message': gtkui.c:263:24: warning: pointer targets in passing argument 2 of 'do_message_box' differ in signedness [-Wpointer-sign] do_message_box (NULL, msg, TRUE, TRUE); ^~~ gtkui.c:235:13: note: expected 'const guchar * {aka const unsigned char *}' but argument is of type 'char *' static void do_message_box( const guchar *title, const guchar *message, gboolean modal, gboolean wait ) ^~~~~~~~~~~~~~ gtkui.c: In function 'did_eject': gtkui.c:756:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] write_comm_pipe_int (&from_gui_pipe, (int)data, 1); ^ In file included from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from gtkui.c:33: gtkui.c:757:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gtk_label_set_text (GTK_LABEL (disk_text_widget[(int)data]), ""); ^ /tmp/emulators/uae/work/.buildlink/include/glib-2.0/gobject/gtype.h:2644:57: note: in definition of macro '_G_TYPE_CIC' # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) ^~ /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtklabel.h:42:28: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' #define GTK_LABEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_LABEL, GtkLabel)) ^~~~~~~~~~~~~~~~~~~~~~~~~~ gtkui.c:757:25: note: in expansion of macro 'GTK_LABEL' gtk_label_set_text (GTK_LABEL (disk_text_widget[(int)data]), ""); ^~~~~~~~~ gtkui.c: In function 'did_insert': gtkui.c:845:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int n = (int)data; ^ In file included from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtkcalendar.h:40:0, from /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtk.h:53, from gtkui.c:33: gtkui.c: In function 'make_floppy_disks': gtkui.c:1192:80: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gtk_signal_connect (GTK_OBJECT (thing), "clicked", (GtkSignalFunc) did_eject, (gpointer) i); ^ /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ gtkui.c:1198:81: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gtk_signal_connect (GTK_OBJECT (thing), "clicked", (GtkSignalFunc) did_insert, (gpointer) i); ^ /tmp/emulators/uae/work/.buildlink/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 debug.c -o debug.o debug.c: In function 'decode_copper_insn': debug.c:389:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (custd[i].adr == addr + 0xdff000) ^~ debug.c: In function 'm68k_modify': debug.c:1125:11: warning: array subscript has type 'char' [-Wchar-subscripts] regs.regs[c2] = v; ^ debug.c: In function 'debug_1': debug.c:1150:24: warning: implicit declaration of function 'dumpdisk'; did you mean 'dumpcia'? [-Wimplicit-function-declaration] case 'c': dumpcia (); dumpdisk (); dumpcustom (); break; ^~~~~~~~ dumpcia gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 scsi-none.c -o scsi-none.o gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 fsdb_unix.c -o fsdb_unix.o gcc main.o newcpu.o memory.o cpuemu.o custom.o cia.o serial.o blitter.o autoconf.o ersatz.o filesys.o hardfile.o keybuf.o expansion.o zfile.o fpp.o readcpu.o cpudefs.o gfxutil.o gfxlib.o blitfunc.o blittable.o disk.o audio.o uaelib.o drawing.o picasso96.o cpustbl.o inputdevice.o uaeexe.o bsdsocket.o missing.o sd-sound.o od-joy.o md-support.o fsusage.o cfgfile.o native2amiga.o fsdb.o identify.o crc32.o savestate.o writelog.o hotkeys.o xwin.o x11keys.o gtkui.o debug.o scsi-none.o fsdb_unix.o -o uae -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L. -L/usr/X11R7/lib -lSM -lICE -lXxf86dga -lXxf86vm -lXext -lX11 -pthread -L/usr/pkg/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lharfbuzz -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lglib-2.0 -lintl -lgobject-2.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -Wl,-R/usr/pkg/lib -lpango-1.0 -lfreetype -Wl,-rpath,/usr/X11R7/lib -lfontconfig -lm ld: zfile.o: in function `zfile_open': zfile.c:(.text+0x77e): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp() ld: warning: libfreetype.so.19, needed by /tmp/emulators/uae/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6 gcc -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -DREGPARAM= -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -D__inline__=inline -I/usr/X11R7/include -DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -pthread -I/usr/pkg/include/fribidi -DSHM_SUPPORT_LINKS=1 readdisk.c -o readdisk.o gcc readdisk.o missing.o -o readdisk -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L. gmake[1]: Leaving directory '/tmp/emulators/uae/work/uae-0.8.25/src' cp src/uae . cp src/readdisk . *** Please use pkgtools/verifypc to sanity check dependencies.