=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/emulators/generator-cbiere", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for generator-cbiere-0.35r4nb4 /opt/local/bin/bmake all-recursive Making all in glade gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I../gtkopts -I. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c support.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I../gtkopts -I. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c interface.c In file included from /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32, from interface.c:15: interface.c: In function 'create_mainwin': /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEvent *, void *)' {aka 'int (*)(struct _GtkWidget *, union _GdkEvent *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:672:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 672 | GTK_SIGNAL_FUNC (on_main_delete_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEvent *, void *)' {aka 'int (*)(struct _GtkWidget *, union _GdkEvent *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:675:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 675 | GTK_SIGNAL_FUNC (on_main_destroy_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:678:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 678 | GTK_SIGNAL_FUNC (on_mainwin_key_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:681:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 681 | GTK_SIGNAL_FUNC (on_mainwin_key_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventCrossing *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventCrossing *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:684:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 684 | GTK_SIGNAL_FUNC (on_mainwin_enter_notify_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventCrossing *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventCrossing *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:687:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 687 | GTK_SIGNAL_FUNC (on_mainwin_leave_notify_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventExpose *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventExpose *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:783:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 783 | GTK_SIGNAL_FUNC (on_drawingarea_main_expose_event), | ^~~~~~~~~~~~~~~ interface.c:105:18: warning: variable 'about_menu_accels' set but not used [-Wunused-but-set-variable] 105 | GtkAccelGroup *about_menu_accels; | ^~~~~~~~~~~~~~~~~ interface.c:101:18: warning: variable 'disassemble_z80_menu_accels' set but not used [-Wunused-but-set-variable] 101 | GtkAccelGroup *disassemble_z80_menu_accels; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c:95:18: warning: variable 'disassemble_vdp_menu_accels' set but not used [-Wunused-but-set-variable] 95 | GtkAccelGroup *disassemble_vdp_menu_accels; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c:90:18: warning: variable 'disassemble_64k_menu_accels' set but not used [-Wunused-but-set-variable] 90 | GtkAccelGroup *disassemble_64k_menu_accels; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c:86:18: warning: variable 'debug_menu_accels' set but not used [-Wunused-but-set-variable] 86 | GtkAccelGroup *debug_menu_accels; | ^~~~~~~~~~~~~~~~~ interface.c:81:18: warning: variable 'reset1_menu_accels' set but not used [-Wunused-but-set-variable] 81 | GtkAccelGroup *reset1_menu_accels; | ^~~~~~~~~~~~~~~~~~ interface.c:69:18: warning: variable 'view_menu_accels' set but not used [-Wunused-but-set-variable] 69 | GtkAccelGroup *view_menu_accels; | ^~~~~~~~~~~~~~~~ interface.c:64:18: warning: variable 'emulation_menu_accels' set but not used [-Wunused-but-set-variable] 64 | GtkAccelGroup *emulation_menu_accels; | ^~~~~~~~~~~~~~~~~~~~~ interface.c:57:18: warning: variable 'avi_menu_accels' set but not used [-Wunused-but-set-variable] 57 | GtkAccelGroup *avi_menu_accels; | ^~~~~~~~~~~~~~~ interface.c:52:18: warning: variable 'gnm_menu_accels' set but not used [-Wunused-but-set-variable] 52 | GtkAccelGroup *gnm_menu_accels; | ^~~~~~~~~~~~~~~ interface.c:47:18: warning: variable 'gym_menu_accels' set but not used [-Wunused-but-set-variable] 47 | GtkAccelGroup *gym_menu_accels; | ^~~~~~~~~~~~~~~ interface.c:42:18: warning: variable 'game_genie_patch_menu_accels' set but not used [-Wunused-but-set-variable] 42 | GtkAccelGroup *game_genie_patch_menu_accels; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c:37:18: warning: variable 'state_menu_accels' set but not used [-Wunused-but-set-variable] 37 | GtkAccelGroup *state_menu_accels; | ^~~~~~~~~~~~~~~~~ interface.c:32:18: warning: variable 'rom_menu_accels' set but not used [-Wunused-but-set-variable] 32 | GtkAccelGroup *rom_menu_accels; | ^~~~~~~~~~~~~~~ interface.c:29:18: warning: variable 'file_menu_accels' set but not used [-Wunused-but-set-variable] 29 | GtkAccelGroup *file_menu_accels; | ^~~~~~~~~~~~~~~~ interface.c: In function 'create_opts': /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2129:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2129 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2132:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2132 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2135:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2135 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2138:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2138 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2141:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2141 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2144:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2144 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2147:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2147 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2150:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2150 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2153:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2153 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2156:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2156 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2159:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2159 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2162:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2162 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2165:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2165 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2168:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2168 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2171:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2171 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:2174:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 2174 | GTK_SIGNAL_FUNC (on_keyval_press_event), | ^~~~~~~~~~~~~~~ interface.c: In function 'create_console': /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEvent *, void *)' {aka 'int (*)(struct _GtkWidget *, union _GdkEvent *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:4457:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 4457 | GTK_SIGNAL_FUNC (on_console_remove), | ^~~~~~~~~~~~~~~ /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEvent *, void *)' {aka 'int (*)(struct _GtkWidget *, union _GdkEvent *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:4460:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 4460 | GTK_SIGNAL_FUNC (on_console_remove), | ^~~~~~~~~~~~~~~ interface.c: In function 'create_diss': /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventExpose *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventExpose *, void *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ interface.c:4617:23: note: in expansion of macro 'GTK_SIGNAL_FUNC' 4617 | GTK_SIGNAL_FUNC (on_drawingarea_diss_expose_event), | ^~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I../gtkopts -I. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c callbacks.c rm -f libglade.a ar cru libglade.a support.o interface.o callbacks.o ranlib libglade.a Making all in gtkopts gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c gtkopts.c rm -f libgtkopts.a ar cru libgtkopts.a gtkopts.o ranlib libgtkopts.a Making all in cmz80 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c z80.c z80.c: In function 'Z80_Dasm': z80.c:8748:20: warning: '%s' directive writing between 2 and 22 bytes into a region of size 9 [-Wformat-overflow=] 8748 | sprintf (buf,"(%s%c$%02x)",r,Sign(Offset),Abs(Offset)); | ^~ z80.c:8748:18: note: directive argument in the range [0, 128] 8748 | sprintf (buf,"(%s%c$%02x)",r,Sign(Offset),Abs(Offset)); | ^~~~~~~~~~~~~ z80.c:8748:5: note: 'sprintf' output between 9 and 29 bytes into a destination of size 10 8748 | sprintf (buf,"(%s%c$%02x)",r,Sign(Offset),Abs(Offset)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z80.c:8743:20: warning: '%s' directive writing between 2 and 22 bytes into a region of size 9 [-Wformat-overflow=] 8743 | sprintf (buf,"(%s%c$%02x)",r,Sign(buffer[i]),Abs(buffer[i])); | ^~ z80.c:8743:18: note: directive argument in the range [0, 128] 8743 | sprintf (buf,"(%s%c$%02x)",r,Sign(buffer[i]),Abs(buffer[i])); | ^~~~~~~~~~~~~ z80.c:8743:5: note: 'sprintf' output between 9 and 29 bytes into a destination of size 10 8743 | sprintf (buf,"(%s%c$%02x)",r,Sign(buffer[i]),Abs(buffer[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f libcmz80.a ar cru libcmz80.a z80.o ranlib libcmz80.a Making all in cpu68k gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c def68k.c def68k.c: In function 'procline': def68k.c:715:17: warning: implicit conversion from 'enum ' to 't_datatype' [-Wenum-conversion] 715 | for (ea_e = ea_Dreg; | ^ def68k.c:716:18: warning: comparison between 't_datatype' and 'enum ' [-Wenum-compare] 716 | (ea_e == ea_Dreg) || (num[bite] && (ea_e <= ea_Imm)); ea_e++) { | ^~ def68k.c:716:53: warning: comparison between 't_datatype' and 'enum ' [-Wenum-compare] 716 | (ea_e == ea_Dreg) || (num[bite] && (ea_e <= ea_Imm)); ea_e++) { | ^~ def68k.c:720:19: warning: implicit conversion from 'enum ' to 't_datatype' [-Wenum-conversion] 720 | for (ea_f = ea_Dreg; | ^ def68k.c:721:20: warning: comparison between 't_datatype' and 'enum ' [-Wenum-compare] 721 | (ea_f == ea_Dreg) || (num[bitf] && (ea_f <= ea_Imm)); ea_f++) { | ^~ def68k.c:721:55: warning: comparison between 't_datatype' and 'enum ' [-Wenum-compare] 721 | (ea_f == ea_Dreg) || (num[bitf] && (ea_f <= ea_Imm)); ea_f++) { | ^~ def68k.c:783:24: warning: comparison between 't_datatype' and 'enum ' [-Wenum-compare] 783 | if (ea_e <= ea_Aidx) { | ^~ def68k.c:832:24: warning: comparison between 't_datatype' and 'enum ' [-Wenum-compare] 832 | if (ea_e <= ea_Aidx) { | ^~ def68k.c:881:24: warning: comparison between 't_datatype' and 'enum ' [-Wenum-compare] 881 | if (ea_f <= ea_Aidx) { | ^~ def68k.c:1097:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 1097 | if (stype == dt_Dreg) { /* dynamic */ | ^ def68k.c:1104:13: note: here 1104 | case i_BCLR: | ^~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c tab68k.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -liconv -lintl -o def68k def68k.o tab68k.o ./def68k Writing CPU definitions... done. gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c gen68k.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -liconv -lintl -o gen68k gen68k.o tab68k.o ./gen68k Writing C files... 0. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. done. /opt/local/bin/bmake all-am gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-0.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-3.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-4.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-5.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-6.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-7.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-8.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-9.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-a.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-b.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-c.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-e.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k-f.c rm -f lib68k.a ar cru lib68k.a cpu68k-0.o cpu68k-1.o cpu68k-2.o cpu68k-3.o cpu68k-4.o cpu68k-5.o cpu68k-6.o cpu68k-7.o cpu68k-8.o cpu68k-9.o cpu68k-a.o cpu68k-b.o cpu68k-c.o cpu68k-d.o cpu68k-e.o cpu68k-f.o ranlib lib68k.a Making all in ym2612 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c fm.c rm -f libym2612.a ar cru libym2612.a fm.o ranlib libym2612.a Making all in sn76496 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c sn76496.c rm -f libsn76496.a ar cru libsn76496.a sn76496.o ranlib libsn76496.a Making all in main gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpu68k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c mem68k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c reg68k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c event.c event.c: In function 'event_nextevent': event.c:38:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 38 | vdp_event++; | ~~~~~~~~~^~ event.c:39:3: note: here 39 | case 1: | ^~~~ event.c:52:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 52 | vdp_event++; | ~~~~~~~~~^~ event.c:53:3: note: here 53 | case 2: | ^~~~ event.c:91:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 91 | vdp_event++; | ~~~~~~~~~^~ event.c:92:3: note: here 92 | case 3: | ^~~~ event.c:98:8: warning: this statement may fall through [-Wimplicit-fallthrough=] 98 | if ((vdp_nextevent = vdp_event_end - cpu68k_clocks) > 0) | ^ event.c:101:3: note: here 101 | case 4: | ^~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c generator.c generator.c:35:14: warning: conflicting types for 'gen_musiclog' due to enum/integer mismatch; have 'unsigned int' [-Wenum-int-mismatch] 35 | unsigned int gen_musiclog = 0; /* 0 = no, 1 = GYM, 2 = GNM */ | ^~~~~~~~~~~~ In file included from generator.c:3: ../hdr/generator.h:307:19: note: previous declaration of 'gen_musiclog' with type 't_musiclog' 307 | extern t_musiclog gen_musiclog; | ^~~~~~~~~~~~ generator.c: In function 'loadimage_zlib': generator.c:256:12: warning: assignment to 'struct gzFile_s **' from incompatible pointer type 'gzFile' {aka 'struct gzFile_s *'} [-Wincompatible-pointer-types] 256 | if ((gzf = gzdopen(fd, "rb")) == NULL) { | ^ generator.c:274:23: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] 274 | if ((ret = gzread(gzf, cpu68k_rom + len, REALLOC_THRESH)) <= 0) | ^~~ | | | struct gzFile_s ** In file included from generator.c:22: /tmp/work/emulators/generator-cbiere/work/.buildlink/include/zlib.h:1395:35: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **' 1395 | ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len); | ~~~~~~~^~~~ generator.c:281:13: warning: passing argument 1 of 'gzerror' from incompatible pointer type [-Wincompatible-pointer-types] 281 | gzerror(gzf, &err); | ^~~ | | | struct gzFile_s ** /tmp/work/emulators/generator-cbiere/work/.buildlink/include/zlib.h:1659:45: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **' 1659 | ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum); | ~~~~~~~^~~~ generator.c:295:11: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] 295 | gzclose(gzf); | ^~~ | | | struct gzFile_s ** /tmp/work/emulators/generator-cbiere/work/.buildlink/include/zlib.h:1634:39: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **' 1634 | ZEXTERN int ZEXPORT gzclose(gzFile file); | ~~~~~~~^~~~ generator.c:318:13: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] 318 | gzclose(gzf); | ^~~ | | | struct gzFile_s ** /tmp/work/emulators/generator-cbiere/work/.buildlink/include/zlib.h:1634:39: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **' 1634 | ZEXTERN int ZEXPORT gzclose(gzFile file); | ~~~~~~~^~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c state.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c cpuz80.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c vdp.c vdp.c: In function 'vdp_sprites': vdp.c:645:12: warning: variable 'hmax' set but not used [-Wunused-but-set-variable] 645 | sint16 hmax, vmax; | ^~~~ vdp.c: In function 'vdp_spritelist': vdp.c:1602:22: warning: variable 'vmax' set but not used [-Wunused-but-set-variable] 1602 | sint16 vpos, hpos, vmax; | ^~~~ vdp.c:1600:9: warning: variable 'palette' set but not used [-Wunused-but-set-variable] 1600 | uint8 palette; | ^~~~~~~ vdp.c:1599:10: warning: variable 'pattern' set but not used [-Wunused-but-set-variable] 1599 | uint16 pattern; | ^~~~~~~ vdp.c: In function 'vdp_describe': vdp.c:1637:11: warning: variable 'patterndata' set but not used [-Wunused-but-set-variable] 1637 | uint16 *patterndata, *hscrolldata; | ^~~~~~~~~~~ vdp.c: In function 'vdp_sprite_simple': vdp.c:1978:22: warning: variable 'vmax' set but not used [-Wunused-but-set-variable] 1978 | sint16 vpos, hpos, vmax; | ^~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c gensound.c gensound.c: In function 'sound_endfield': gensound.c:187:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 187 | ui_err("field marker in middle of field data"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gensound.c:188:11: note: here 188 | case 1: | ^~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c memz80.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c ui-gtk.c In file included from /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32, from ui-gtk.c:9: ui-gtk.c: In function 'ui_init': /tmp/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gint (*)(GtkWidget *, GdkEventConfigure *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventConfigure *)'} to 'void (*)()' [-Wcast-function-type] 158 | #define GTK_SIGNAL_FUNC(f) ((GtkSignalFunc) f) | ^ ui-gtk.c:307:22: note: in expansion of macro 'GTK_SIGNAL_FUNC' 307 | GTK_SIGNAL_FUNC(ui_gtk_configuremain), 0); | ^~~~~~~~~~~~~~~ ui-gtk.c: In function 'ui_newframe': ui-gtk.c:434:14: warning: variable 'lasttype' set but not used [-Wunused-but-set-variable] 434 | static int lasttype = -1; | ^~~~~~~~ ui-gtk.c: In function 'ui_endfield': ui-gtk.c:846:27: warning: variable 'frames' set but not used [-Wunused-but-set-variable] 846 | static int counter = 0, frames = 0, waitstates; | ^~~~~~ ui-gtk.c: In function 'ui_rendertoscreen': ui-gtk.c:897:24: warning: variable 'oldlinedata' set but not used [-Wunused-but-set-variable] 897 | uint8 *newlinedata, *oldlinedata; | ^~~~~~~~~~~ ui-gtk.c: In function 'ui_gtk_codes_delete': ui-gtk.c:2853:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2853 | gtk_clist_remove(GTK_CLIST(obj), (int)slist->data); | ^ ui-gtk.c: In function 'ui_gtk_codes_apply': ui-gtk.c:2904:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2904 | if (gtk_clist_get_text(GTK_CLIST(obj), (int)slist->data, 0, &code) != 1) { | ^ ui-gtk.c: In function 'ui_simpleplot': ui-gtk.c:677:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 677 | convert_func = uiplot_convertdata_yuy2; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ui-gtk.c:678:5: note: here 678 | case SDL_UYVY_OVERLAY: | ^~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c uiplot.c uiplot.c: In function 'uiplot_convertdata_yuy2': uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:141:14: note: in definition of macro 'UNROLL' 141 | case 16: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:142:3: note: here 142 | case 15: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:142:14: note: in definition of macro 'UNROLL' 142 | case 15: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:143:3: note: here 143 | case 14: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:143:14: note: in definition of macro 'UNROLL' 143 | case 14: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:144:3: note: here 144 | case 13: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:144:14: note: in definition of macro 'UNROLL' 144 | case 13: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:145:3: note: here 145 | case 12: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:145:14: note: in definition of macro 'UNROLL' 145 | case 12: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:146:3: note: here 146 | case 11: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:146:14: note: in definition of macro 'UNROLL' 146 | case 11: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:147:3: note: here 147 | case 10: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:147:14: note: in definition of macro 'UNROLL' 147 | case 10: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:148:3: note: here 148 | case 9: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:148:14: note: in definition of macro 'UNROLL' 148 | case 9: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:149:3: note: here 149 | case 8: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:149:14: note: in definition of macro 'UNROLL' 149 | case 8: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:150:3: note: here 150 | case 7: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:150:14: note: in definition of macro 'UNROLL' 150 | case 7: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:151:3: note: here 151 | case 6: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:151:14: note: in definition of macro 'UNROLL' 151 | case 6: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:152:3: note: here 152 | case 5: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:152:14: note: in definition of macro 'UNROLL' 152 | case 5: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:153:3: note: here 153 | case 4: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:153:14: note: in definition of macro 'UNROLL' 153 | case 4: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:154:3: note: here 154 | case 3: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:154:14: note: in definition of macro 'UNROLL' 154 | case 3: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:155:3: note: here 155 | case 2: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 196 | *out32++ = v | uy; \ | ~~~~~~~~~^~~~~~~~ uiplot.c:155:14: note: in definition of macro 'UNROLL' 155 | case 2: { code } \ | ^~~~ uiplot.c:206:9: note: in expansion of macro 'PACK_PIXELS' 206 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:156:3: note: here 156 | case 1: { code } \ | ^~~~ uiplot.c:203:5: note: in expansion of macro 'UNROLL' 203 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c: In function 'uiplot_convertdata_uyvy': uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:141:14: note: in definition of macro 'UNROLL' 141 | case 16: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:142:3: note: here 142 | case 15: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:142:14: note: in definition of macro 'UNROLL' 142 | case 15: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:143:3: note: here 143 | case 14: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:143:14: note: in definition of macro 'UNROLL' 143 | case 14: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:144:3: note: here 144 | case 13: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:144:14: note: in definition of macro 'UNROLL' 144 | case 13: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:145:3: note: here 145 | case 12: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:145:14: note: in definition of macro 'UNROLL' 145 | case 12: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:146:3: note: here 146 | case 11: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:146:14: note: in definition of macro 'UNROLL' 146 | case 11: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:147:3: note: here 147 | case 10: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:147:14: note: in definition of macro 'UNROLL' 147 | case 10: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:148:3: note: here 148 | case 9: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:148:14: note: in definition of macro 'UNROLL' 148 | case 9: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:149:3: note: here 149 | case 8: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:149:14: note: in definition of macro 'UNROLL' 149 | case 8: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:150:3: note: here 150 | case 7: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:150:14: note: in definition of macro 'UNROLL' 150 | case 7: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:151:3: note: here 151 | case 6: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:151:14: note: in definition of macro 'UNROLL' 151 | case 6: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:152:3: note: here 152 | case 5: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:152:14: note: in definition of macro 'UNROLL' 152 | case 5: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:153:3: note: here 153 | case 4: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:153:14: note: in definition of macro 'UNROLL' 153 | case 4: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:154:3: note: here 154 | case 3: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:154:14: note: in definition of macro 'UNROLL' 154 | case 3: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:155:3: note: here 155 | case 2: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:232:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 232 | *out32++ = uy | vy; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:155:14: note: in definition of macro 'UNROLL' 155 | case 2: { code } \ | ^~~~ uiplot.c:242:9: note: in expansion of macro 'PACK_PIXELS' 242 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:156:3: note: here 156 | case 1: { code } \ | ^~~~ uiplot.c:239:5: note: in expansion of macro 'UNROLL' 239 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c: In function 'uiplot_convertdata_yvyu': uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:141:14: note: in definition of macro 'UNROLL' 141 | case 16: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:142:3: note: here 142 | case 15: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:142:14: note: in definition of macro 'UNROLL' 142 | case 15: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:143:3: note: here 143 | case 14: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:143:14: note: in definition of macro 'UNROLL' 143 | case 14: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:144:3: note: here 144 | case 13: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:144:14: note: in definition of macro 'UNROLL' 144 | case 13: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:145:3: note: here 145 | case 12: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:145:14: note: in definition of macro 'UNROLL' 145 | case 12: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:146:3: note: here 146 | case 11: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:146:14: note: in definition of macro 'UNROLL' 146 | case 11: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:147:3: note: here 147 | case 10: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:147:14: note: in definition of macro 'UNROLL' 147 | case 10: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:148:3: note: here 148 | case 9: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:148:14: note: in definition of macro 'UNROLL' 148 | case 9: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:149:3: note: here 149 | case 8: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:149:14: note: in definition of macro 'UNROLL' 149 | case 8: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:150:3: note: here 150 | case 7: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:150:14: note: in definition of macro 'UNROLL' 150 | case 7: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:151:3: note: here 151 | case 6: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:151:14: note: in definition of macro 'UNROLL' 151 | case 6: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:152:3: note: here 152 | case 5: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:152:14: note: in definition of macro 'UNROLL' 152 | case 5: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:153:3: note: here 153 | case 4: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:153:14: note: in definition of macro 'UNROLL' 153 | case 4: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:154:3: note: here 154 | case 3: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:154:14: note: in definition of macro 'UNROLL' 154 | case 3: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:155:3: note: here 155 | case 2: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ uiplot.c:268:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 268 | *out32++ = yv | yu; \ | ~~~~~~~~~^~~~~~~~~ uiplot.c:155:14: note: in definition of macro 'UNROLL' 155 | case 2: { code } \ | ^~~~ uiplot.c:278:9: note: in expansion of macro 'PACK_PIXELS' 278 | PACK_PIXELS(); | ^~~~~~~~~~~ uiplot.c:156:3: note: here 156 | case 1: { code } \ | ^~~~ uiplot.c:275:5: note: in expansion of macro 'UNROLL' 275 | UNROLL(UNROLL_TIMES, | ^~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c gensoundp-unix.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c initcart.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c patch.c patch.c: In function 'patch_loadfile': patch.c:157:5: warning: 'strncpy' output may be truncated copying 32 bytes from a string of length 255 [-Wstringop-truncation] 157 | strncpy(ent->code, code, sizeof ent->code); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c dib.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c avi.c avi.c: In function 'avi_open': avi.c:253:5: warning: pointer 'avi' used after 'free' [-Wuse-after-free] 253 | fclose(avi->fd); | ^~~~~~~~~~~~~~~ avi.c:252:5: note: call to 'free' here 252 | free(avi); | ^~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 -I../sn76496 -I../gtkopts -DFNAME_TCLSCRIPT=\"/opt/local/share/generator/gen.tcl\" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -c diss68k.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include/SDL -I/opt/local/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -liconv -lintl -o generator-gtk cpu68k.o mem68k.o reg68k.o event.o generator.o state.o cpuz80.o vdp.o gensound.o memz80.o ui-gtk.o uiplot.o gensoundp-unix.o initcart.o patch.o dib.o avi.o diss68k.o ../cpu68k/lib68k.a ../ym2612/libym2612.a -lz -lbz2 ../cmz80/libcmz80.a -lSM -lICE -lsocket -lnsl ../sn76496/libsn76496.a -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm -L/opt/local/lib -R/opt/local/lib -lSDL -lpthread -lposix4 ../glade/libglade.a ../gtkopts/libgtkopts.a ../cpu68k/tab68k.o