Mock Version: 1.1.18 Mock Version: 1.1.18 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/fbzx.spec'], False, '/var/lib/mock/f17-build-1433963-233939/root/', None, 86400, True, False, 498, 498, None, False, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/fbzx.spec'] Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/fbzx-2.10.0-1.fc17.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/fbzx.spec'], False, '/var/lib/mock/f17-build-1433963-233939/root/', None, 86400, True, False, 498, 498, None, False, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/fbzx.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aXvsdj + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf fbzx-2.10.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/fbzx-2.10.0-noroms.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd fbzx-2.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's/-O2 -Wno-pointer-sign -Wall //' Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.c2L7Vk + umask 022 + cd /builddir/build/BUILD + cd fbzx-2.10.0 + LANG=C + export LANG + unset DISPLAY + export 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + make -j4 cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o computer.o computer.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o Z80free.o z80free/Z80free.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o Z80free_codes.o z80free/Z80free_codes.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o Z80free_codesCB.o z80free/Z80free_codesCB.c computer.c: In function 'show_screen': computer.c:579:6: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from computer.c:24:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' computer.c: In function 'paint_pixels': computer.c:628:4: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] computer.c: In function 'read_keyboard': computer.c:769:4: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from computer.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' computer.c:831:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from computer.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' computer.c:875:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from computer.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' computer.c:881:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from computer.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o Z80free_codesED.o z80free/Z80free_codesED.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o Z80free_codesDD.o z80free/Z80free_codesDD.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o Z80free_codesFD.o z80free/Z80free_codesFD.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o Z80free_codesDDCB.o z80free/Z80free_codesDDCB.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o Z80free_codesFDCB.o z80free/Z80free_codesFDCB.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o emulator.o emulator.c emulator.c: In function 'load_a_rom': emulator.c:90:6: warning: variable 'size' set but not used [-Wunused-but-set-variable] emulator.c: In function 'load_rom': emulator.c:108:6: warning: variable 'size' set but not used [-Wunused-but-set-variable] emulator.c: In function 'init_screen': emulator.c:200:16: warning: unused variable 'value' [-Wunused-variable] emulator.c: In function 'load_main_game': emulator.c:324:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from emulator.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' emulator.c:304:15: warning: variable 'retval' set but not used [-Wunused-but-set-variable] emulator.c: In function 'main': emulator.c:677:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from emulator.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' emulator.c:686:2: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from emulator.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' emulator.c:710:5: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from emulator.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' emulator.c:722:5: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from emulator.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o cargador.o cargador.c cargador.c: In function 'uncompress_z80': cargador.c:30:15: warning: variable 'retval' set but not used [-Wunused-but-set-variable] cargador.c: In function 'save_z80': cargador.c:74:7: warning: variable 'retval' set but not used [-Wunused-but-set-variable] cargador.c: In function 'load_z80': cargador.c:157:33: warning: variable 'retval' set but not used [-Wunused-but-set-variable] cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o characters.o characters.c characters.c: In function 'printchar': characters.c:40:5: warning: passing argument 1 of 'paint_one_pixel' from incompatible pointer type [enabled by default] In file included from emulator.h:21:0, from characters.c:22: computer.h:211:13: note: expected 'unsigned char *' but argument is of type 'unsigned int *' characters.c:43:5: warning: passing argument 1 of 'paint_one_pixel' from incompatible pointer type [enabled by default] In file included from emulator.h:21:0, from characters.c:22: computer.h:211:13: note: expected 'unsigned char *' but argument is of type 'unsigned int *' characters.c: In function 'print_string': characters.c:80:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] characters.c:101:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o menus.o menus.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o sound.o sound.c menus.c: In function 'settings_menu': menus.c:173:5: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:175:5: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:178:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:181:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:184:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:187:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:191:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:195:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:198:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:201:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:204:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:207:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:210:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:212:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:214:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:217:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:219:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:221:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:224:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:226:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:228:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:231:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:233:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:234:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c: In function 'do_poke': menus.c:426:3: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:427:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:457:3: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:458:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c: In function 'taps_menu': menus.c:610:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:639:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c: In function 'select_tapfile': menus.c:686:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] menus.c:697:2: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:706:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:706:2: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:722:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:722:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:722:2: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] menus.c:722:2: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:722:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:722:2: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] menus.c:722:2: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:722:2: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] menus.c:722:2: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:722:2: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] menus.c:722:2: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:722:2: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:146:12: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:670:20: warning: variable 'retval' set but not used [-Wunused-but-set-variable] menus.c: In function 'create_tapfile': menus.c:751:2: warning: pointer targets in passing argument 1 of 'ask_filename' differ in signedness [-Wpointer-sign] In file included from menus.c:32:0: menus.h:48:5: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:761:2: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:768:3: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:775:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:775:2: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c: In function 'microdrive_menu': menus.c:822:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:847:4: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:799:6: warning: variable 'retval' set but not used [-Wunused-but-set-variable] menus.c: In function 'select_mdrfile': menus.c:879:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] menus.c:886:2: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:899:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:899:2: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:869:20: warning: variable 'retval' set but not used [-Wunused-but-set-variable] menus.c: In function 'create_mdrfile': menus.c:934:2: warning: pointer targets in passing argument 1 of 'ask_filename' differ in signedness [-Wpointer-sign] In file included from menus.c:32:0: menus.h:48:5: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:941:2: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:948:3: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:962:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:962:2: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:920:26: warning: variable 'retval' set but not used [-Wunused-but-set-variable] menus.c: In function 'create_scrfile': menus.c:999:2: warning: pointer targets in passing argument 1 of 'ask_filename' differ in signedness [-Wpointer-sign] In file included from menus.c:32:0: menus.h:48:5: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:1006:2: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:1015:3: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:984:20: warning: variable 'retval' set but not used [-Wunused-but-set-variable] menus.c: In function 'ask_filename': menus.c:1061:3: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1062:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c: In function 'ask_value': menus.c:1365:3: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1366:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c: In function 'save_z80file': menus.c:1468:2: warning: pointer targets in passing argument 1 of 'ask_filename' differ in signedness [-Wpointer-sign] menus.c:1044:5: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:1475:2: warning: pointer targets in passing argument 1 of 'save_z80' differ in signedness [-Wpointer-sign] In file included from menus.c:23:0: cargador.h:39:5: note: expected 'char *' but argument is of type 'unsigned char *' menus.c: In function 'load_z80file': menus.c:1506:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] menus.c:1513:2: warning: pointer targets in passing argument 1 of 'load_z80' differ in signedness [-Wpointer-sign] In file included from menus.c:23:0: cargador.h:40:5: note: expected 'char *' but argument is of type 'unsigned char *' menus.c: In function 'load_scrfile': menus.c:1551:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] menus.c:1559:2: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c: In function 'read_directory': menus.c:1611:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1612:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1613:3: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:142:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1621:2: warning: pointer targets in passing argument 1 of 'opendir' differ in signedness [-Wpointer-sign] In file included from menus.c:29:0: /usr/include/dirent.h:136:13: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1628:4: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1628:4: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:1629:4: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:142:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1630:4: warning: pointer targets in passing argument 1 of 'stat' differ in signedness [-Wpointer-sign] In file included from menus.c:28:0: /usr/include/sys/stat.h:455:1: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1639:6: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:536:12: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1639:6: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:536:12: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1643:6: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:536:12: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1643:6: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:536:12: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1647:6: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:536:12: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1651:6: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:60:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/string.h:536:12: note: expected 'const char *' but argument is of type 'unsigned char *' menus.c:1663:5: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c: In function 'select_file': menus.c:1773:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1775:5: warning: pointer targets in return differ in signedness [-Wpointer-sign] menus.c:1699:12: warning: variable 'ancho' set but not used [-Wunused-but-set-variable] menus.c: In function 'keyboard_menu': menus.c:1825:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1833:5: warning: passing argument 1 of 'paint_one_pixel' from incompatible pointer type [enabled by default] In file included from menus.c:21:0: computer.h:211:13: note: expected 'unsigned char *' but argument is of type 'unsigned int *' menus.c:1842:5: warning: passing argument 1 of 'paint_one_pixel' from incompatible pointer type [enabled by default] In file included from menus.c:21:0: computer.h:211:13: note: expected 'unsigned char *' but argument is of type 'unsigned int *' menus.c:1817:20: warning: variable 'retval' set but not used [-Wunused-but-set-variable] sound.c: In function 'sound_init_oss': sound.c:277:12: warning: variable 'stereo' set but not used [-Wunused-but-set-variable] menus.c: In function 'print_files': menus.c:1921:4: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1922:4: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:142:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' menus.c:1922:4: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:642:0, from /usr/include/SDL/SDL_stdinc.h:60, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from menus.c:21: /usr/include/bits/string3.h:142:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' menus.c:1939:5: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:1941:5: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' menus.c:1949:3: warning: pointer targets in passing argument 2 of 'print_string' differ in signedness [-Wpointer-sign] In file included from menus.c:31:0: characters.h:23:6: note: expected 'char *' but argument is of type 'unsigned char *' cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o tape.o tape.c tape.c: In function 'tape_read_tap': tape.c:49:6: warning: variable 'retval' set but not used [-Wunused-but-set-variable] tape.c: In function 'tape_read_tzx': tape.c:444:6: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from tape.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' tape.c:169:6: warning: variable 'retval' set but not used [-Wunused-but-set-variable] tape.c: In function 'rewind_tape': tape.c:610:6: warning: variable 'retval' set but not used [-Wunused-but-set-variable] tape.c: In function 'fastload_block': tape.c:703:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from tape.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' tape.c:705:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from tape.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' tape.c:717:4: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from tape.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' tape.c:728:5: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from tape.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' tape.c:684:6: warning: variable 'retval' set but not used [-Wunused-but-set-variable] cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o spk_ay.o spk_ay.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -c -o microdrive.o microdrive.c microdrive.c: In function 'microdrive_out': microdrive.c:133:5: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] In file included from /usr/include/SDL/SDL_stdinc.h:37:0, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from microdrive.c:21: /usr/include/stdio.h:275:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' microdrive.c:135:6: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:936:0, from /usr/include/SDL/SDL_stdinc.h:37, from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from computer.h:23, from microdrive.c:21: /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' microdrive.c:112:6: warning: variable 'retval' set but not used [-Wunused-but-set-variable] cc -o fbzx computer.o Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o Z80free_codesDD.o Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o emulator.o cargador.o characters.o menus.o sound.o tape.o spk_ay.o microdrive.o `pkg-config --libs sdl libpulse-simple alsa` + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2qsKkr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64 ++ dirname /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64 + cd fbzx-2.10.0 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64 + mkdir -p /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/bin + install -m 755 fbzx /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/fbzx + install -p -m 644 keymap.bmp /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/fbzx + mkdir -p /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/icons/hicolor/scalable/apps + install -p -m 644 fbzx.svg /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/icons/hicolor/scalable/apps + mkdir -p /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/applications + desktop-file-install --remove-key Version --add-category Emulator --dir /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/applications fbzx.desktop + install -pm0644 /builddir/build/SOURCES/README_fbzx.Fedora README.Fedora + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/fbzx-2.10.0 extracting debug info from /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/bin/fbzx 917 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: fbzx-2.10.0-1.fc17.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ciELxy + umask 022 + cd /builddir/build/BUILD + cd fbzx-2.10.0 + DOCDIR=/builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/doc/fbzx-2.10.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/doc/fbzx-2.10.0 + cp -pr AMSTRAD CAPABILITIES COPYING FAQ README README.Fedora README.TZX TODO VERSIONS /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64/usr/share/doc/fbzx-2.10.0 + exit 0 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: libSDL-1.2.so.0()(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpulse-simple.so.0()(64bit) libpulse-simple.so.0(PULSE_0)(64bit) libpulse.so.0()(64bit) rtld(GNU_HASH) Processing files: fbzx-debuginfo-2.10.0-1.fc17.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64 Wrote: /builddir/build/RPMS/fbzx-2.10.0-1.fc17.x86_64.rpm Wrote: /builddir/build/RPMS/fbzx-debuginfo-2.10.0-1.fc17.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8QJkCV + umask 022 + cd /builddir/build/BUILD + cd fbzx-2.10.0 + rm -rf /builddir/build/BUILDROOT/fbzx-2.10.0-1.fc17.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->