=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for arnold-20040111 gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/arnold.o cpc/arnold.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/asic.o cpc/asic.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/audioevent.o cpc/audioevent.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/bmp.o cpc/bmp.c In file included from cpc/cpc.h:43:0, from cpc/arnold.c:21: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ cpc/audioevent.c: In function 'AudioEvent_TraverseAudioEventsAndBuildSampleData': cpc/audioevent.c:823:48: warning: pointer targets in passing argument 1 of 'AudioEvent_UpdateCycle' differ in signedness [-Wpointer-sign] pAudioPtr = (char *)AudioEvent_UpdateCycle(pAudioPtr); ^~~~~~~~~ cpc/audioevent.c:373:7: note: expected 'char *' but argument is of type 'unsigned char *' char *AudioEvent_UpdateCycle(char *pAudioPtr) ^~~~~~~~~~~~~~~~~~~~~~ cpc/audioevent.c:823:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pAudioPtr = (char *)AudioEvent_UpdateCycle(pAudioPtr); ^ cpc/audioevent.c: At top level: cpc/audioevent.c:1002:3: warning: 'Digiblaster_PreviousFraction' is static but used in inline function 'Digiblaster_Update' which is not static Digiblaster_PreviousFraction = CurrentFraction; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpc/asic.c: In function 'ASIC_WriteRam': cpc/audioevent.c:999:3: warning: 'Digiblaster_PreviousData' is static but used in inline function 'Digiblaster_Update' which is not static Digiblaster_PreviousData = Digiblaster_Data; ^~~~~~~~~~~~~~~~~~~~~~~~ cpc/asic.c:1293:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((Addr & 0x0c000)!=0x04000) ^~ cpc/audioevent.c:996:3: warning: 'Digiblaster_CPCNopCountOfLastWrite' is static but used in inline function 'Digiblaster_Update' which is not static Digiblaster_CPCNopCountOfLastWrite = CurrentNopCount; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpc/asic.c:1296:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' Addr = Addr & 0x03fff; ^~~~ cpc/audioevent.c:991:3: warning: 'pDigiblaster_Data' is static but used in inline function 'Digiblaster_Update' which is not static pDigiblaster_Data += NumberOfSamplesToFill; ^~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:127:0, from /usr/include/memory.h:34, from cpc/headers.h:7, from cpc/audioevent.c:25: cpc/audioevent.c:990:29: warning: 'Digiblaster_PreviousData' is static but used in inline function 'Digiblaster_Update' which is not static memset(pDigiblaster_Data, Digiblaster_PreviousData, NumberOfSamplesToFill); ^ cpc/audioevent.c:990:10: warning: 'pDigiblaster_Data' is static but used in inline function 'Digiblaster_Update' which is not static memset(pDigiblaster_Data, Digiblaster_PreviousData, NumberOfSamplesToFill); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from cpc/headers.h:4, from cpc/audioevent.c:25: cpc/audioevent.c:990:10: warning: 'pDigiblaster_Data' is static but used in inline function 'Digiblaster_Update' which is not static memset(pDigiblaster_Data, Digiblaster_PreviousData, NumberOfSamplesToFill); ^ In file included from /usr/include/string.h:127:0, from /usr/include/memory.h:34, from cpc/headers.h:7, from cpc/audioevent.c:25: cpc/audioevent.c:990:29: warning: 'Digiblaster_PreviousData' is static but used in inline function 'Digiblaster_Update' which is not static memset(pDigiblaster_Data, Digiblaster_PreviousData, NumberOfSamplesToFill); ^ cpc/audioevent.c:990:10: warning: 'pDigiblaster_Data' is static but used in inline function 'Digiblaster_Update' which is not static memset(pDigiblaster_Data, Digiblaster_PreviousData, NumberOfSamplesToFill); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from cpc/headers.h:4, from cpc/audioevent.c:25: cpc/audioevent.c:990:10: warning: 'pDigiblaster_Data' is static but used in inline function 'Digiblaster_Update' which is not static memset(pDigiblaster_Data, Digiblaster_PreviousData, NumberOfSamplesToFill); ^ cpc/audioevent.c:936:79: warning: 'Digiblaster_PreviousFraction' is static but used in inline function 'Digiblaster_Update' which is not static NumberOfSamplesPassed = (Digiblaster_NumberOfSamplesPerNop * NopDifference)+Digiblaster_PreviousFraction; /* 16:16 fraction */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpc/audioevent.c:936:28: warning: 'Digiblaster_NumberOfSamplesPerNop' is static but used in inline function 'Digiblaster_Update' which is not static NumberOfSamplesPassed = (Digiblaster_NumberOfSamplesPerNop * NopDifference)+Digiblaster_PreviousFraction; /* 16:16 fraction */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpc/audioevent.c:934:37: warning: 'Digiblaster_CPCNopCountOfLastWrite' is static but used in inline function 'Digiblaster_Update' which is not static NopDifference = CurrentNopCount - Digiblaster_CPCNopCountOfLastWrite; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cpc/cpc.h:43:0, from cpc/audioevent.c:21: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ In file included from cpc/cpc.h:43:0, from cpc/asic.c:52: cpc/asic.c: At top level: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/cpc.o cpc/cpc.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/crtc.o cpc/crtc.c In file included from cpc/cpc.h:43:0, from cpc/cpc.c:33: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ In file included from cpc/crtc.c:39:0: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/dumpym.o cpc/dumpym.c cpc/dumpym.c: In function 'YMOutput_GenerateHeaderOutputSize': cpc/dumpym.c:312:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] nSize = strlen(YM3_Ident_Text); ^~~~~~~~~~~~~~ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ cpc/dumpym.c:322:20: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] nSize += strlen(YM5_SongName); ^~~~~~~~~~~~ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ cpc/dumpym.c:329:20: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] nSize += strlen(YM5_AuthorName); ^~~~~~~~~~~~~~ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ cpc/dumpym.c:335:20: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] nSize += strlen(YM5_Comments); ^~~~~~~~~~~~ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ cpc/dumpym.c: In function 'YMOutput_GenerateTrailerOutputSize': cpc/dumpym.c:354:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] nSize = strlen(YM5_EndFileText); ^~~~~~~~~~~~~~~ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ In file included from /usr/include/string.h:127:0, from /usr/include/memory.h:34, from cpc/headers.h:7, from cpc/dumpym.c:24: cpc/dumpym.c: In function 'YMOutput_GenerateHeaderData': cpc/dumpym.c:367:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] memcpy(pData, YM3_Ident_Text, strlen(YM3_Ident_Text)); ^ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ In file included from /usr/include/string.h:127:0, from /usr/include/memory.h:34, from cpc/headers.h:7, from cpc/dumpym.c:24: cpc/dumpym.c:367:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] memcpy(pData, YM3_Ident_Text, strlen(YM3_Ident_Text)); ^ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ cpc/dumpym.c:398:28: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] int nStringLen = strlen(YM5_SongName); ^~~~~~~~~~~~ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ cpc/dumpym.c:409:28: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] int nStringLen = strlen(YM5_AuthorName); ^~~~~~~~~~~~~~ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ cpc/dumpym.c:419:28: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] int nStringLen = strlen(YM5_Comments); ^~~~~~~~~~~~ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ In file included from /usr/include/string.h:127:0, from /usr/include/memory.h:34, from cpc/headers.h:7, from cpc/dumpym.c:24: cpc/dumpym.c: In function 'YMOutput_GenerateTrailerData': cpc/dumpym.c:440:41: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] memcpy(pData, YM5_EndFileText, strlen(YM5_EndFileText)); ^ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ In file included from /usr/include/string.h:127:0, from /usr/include/memory.h:34, from cpc/headers.h:7, from cpc/dumpym.c:24: cpc/dumpym.c:440:41: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] memcpy(pData, YM5_EndFileText, strlen(YM5_EndFileText)); ^ In file included from /usr/include/memory.h:34:0, from cpc/headers.h:7, from cpc/dumpym.c:24: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/fdc.o cpc/fdc.c cpc/fdc.c:219:3: warning: 'fdc' is static but used in inline function 'FDC_SeekComplete' which is not static fdc.Flags = Flags; ^~~ cpc/fdc.c:216:11: warning: 'fdc' is static but used in inline function 'FDC_SeekComplete' which is not static Flags = fdc.Flags; ^~~ cpc/fdc.c:210:3: warning: 'fdc' is static but used in inline function 'FDC_SeekComplete' which is not static fdc.ST0 = ST0; ^~~ cpc/fdc.c:207:9: warning: 'fdc' is static but used in inline function 'FDC_SeekComplete' which is not static ST0 = fdc.ST0; ^~~ In file included from cpc/cpc.h:43:0, from cpc/fdc.c:32: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/fdd.o cpc/fdd.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/fdi.o cpc/fdi.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/garray.o cpc/garray.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/multface.o cpc/multface.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/printer.o cpc/printer.c cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, In file included from cpc/cpc.h:43:0, from cpc/printer.c:20: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } In file included from cpc/multface.c:49:0: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/psgplay.o cpc/psgplay.c cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orangecpc/multface.c: In function 'Multiface_SetRomData': */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } cpc/multface.c:346:9: warning: 'State' may be used uninitialized in this function [-Wmaybe-uninitialized] return State; ^~~~~ { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } { 96, 255, 0, 0}, /* r1 g2 b0 Lime */ { { } } gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/psg.o cpc/psg.c cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } { 96, 255, 0, 0}, /* r1 g2 b0 Lime */ { { } } {153, 255, 255, 0}, /* r1 g2 b2 Pastel cyan */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } { 96, 255, 0, 0}, /* r1 g2 b0 Lime */ { { } } {153, 255, 255, 0}, /* r1 g2 b2 Pastel cyan */ { { } } {163, 19, 19, 0}, /* r1 g0 b0 Red */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } { 96, 255, 0, 0}, /* r1 g2 b0 Lime */ { { } } {153, 255, 255, 0}, /* r1 g2 b2 Pastel cyan */ { { } } {163, 19, 19, 0}, /* r1 g0 b0 Red */ { { } } { 96, 0, 255, 0}, /* r1 g0 b2 Mauve */ { { } } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } { 96, 255, 0, 0}, /* r1 g2 b0 Lime */ { { } } {153, 255, 255, 0}, /* r1 g2 b2 Pastel cyan */ { { } } {163, 19, 19, 0}, /* r1 g0 b0 Red */ { { } } { 96, 0, 255, 0}, /* r1 g0 b2 Mauve */ { { } } {191, 171, 0, 0}, /* r1 g1 b0 Yellow */ { { } } gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/render.o cpc/render.c cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} cpc/psgplay.c:52:1: warning: missing braces around initializer [-Wmissing-braces] { ^ {0,0,0x0ff, 0}, { {} } { {} } /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } cpc/psgplay.c:52:1: warning: missing braces around initializer [-Wmissing-braces] { ^ {0,0,0x0ff, 0}, { {} } { {} } {0,0,0x0ff, 0}, { {} } { {} } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } { 96, 255, 0, 0}, /* r1 g2 b0 Lime */ { { } } {153, 255, 255, 0}, /* r1 g2 b2 Pastel cyan */ { { } } {163, 19, 19, 0}, /* r1 g0 b0 Red */ { { } } { 96, 0, 255, 0}, /* r1 g0 b2 Mauve */ { { } cpc/psgplay.c:52:1: warning: missing braces around initializer [-Wmissing-braces] { ^ {0,0,0x0ff, 0}, { {} } { {} } {0,0,0x0ff, 0}, { {} } { {} } {0,0,0x0ff, 0} { {} } { {} } } {191, 171, 0, 0}, /* r1 g1 b0 Yellow */ { { } } { 96, 96, 255, 0} /* r1 g1 b2 Pastel blue */ { { } } cpc/psgplay.c:52:1: warning: missing braces around initializer [-Wmissing-braces] { ^ {0,0,0x0ff, 0}, { {} } { {} } {0,0,0x0ff, 0}, { {} } { {} } {0,0,0x0ff, 0} { {} } { {} } cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orange */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } { 96, 255, 0, 0}, /* r1 g2 b0 Lime */ { { } } {153, 255, 255, 0}, /* r1 g2 b2 Pastel cyan */ { { } } {163, 19, 19, 0}, /* r1 g0 b0 Red */ { { } } { 96, 0, 255, 0}, /* r1 g0 b2 Mauve */ { { } } {191, 171, 0, 0}, /* r1 g1 b0 Yellow */ { { } } { 96, 96, 255, 0} /* r1 g1 b2 Pastel blue */ { { } } cpc/psgplay.c:595:52: warning: 'AY_VolumeTranslation' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelOutputVolume = (0x080 + VolumeLookup8Bit[AY_VolumeTranslation[ChannelVolume]]); ^~~~~~~~~~~~~~~~~~~~ cpc/psgplay.c:595:35: warning: 'VolumeLookup8Bit' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelOutputVolume = (0x080 + VolumeLookup8Bit[AY_VolumeTranslation[ChannelVolume]]); ^~~~~~~~~~~~~~~~ cpc/psgplay.c:591:52: warning: 'AY_VolumeTranslation' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelOutputVolume = (0x080 - VolumeLookup8Bit[AY_VolumeTranslation[ChannelVolume]]); ^~~~~~~~~~~~~~~~~~~~ cpc/garray.c:59:1: warning: missing braces around initializer [-Wmissing-braces] { ^ cpc/garray.c:61:5: {0x060,0x060,0x060,0}, /* r1 g1 b1 White */ { { } } {0x060,0x060,0x060,0}, /* -------- ** White ** */ { { } } {0x00,0x0ff,0x060,0}, /* r0 g2 b1 Sea Green */ { { } } {0x0ff,0x0ff,0x060,0}, /* r2 g2 b1 Pastel yellow */ { { } } {0x00,0x00,0x060,0}, /* r0 g0 b1 Blue */ { { } } {0x0ff,0x00,0x060,0}, /* r2 g0 b1 Purple */ { { } } {0x00,0x060,0x060,0}, /* r0 g1 b1 Cyan */ { { } } {0x0ff,0x060,0x060,0}, /* r2 g1 b1 Pink */ { { } } {0x0ff,0x00,0x060,0}, /* -------- ** Purple ** */ { { } } {0x0ff,0x0ff,0x060,0}, /* -------- ** Pastel yellow ** */ { { } } {0x0ff,0x0ff,0x00,0}, /* r2 g2 b0 Bright Yellow */ { { } } {0x0ff,0x0ff,0x0ff,0}, /* r2 g2 b2 Bright White */ { { } } {0x0ff,0x00,0x00,0}, /* r2 g0 b0 Bright Red */ { { } } {0x0ff,0x00,0x0ff,0}, /* r2 g0 b2 Bright Magenta */ { { } } {0x0ff,0x060,0x00,0}, /* r2 g1 b0 Orange */ { { } } {0x0ff,0x060,0x0ff,0}, /* r2 g1 b2 Pastel Magenta */ { { } } {0x00,0x00,0x060,0}, /* -------- ** Blue ** */ { { } } {0x00,0x0ff,0x060,0}, /* -------- ** Sea Green ** */ { { } } {0x00,0x0ff,0x00,0}, /* r0 g2 b0 Bright green */ { { } } {0x00,0x0ff,0x0ff,0}, /* r0 g2 b2 Bright Cyan */ { { } } {0x00,0x00,0x00,0}, /* r0 g0 b0 Black */ { { } } {0x00,0x00,0x0ff,0}, /* r0 g0 b2 Bright Blue */ { { } } {0x00,0x060,0x00,0}, /* r0 g1 b0 Green */ { { } } {0x00,0x060,0x0ff,0}, /* r0 g1 b2 Sky Blue */ { { } } {0x060,0x00,0x060,0}, /* r1 g0 b1 Magenta */ { { } } {0x060,0x0ff,0x060,0}, /* r1 g2 b1 Pastel green */ { { } } {0x060,0x0ff,0x00,0}, /* r1 g2 b0 Lime */ { { } } {0x060,0x0ff,0x0ff,0}, /* r1 g2 b2 Pastel cyan */ { { } } {0x060,0x00,0x00,0}, /* r1 g0 b0 Red */ { { } } {0x060,0x00,0x0ff,0}, /* r1 g0 b2 Mauve */ { { } } {0x060,0x060,0x00,0}, /* r1 g1 b0 Yellow */ { { } } {0x060,0x060,0x0ff,0} cpc/psgplay.c:591:35: warning: 'VolumeLookup8Bit' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelOutputVolume = (0x080 - VolumeLookup8Bit[AY_VolumeTranslation[ChannelVolume]]); ^~~~~~~~~~~~~~~~ /* r1 g1 b2 Pastel blue */ { { } } cpc/garray.c:96:8: {163, 163, 163, 0}, /* r1 g1 b1 White */ { { } } {163, 163, 163, 0}, /* -------- ** White ** */ { { } } { 0, 255, 96, 0}, /* r0 g2 b1 Sea Green */ { { } } {239, 195, 79, 0}, /* r2 g2 b1 Pastel yellow */ { { } } { 0, 0, 171, 0}, /* r0 g0 b1 Blue */ { { } } {255, 0, 96, 0}, /* r2 g0 b1 Purple */ { { } } { 0, 159, 199, 0}, /* r0 g1 b1 Cyan */ { { } } {251, 151, 151, 0}, /* r2 g1 b1 Pink */ { { } } {255, 0, 96, 0}, /* -------- ** Purple ** */ { { } } {239, 195, 79, 0}, /* -------- ** Pastel yellow ** */ { { } } {255, 255, 0, 0}, /* r2 g2 b0 Bright Yellow */ { { } } {255, 255, 255, 0}, /* r2 g2 b2 Bright White */ { { } } {251, 0, 0, 0}, /* r2 g0 b0 Bright Red */ { { } } {255, 0, 255, 0}, /* r2 g0 b2 Bright Magenta */ { { } } {239, 167, 0, 0}, /* r2 g1 b0 Orangecpc/psgplay.c:580:52: warning: 'EnvelopeVolume' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelOutputVolume = (0x080 + VolumeLookup8Bit[EnvelopeVolume]); ^~~~~~~~~~~~~~ */ { { } } {235, 103, 235, 0}, /* r2 g1 b2 Pastel Magenta */ { { } } { 0, 0, 96, 0}, /* -------- ** Blue ** */ { { } } { 0, 255, 96, 0}, /* -------- ** Sea Green ** */ { { } } { 0, 255, 0, 0}, /* r0 g2 b0 Bright green */ { { } } { 0, 187, 251, 0}, /* r0 g2 b2 Bright Cyan */ { { } } { 0, 0, 0, 0}, /* r0 g0 b0 Black */ { { } } { 0, 0, 239, 0}, /* r0 g0 b2 Bright Blue */ { { } } { 0, 153, 0, 0}, /* r0 g1 b0 Green */ { { } } { 0, 153, 255, 0}, /* r0 g1 b2 Sky Blue */ { { } } {191, 0, 191, 0}, /* r1 g0 b1 Magenta */ { { } } { 96, 255, 96, 0}, /* r1 g2 b1 Pastel green */ { { } } { 96, 255, 0, 0}, /* r1 g2 b0 Lime */ { { } } {153, 255, 255, 0}, /* r1 g2 b2 Pastel cyan */ { { } } {163, 19, 19, 0}, /* r1 g0 b0 Red */ { { } } { 96, 0, 255, 0}, /* r1 g0 b2 Mauve */ { { } cpc/psgplay.c:580:35: warning: 'VolumeLookup8Bit' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelOutputVolume = (0x080 + VolumeLookup8Bit[EnvelopeVolume]); ^~~~~~~~~~~~~~~~ } {191, 171, 0, 0}, /* r1 g1 b0 Yellow */ { { } } { 96, 96, 255, 0} /* r1 g1 b2 Pastel blue */ { { } } cpc/psgplay.c:576:52: warning: 'EnvelopeVolume' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelOutputVolume = (0x080 - VolumeLookup8Bit[EnvelopeVolume]); ^~~~~~~~~~~~~~ cpc/psgplay.c:576:35: warning: 'VolumeLookup8Bit' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelOutputVolume = (0x080 - VolumeLookup8Bit[EnvelopeVolume]); ^~~~~~~~~~~~~~~~ cpc/psgplay.c:564:18: warning: 'PSGPlay_Registers' is static but used in inline function 'GetFinalVolumeForChannel' which is not static ChannelVolume = PSGPlay_Registers[8+ChannelIndex]; ^~~~~~~~~~~~~~~~~ cpc/psgplay.c:551:24: warning: 'NoiseOutput' is static but used in inline function 'GetMixedOutputForChannel' which is not static ChannelNoiseOutput = NoiseOutput | Mixer_NoiseOutput; ^~~~~~~~~~~ cpc/psgplay.c:514:24: warning: 'PSGPlay_Registers' is static but used in inline function 'GetMixedOutputForChannel' which is not static unsigned long Mixer = PSGPlay_Registers[7]; ^~~~~~~~~~~~~~~~~ cpc/psgplay.c:474:2: warning: 'RNG' is static but used in inline function 'NoiseChooseOutput' which is not static RNG >>= 1; ^~~ cpc/psgplay.c:473:15: warning: 'RNG' is static but used in inline function 'NoiseChooseOutput' which is not static if (RNG & 1) RNG ^= 0x28000; ^~~ cpc/psgplay.c:473:6: warning: 'RNG' is static but used in inline function 'NoiseChooseOutput' which is not static if (RNG & 1) RNG ^= 0x28000; ^~~ cpc/psgplay.c:461:17: warning: 'NoiseOutput' is static but used in inline function 'NoiseChooseOutput' which is not static NoiseOutput = NoiseOutput^0x0ff; ^~~~~~~~~~~ In file included from cpc/cpc.h:43:0, from cpc/garray.c:25: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/psgplay.c:461:3: warning: 'NoiseOutput' is static but used in inline function 'NoiseChooseOutput' which is not static NoiseOutput = NoiseOutput^0x0ff; ^~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ cpc/psgplay.c:459:7: warning: 'RNG' is static but used in inline function 'NoiseChooseOutput' which is not static if ((RNG + 1) & 2) /* (bit0^bit1)? */ ^~~ cpc/psgplay.c:429:50: warning: 'PositionInEnvelope' is static but used in inline function 'Envelope_Update' which is not static EnvelopeVolume = pEnvelope[(EnvelopePhase<<4) + PositionInEnvelope]; ^~~~~~~~~~~~~~~~~~ cpc/psgplay.c:429:30: warning: 'EnvelopePhase' is static but used in inline function 'Envelope_Update' which is not static EnvelopeVolume = pEnvelope[(EnvelopePhase<<4) + PositionInEnvelope]; ^~~~~~~~~~~~~ cpc/psgplay.c:429:19: warning: 'pEnvelope' is static but used in inline function 'Envelope_Update' which is not static EnvelopeVolume = pEnvelope[(EnvelopePhase<<4) + PositionInEnvelope]; ^~~~~~~~~ cpc/psgplay.c:429:2: warning: 'EnvelopeVolume' is static but used in inline function 'Envelope_Update' which is not static EnvelopeVolume = pEnvelope[(EnvelopePhase<<4) + PositionInEnvelope]; ^~~~~~~~~~~~~~ cpc/psgplay.c:427:23: warning: 'PositionInEnvelope' is static but used in inline function 'Envelope_Update' which is not static PositionInEnvelope = PositionInEnvelope & 0x1f; ^~~~~~~~~~~~~~~~~~ cpc/psgplay.c:427:2: warning: 'PositionInEnvelope' is static but used in inline function 'Envelope_Update' which is not static PositionInEnvelope = PositionInEnvelope & 0x1f; ^~~~~~~~~~~~~~~~~~ In file included from cpc/cpc.h:43:0, from cpc/psg.c:20: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/psgplay.c:425:24: warning: 'PositionInEnvelope' is static but used in inline function 'Envelope_Update' which is not static PositionInEnvelope = (PositionInEnvelope + NoOfCycles); ^~~~~~~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ cpc/psgplay.c:425:2: warning: 'PositionInEnvelope' is static but used in inline function 'Envelope_Update' which is not static PositionInEnvelope = (PositionInEnvelope + NoOfCycles); ^~~~~~~~~~~~~~~~~~ cpc/psgplay.c:421:3: warning: 'EnvelopePhase' is static but used in inline function 'Envelope_Update' which is not static EnvelopePhase = 0; ^~~~~~~~~~~~~ cpc/psgplay.c:416:2: warning: 'EnvelopePeriodPosition' is static but used in inline function 'Envelope_Update' which is not static EnvelopePeriodPosition.FixedPoint.L &= 0x0ffff; ^~~~~~~~~~~~~~~~~~~~~~ cpc/psgplay.c:414:16: warning: 'EnvelopePeriodPosition' is static but used in inline function 'Envelope_Update' which is not static NoOfCycles = (EnvelopePeriodPosition.FixedPoint.L>>16); ^~~~~~~~~~~~~~~~~~~~~~ cpc/psgplay.c:411:40: warning: 'EnvelopeUpdate' is static but used in inline function 'Envelope_Update' which is not static EnvelopePeriodPosition.FixedPoint.L +=EnvelopeUpdate.FixedPoint.L; ^~~~~~~~~~~~~~ cpc/psgplay.c:411:2: warning: 'EnvelopePeriodPosition' is static but used in inline function 'Envelope_Update' which is not static EnvelopePeriodPosition.FixedPoint.L +=EnvelopeUpdate.FixedPoint.L; ^~~~~~~~~~~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/render5.o cpc/render5.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/snapshot.o cpc/snapshot.c In file included from cpc/cpc.h:43:0, from cpc/render5.c:23: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/sampload.o cpc/sampload.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/spo256.o cpc/spo256.c In file included from cpc/snapshot.c:38:0: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ In file included from cpc/cpc.h:43:0, from cpc/sampload.c:21: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/pal.o cpc/pal.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/voc.o cpc/voc.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/tzxold.o cpc/tzxold.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/wav.o cpc/wav.c In file included from cpc/cpc.h:43:0, from cpc/tzxold.c:24: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ In file included from cpc/cpc.h:43:0, from cpc/voc.c:21: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/westpha.o cpc/westpha.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/yiq.o cpc/yiq.c In file included from cpc/cpc.h:43:0, from cpc/westpha.c:24: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/z8536.o cpc/z8536.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/csw.o cpc/csw.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/cassette.o cpc/cassette.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/amsdos.o cpc/amsdos.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/debugger/gdebug.o cpc/debugger/gdebug.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/debugger/breakpt.o cpc/debugger/breakpt.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/diskimage/diskimg.o cpc/diskimage/diskimg.c cpc/debugger/gdebug.c:110:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "B", ^~~ cpc/debugger/gdebug.c:110:2: note: (near initialization for 'RegA[0]') cpc/debugger/gdebug.c:111:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "C", ^~~ cpc/debugger/gdebug.c:111:2: note: (near initialization for 'RegA[1]') cpc/debugger/gdebug.c:112:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "D", ^~~ cpc/debugger/gdebug.c:112:2: note: (near initialization for 'RegA[2]') cpc/debugger/gdebug.c:113:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "E", ^~~ cpc/debugger/gdebug.c:113:2: note: (near initialization for 'RegA[3]') cpc/debugger/gdebug.c:114:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "H", ^~~ cpc/debugger/gdebug.c:114:2: note: (near initialization for 'RegA[4]') cpc/debugger/gdebug.c:115:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "L", ^~~ cpc/debugger/gdebug.c:115:2: note: (near initialization for 'RegA[5]') cpc/debugger/gdebug.c:116:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "(HL)", ^~~~~~ cpc/debugger/gdebug.c:116:2: note: (near initialization for 'RegA[6]') cpc/debugger/gdebug.c:117:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "A", ^~~ cpc/debugger/gdebug.c:117:2: note: (near initialization for 'RegA[7]') cpc/debugger/gdebug.c:118:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "X", ^~~ cpc/debugger/gdebug.c:118:2: note: (near initialization for 'RegA[8]') cpc/debugger/gdebug.c:119:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "0" ^~~ cpc/debugger/gdebug.c:119:2: note: (near initialization for 'RegA[9]') cpc/debugger/gdebug.c:125:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "BC", ^~~~ cpc/debugger/gdebug.c:125:2: note: (near initialization for 'RegB[0]') cpc/debugger/gdebug.c:126:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "DE", ^~~~ cpc/debugger/gdebug.c:126:2: note: (near initialization for 'RegB[1]') cpc/debugger/gdebug.c:127:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "HL", ^~~~ cpc/debugger/gdebug.c:127:2: note: (near initialization for 'RegB[2]') cpc/debugger/gdebug.c:128:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SP" ^~~~ cpc/debugger/gdebug.c:128:2: note: (near initialization for 'RegB[3]') cpc/debugger/gdebug.c:133:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "BC", ^~~~ cpc/debugger/gdebug.c:133:2: note: (near initialization for 'RegC[0]') cpc/debugger/gdebug.c:134:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "DE", ^~~~ cpc/debugger/gdebug.c:134:2: note: (near initialization for 'RegC[1]') cpc/debugger/gdebug.c:135:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "HL", ^~~~ cpc/debugger/gdebug.c:135:2: note: (near initialization for 'RegC[2]') cpc/debugger/gdebug.c:136:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "AF" ^~~~ cpc/debugger/gdebug.c:136:2: note: (near initialization for 'RegC[3]') cpc/debugger/gdebug.c:141:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RLC", ^~~~~ cpc/debugger/gdebug.c:141:2: note: (near initialization for 'CB_ShiftMneumonics[0]') cpc/debugger/gdebug.c:142:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RRC", ^~~~~ cpc/debugger/gdebug.c:142:2: note: (near initialization for 'CB_ShiftMneumonics[1]') cpc/debugger/gdebug.c:143:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RL", ^~~~ cpc/debugger/gdebug.c:143:2: note: (near initialization for 'CB_ShiftMneumonics[2]') cpc/debugger/gdebug.c:144:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RR", ^~~~ cpc/debugger/gdebug.c:144:2: note: (near initialization for 'CB_ShiftMneumonics[3]') cpc/debugger/gdebug.c:145:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SLA", ^~~~~ cpc/debugger/gdebug.c:145:2: note: (near initialization for 'CB_ShiftMneumonics[4]') cpc/debugger/gdebug.c:146:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SRA", ^~~~~ cpc/debugger/gdebug.c:146:2: note: (near initialization for 'CB_ShiftMneumonics[5]') cpc/debugger/gdebug.c:147:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SLL", ^~~~~ cpc/debugger/gdebug.c:147:2: note: (near initialization for 'CB_ShiftMneumonics[6]') cpc/debugger/gdebug.c:148:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SRL" ^~~~~ cpc/debugger/gdebug.c:148:2: note: (near initialization for 'CB_ShiftMneumonics[7]') cpc/debugger/gdebug.c:153:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "BIT", ^~~~~ cpc/debugger/gdebug.c:153:2: note: (near initialization for 'CB_BitOperationMneumonics[0]') cpc/debugger/gdebug.c:154:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RES", ^~~~~ cpc/debugger/gdebug.c:154:2: note: (near initialization for 'CB_BitOperationMneumonics[1]') cpc/debugger/gdebug.c:155:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SET" ^~~~~ cpc/debugger/gdebug.c:155:2: note: (near initialization for 'CB_BitOperationMneumonics[2]') cpc/debugger/gdebug.c:160:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "ADD", ^~~~~ cpc/debugger/gdebug.c:160:2: note: (near initialization for 'ArithmeticMneumonics[0]') cpc/debugger/gdebug.c:161:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "ADC", ^~~~~ cpc/debugger/gdebug.c:161:2: note: (near initialization for 'ArithmeticMneumonics[1]') cpc/debugger/gdebug.c:162:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SUB", ^~~~~ cpc/debugger/gdebug.c:162:2: note: (near initialization for 'ArithmeticMneumonics[2]') cpc/debugger/gdebug.c:163:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SBC", ^~~~~ cpc/debugger/gdebug.c:163:2: note: (near initialization for 'ArithmeticMneumonics[3]') cpc/debugger/gdebug.c:164:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "AND", ^~~~~ cpc/debugger/gdebug.c:164:2: note: (near initialization for 'ArithmeticMneumonics[4]') cpc/debugger/gdebug.c:165:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "XOR", ^~~~~ cpc/debugger/gdebug.c:165:2: note: (near initialization for 'ArithmeticMneumonics[5]') cpc/debugger/gdebug.c:166:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "OR", ^~~~ cpc/debugger/gdebug.c:166:2: note: (near initialization for 'ArithmeticMneumonics[6]') cpc/debugger/gdebug.c:167:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "CP" ^~~~ cpc/debugger/gdebug.c:167:2: note: (near initialization for 'ArithmeticMneumonics[7]') cpc/debugger/gdebug.c:172:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "NZ", ^~~~ cpc/debugger/gdebug.c:172:2: note: (near initialization for 'ConditionCodes[0]') In file included from cpc/diskimage/../cpc.h:43:0, from cpc/diskimage/diskimg.c:34: cpc/diskimage/../z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/debugger/gdebug.c:173:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Z", ^~~ cpc/diskimage/../z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ cpc/debugger/gdebug.c:173:2: note: (near initialization for 'ConditionCodes[1]') cpc/debugger/gdebug.c:174:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "NC", ^~~~ cpc/debugger/gdebug.c:174:2: note: (near initialization for 'ConditionCodes[2]') cpc/debugger/gdebug.c:175:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "C", ^~~ cpc/debugger/gdebug.c:175:2: note: (near initialization for 'ConditionCodes[3]') cpc/debugger/gdebug.c:176:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "PO", ^~~~ cpc/debugger/gdebug.c:176:2: note: (near initialization for 'ConditionCodes[4]') cpc/debugger/gdebug.c:177:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "PE", ^~~~ cpc/debugger/gdebug.c:177:2: note: (near initialization for 'ConditionCodes[5]') cpc/debugger/gdebug.c:178:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "P", ^~~ cpc/debugger/gdebug.c:178:2: note: (near initialization for 'ConditionCodes[6]') cpc/debugger/gdebug.c:179:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "M" ^~~ cpc/debugger/gdebug.c:179:2: note: (near initialization for 'ConditionCodes[7]') cpc/debugger/gdebug.c:184:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RLCA", ^~~~~~ cpc/debugger/gdebug.c:184:2: note: (near initialization for 'ShiftMneumonics[0]') cpc/debugger/gdebug.c:185:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RRCA", ^~~~~~ cpc/debugger/gdebug.c:185:2: note: (near initialization for 'ShiftMneumonics[1]') cpc/debugger/gdebug.c:186:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RLA", ^~~~~ cpc/debugger/gdebug.c:186:2: note: (near initialization for 'ShiftMneumonics[2]') cpc/debugger/gdebug.c:187:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RRA" ^~~~~ cpc/debugger/gdebug.c:187:2: note: (near initialization for 'ShiftMneumonics[3]') cpc/debugger/gdebug.c:192:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "DAA", ^~~~~ cpc/debugger/gdebug.c:192:2: note: (near initialization for 'MiscMneumonics1[0]') cpc/debugger/gdebug.c:193:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "CPL", ^~~~~ cpc/debugger/gdebug.c:193:2: note: (near initialization for 'MiscMneumonics1[1]') cpc/debugger/gdebug.c:194:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "SCF", ^~~~~ cpc/debugger/gdebug.c:194:2: note: (near initialization for 'MiscMneumonics1[2]') cpc/debugger/gdebug.c:195:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "CCF" ^~~~~ cpc/debugger/gdebug.c:195:2: note: (near initialization for 'MiscMneumonics1[3]') cpc/debugger/gdebug.c:200:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "NOP", ^~~~~ cpc/debugger/gdebug.c:200:2: note: (near initialization for 'MiscMneumonics2[0]') cpc/debugger/gdebug.c:201:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "EX AF, AF", ^~~~~~~~~~~ cpc/debugger/gdebug.c:201:2: note: (near initialization for 'MiscMneumonics2[1]') cpc/debugger/gdebug.c:202:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "DJNZ", ^~~~~~ cpc/debugger/gdebug.c:202:2: note: (near initialization for 'MiscMneumonics2[2]') cpc/debugger/gdebug.c:203:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "JR" ^~~~ cpc/debugger/gdebug.c:203:2: note: (near initialization for 'MiscMneumonics2[3]') cpc/debugger/gdebug.c:208:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RET", ^~~~~ cpc/debugger/gdebug.c:208:2: note: (near initialization for 'MiscMneumonics3[0]') cpc/debugger/gdebug.c:209:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "EXX", ^~~~~ cpc/debugger/gdebug.c:209:2: note: (near initialization for 'MiscMneumonics3[1]') cpc/debugger/gdebug.c:210:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "JP (HL)", ^~~~~~~~~ cpc/debugger/gdebug.c:210:2: note: (near initialization for 'MiscMneumonics3[2]') cpc/debugger/gdebug.c:211:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LD SP,HL" ^~~~~~~~~~ cpc/debugger/gdebug.c:211:2: note: (near initialization for 'MiscMneumonics3[3]') cpc/debugger/gdebug.c:216:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LD I,A", ^~~~~~~~ cpc/debugger/gdebug.c:216:2: note: (near initialization for 'MiscMneumonics4[0]') cpc/debugger/gdebug.c:217:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LD R,A", ^~~~~~~~ cpc/debugger/gdebug.c:217:2: note: (near initialization for 'MiscMneumonics4[1]') cpc/debugger/gdebug.c:218:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LD A,I", ^~~~~~~~ cpc/debugger/gdebug.c:218:2: note: (near initialization for 'MiscMneumonics4[2]') cpc/debugger/gdebug.c:219:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LD A,R", ^~~~~~~~ cpc/debugger/gdebug.c:219:2: note: (near initialization for 'MiscMneumonics4[3]') cpc/debugger/gdebug.c:220:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RLD", ^~~~~ cpc/debugger/gdebug.c:220:2: note: (near initialization for 'MiscMneumonics4[4]') cpc/debugger/gdebug.c:221:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "RRD", ^~~~~ cpc/debugger/gdebug.c:221:2: note: (near initialization for 'MiscMneumonics4[5]') cpc/debugger/gdebug.c:222:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "ED NOP", ^~~~~~~~ cpc/debugger/gdebug.c:222:2: note: (near initialization for 'MiscMneumonics4[6]') cpc/debugger/gdebug.c:223:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "ED NOP" ^~~~~~~~ cpc/debugger/gdebug.c:223:2: note: (near initialization for 'MiscMneumonics4[7]') cpc/debugger/gdebug.c:228:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LDI", ^~~~~ cpc/debugger/gdebug.c:228:2: note: (near initialization for 'MiscMneumonics5[0]') cpc/debugger/gdebug.c:229:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LDD", ^~~~~ cpc/debugger/gdebug.c:229:2: note: (near initialization for 'MiscMneumonics5[1]') cpc/debugger/gdebug.c:230:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LDIR", ^~~~~~ cpc/debugger/gdebug.c:230:2: note: (near initialization for 'MiscMneumonics5[2]') cpc/debugger/gdebug.c:231:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "LDDR" ^~~~~~ cpc/debugger/gdebug.c:231:2: note: (near initialization for 'MiscMneumonics5[3]') cpc/debugger/gdebug.c:236:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "CPI", ^~~~~ cpc/debugger/gdebug.c:236:2: note: (near initialization for 'MiscMneumonics6[0]') cpc/debugger/gdebug.c:237:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "CPDR", ^~~~~~ cpc/debugger/gdebug.c:237:2: note: (near initialization for 'MiscMneumonics6[1]') cpc/debugger/gdebug.c:238:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "CPIR", ^~~~~~ cpc/debugger/gdebug.c:238:2: note: (near initialization for 'MiscMneumonics6[2]') cpc/debugger/gdebug.c:239:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "CPD" ^~~~~ cpc/debugger/gdebug.c:239:2: note: (near initialization for 'MiscMneumonics6[3]') cpc/debugger/gdebug.c:244:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "INI", ^~~~~ cpc/debugger/gdebug.c:244:2: note: (near initialization for 'MiscMneumonics7[0]') cpc/debugger/gdebug.c:245:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "INIR", ^~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/ramrom.o cpc/ramrom.c cpc/debugger/gdebug.c:245:2: note: (near initialization for 'MiscMneumonics7[1]') cpc/debugger/gdebug.c:246:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "IND", ^~~~~ cpc/debugger/gdebug.c:246:2: note: (near initialization for 'MiscMneumonics7[2]') cpc/debugger/gdebug.c:247:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "INDR" ^~~~~~ cpc/debugger/gdebug.c:247:2: note: (near initialization for 'MiscMneumonics7[3]') cpc/debugger/gdebug.c:252:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "OUTI", ^~~~~~ cpc/debugger/gdebug.c:252:2: note: (near initialization for 'MiscMneumonics8[0]') cpc/debugger/gdebug.c:253:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "OTIR", ^~~~~~ cpc/debugger/gdebug.c:253:2: note: (near initialization for 'MiscMneumonics8[1]') cpc/debugger/gdebug.c:254:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "OUTD", ^~~~~~ cpc/debugger/gdebug.c:254:2: note: (near initialization for 'MiscMneumonics8[2]') cpc/debugger/gdebug.c:255:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "OTDR" ^~~~~~ cpc/debugger/gdebug.c:255:2: note: (near initialization for 'MiscMneumonics8[3]') cpc/debugger/gdebug.c:260:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "EX (SP),HL", ^~~~~~~~~~~~ cpc/debugger/gdebug.c:260:2: note: (near initialization for 'MiscMneumonics9[0]') cpc/debugger/gdebug.c:261:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "EX DE,HL", ^~~~~~~~~~ cpc/debugger/gdebug.c:261:2: note: (near initialization for 'MiscMneumonics9[1]') cpc/debugger/gdebug.c:262:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "DI", ^~~~ cpc/debugger/gdebug.c:262:2: note: (near initialization for 'MiscMneumonics9[2]') cpc/debugger/gdebug.c:263:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "EI" ^~~~ cpc/debugger/gdebug.c:263:2: note: (near initialization for 'MiscMneumonics9[3]') cpc/debugger/gdebug.c: In function 'Diss_Index': cpc/debugger/gdebug.c:611:18: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[(Opcode & 7)]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:616:17: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(CB_ShiftMneumonics[((Opcode>>3) & 0x07)]); ^~~~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:636:18: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[RegIndex]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:640:17: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(CB_BitOperationMneumonics[(((Opcode>>6)&3)-1)]); ^~~~~~~~~~~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:681:22: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegB[RegIndex]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:753:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] Instruction = "INC"; ^ cpc/debugger/gdebug.c:758:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] Instruction= "DEC"; ^ cpc/debugger/gdebug.c:761:21: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(Instruction); ^~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:835:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[Reg1]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:846:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[Reg2]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:872:18: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(ArithmeticMneumonics[((Opcode>>3) & 0x07)]); ^~~~~~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c: In function 'Debug_DissassembleInstruction': cpc/debugger/gdebug.c:993:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pDissassemblyString = OutputString; ^ cpc/debugger/gdebug.c:1037:17: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(CB_ShiftMneumonics[((Opcode>>3) & 0x07)]); ^~~~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1039:17: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[(Opcode & 0x07)]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1049:17: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(CB_BitOperationMneumonics[(((Opcode>>6)&3)-1)]); ^~~~~~~~~~~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1054:17: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[Opcode & 0x07]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1090:19: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[RegIndex]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1112:19: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[RegIndex]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1124:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] Instruction = "ADC"; ^ cpc/debugger/gdebug.c:1129:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] Instruction = "SBC"; ^ cpc/debugger/gdebug.c:1132:19: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(Instruction); ^~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1134:19: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegB[2]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1136:19: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegB[((Opcode>>4) & 0x03)]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1151:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegB[((Opcode>>4) & 0x03)]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1160:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegB[((Opcode>>4) & 0x03)]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1352:21: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(ConditionCodes[((Opcode>>3) & 0x03)]); ^~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1369:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] Instruction = "DJNZ"; ^ cpc/debugger/gdebug.c:1373:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] Instruction = "JR"; ^ cpc/debugger/gdebug.c:1376:22: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(Instruction); ^~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1406:21: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegB[((Opcode>>4) & 0x03)]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1510:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] Instruction = "INC"; ^ cpc/debugger/gdebug.c:1515:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] Instruction = "DEC"; ^ cpc/debugger/gdebug.c:1518:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(Instruction); ^~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1520:25: warning: pointer targets in passing argument 1 of 'Diss_strcat_only' differ in signedness [-Wpointer-sign] Diss_strcat_only(RegB[((Opcode>>4) & 0x03)]); ^~~~ cpc/debugger/gdebug.c:325:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat_only(const char *pSourceString) ^~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:1548:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[(Opcode>>3) & 0x07]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1578:25: warning: pointer targets in passing argument 1 of 'Diss_strcat_only' differ in signedness [-Wpointer-sign] Diss_strcat_only(MneumonicsList[((Opcode>>3) & 0x03)]); ^~~~~~~~~~~~~~ cpc/debugger/gdebug.c:325:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat_only(const char *pSourceString) ^~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:1599:19: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[((Opcode>>3) & 0x07)]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1601:19: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[(Opcode & 0x07)]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1618:18: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(ArithmeticMneumonics[((Opcode>>3) & 0x07)]); ^~~~~~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1620:18: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[7]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1622:18: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[Opcode & 0x07]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ In file included from /usr/include/stdio.h:597:0, from cpc/debugger/gdebug.c:28: cpc/debugger/gdebug.c:1660:10: warning: pointer targets in passing argument 4 of '__builtin___sprintf_chk' differ in signedness [-Wpointer-sign] MiscMneumonics3[((Opcode>>4) & 0x03)]); ^ cpc/debugger/gdebug.c:1660:10: note: expected 'const char *' but argument is of type 'const unsigned char *' cpc/debugger/gdebug.c:1671:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(ConditionCodes[((Opcode>>3) & 0x07)]); ^~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1742:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(ConditionCodes[((Opcode>>3) & 0x07)]); ^~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1788:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(ArithmeticMneumonics[((Opcode>>3) & 0x07)]); ^~~~~~~~~~~~~~~~~~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ cpc/debugger/gdebug.c:1790:20: warning: pointer targets in passing argument 1 of 'Diss_strcat' differ in signedness [-Wpointer-sign] Diss_strcat(RegA[7]); ^~~~ cpc/debugger/gdebug.c:300:13: note: expected 'const char *' but argument is of type 'const unsigned char *' static void Diss_strcat(const char *pSourceString) ^~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/diskimage/dsk.o cpc/diskimage/dsk.c cpc/debugger/gdebug.c: In function 'ASIC_DMA_DissassembleInstruction': cpc/debugger/gdebug.c:3268:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pDissassemblyString = DebugString; ^ In file included from cpc/debugger/../cpc.h:43:0, from cpc/debugger/gdebug.c:32: cpc/debugger/gdebug.c: At top level: cpc/debugger/../z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ In file included from cpc/cpc.h:43:0, from cpc/ramrom.h:23, from cpc/ramrom.c:20: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/debugger/../z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/diskimage/extdsk.o cpc/diskimage/extdsk.c cpc/diskimage/dsk.c: In function 'Dsk_Validate': cpc/diskimage/dsk.c:64:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] DSKTRACKHEADER *pTrack = (DSKTRACKHEADER *)((int)pHeader + sizeof(DSKHEADER)); ^ cpc/diskimage/dsk.c:83:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pTrack = (DSKTRACKHEADER *)((int)pTrack + TrackSize); ^ cpc/diskimage/dsk.c:83:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pTrack = (DSKTRACKHEADER *)((int)pTrack + TrackSize); ^ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/diskimage/iextdsk.o cpc/diskimage/iextdsk.c gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/z80/z80.o cpc/z80/z80.c cpc/diskimage/extdsk.c: In function 'ExtDsk_Validate': cpc/diskimage/extdsk.c:91:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pTrack = (EXTDSKTRACKHEADER *)((int)pHeader + CurrentSize + sizeof(EXTDSKTRACKHEADER)); ^ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/debugger/memdump.o cpc/debugger/memdump.c cpc/diskimage/iextdsk.c: In function 'ExtDskInternal_Dsk2ExtDskInternal': cpc/diskimage/iextdsk.c:904:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] DSKTRACKHEADER *pTrack = (DSKTRACKHEADER *)((int)pHeader + sizeof(DSKHEADER)); ^ cpc/diskimage/iextdsk.c:950:61: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pTrack = (DSKTRACKHEADER *)((int)pTrack + TrackSize); ^ cpc/diskimage/iextdsk.c:950:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pTrack = (DSKTRACKHEADER *)((int)pTrack + TrackSize); ^ cpc/diskimage/iextdsk.c: In function 'ExtDskInternal_ExtDsk2ExtDskInternal': cpc/diskimage/iextdsk.c:973:75: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] EXTDSKTRACKHEADER *pTrack = (EXTDSKTRACKHEADER *)((int)pHeader + sizeof(EXTDSKHEADER)); ^ cpc/diskimage/iextdsk.c:1025:72: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pTrack = (EXTDSKTRACKHEADER *)((int)pTrack + ((pHeader->TrackSizeTable[i] & 0x0ff)<<8)); ^ cpc/diskimage/iextdsk.c:1025:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pTrack = (EXTDSKTRACKHEADER *)((int)pTrack + ((pHeader->TrackSizeTable[i] & 0x0ff)<<8)); ^ cpc/diskimage/iextdsk.c: In function 'ExtDskInternal_Dif2ExtDskInternal': cpc/diskimage/iextdsk.c:1081:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pSectorData = ExtDskInternal_GetPointerToSectorData(pExtDsk, i, j); ^ cpc/debugger/memdump.c: In function 'Memdump_DumpLine_ByteView': cpc/debugger/memdump.c:95:18: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *pString = pMemdumpWindow->pBuffer; ^~~~~~~~~~~~~~ cpc/debugger/memdump.c:134:26: warning: pointer targets in return differ in signedness [-Wpointer-sign] return pMemdumpWindow->pBuffer; ~~~~~~~~~~~~~~^~~~~~~~~ cpc/debugger/memdump.c: In function 'Memdump_DumpLine_WordView': cpc/debugger/memdump.c:144:18: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *pString = pMemdumpWindow->pBuffer; ^~~~~~~~~~~~~~ cpc/debugger/memdump.c:185:26: warning: pointer targets in return differ in signedness [-Wpointer-sign] return pMemdumpWindow->pBuffer; ~~~~~~~~~~~~~~^~~~~~~~~ cpc/diskimage/iextdsk.c: In function 'ExtDskInternal_GenerateOutputData': cpc/diskimage/iextdsk.c:491:24: warning: 'MaxN' may be used uninitialized in this function [-Wmaybe-uninitialized] TrackHeader.BPS = MaxN; ~~~~~~~~~~~~~~~~^~~~~~ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o cpc/riff.o cpc/riff.c In file included from cpc/z80/z80.c:25:0: cpc/z80/z80funcs.h:1023:35: warning: 'Z80_RD_OPCODE_BYTE' is static but used in inline function 'WR_BYTE_INDEX_OLD' which is not static Offset = (Z80_BYTE_OFFSET)Z80_RD_OPCODE_BYTE(2); ^~~~~~~~~~~~~~~~~~ In file included from cpc/z80/z80.c:23:0: cpc/z80/z80macros.h:30:31: warning: 'Z80_RD_OPCODE_BYTE' is static but used in inline function 'RD_BYTE_INDEX' which is not static Offset = (Z80_BYTE_OFFSET)Z80_RD_OPCODE_BYTE(2);/*((Z80_WORD)(R.PC.W+2));*/ \ ^ cpc/z80/z80funcs.h:1011:3: note: in expansion of macro 'SETUP_INDEXED_ADDRESS' SETUP_INDEXED_ADDRESS(Index); ^~~~~~~~~~~~~~~~~~~~~ In file included from cpc/z80/z80.c:21:0: cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ cpc/riff.c: In function 'Riff_GetChunkDataPtr': cpc/riff.c:53:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (unsigned char *)((int)pChunk + sizeof(RIFF_CHUNK)); ^ cpc/riff.c: In function 'Riff_GetNextChunk': cpc/riff.c:59:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (RIFF_CHUNK *)((int)pChunk + Riff_GetChunkLength(pChunk) + sizeof(RIFF_CHUNK)); ^ cpc/riff.c: In function 'Riff_FindNamedSubChunk': cpc/riff.c:70:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] RIFF_CHUNK *pChunk = (RIFF_CHUNK *)((int)Riff_GetChunkDataPtr(pHeader) + 4); ^ cpc/riff.c:70:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] RIFF_CHUNK *pChunk = (RIFF_CHUNK *)((int)Riff_GetChunkDataPtr(pHeader) + 4); ^ cpc/riff.c:88:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while (((int)pChunk-(int)pHeader)' or provide a declaration of 'malloc' unix/roms.c: In function 'roms_init': unix/roms.c:87:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] rom_amsdos.size = (int) &_binary_roms_amsdose_amsdos_rom_size; ^ unix/roms.c:92:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] roms_cpc464.os.size = (int) &_binary_roms_cpc464e_os_rom_size; ^ unix/roms.c:96:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] roms_cpc464.basic.size = (int) &_binary_roms_cpc464e_basic_rom_size; ^ unix/roms.c:101:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] roms_cpc664.os.size = (int) &_binary_roms_cpc664e_os_rom_size; ^ unix/roms.c:105:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] roms_cpc664.basic.size = (int) &_binary_roms_cpc664e_basic_rom_size; ^ unix/roms.c:110:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] roms_cpc6128.os.size = (int) &_binary_roms_cpc6128e_os_rom_size; ^ unix/roms.c:114:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] roms_cpc6128.basic.size = (int) &_binary_roms_cpc6128e_basic_rom_size; ^ unix/roms.c:119:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] cartridge_cpcplus.size = (int) &_binary_roms_cpcplus_system_cpr_size; ^ unix/roms.c:124:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] roms_kcc.os.size = (int) &_binary_roms_kcc_kccos_rom_size; ^ unix/roms.c:128:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] roms_kcc.basic.size = (int) &_binary_roms_kcc_kccbas_rom_size; ^ unix/roms.c: In function 'printrom': unix/roms.c:151:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (unsigned int) rom->start, (unsigned int) rom->end, ^ unix/roms.c:151:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (unsigned int) rom->start, (unsigned int) rom->end, ^ gcc -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -DHAVE_GTK=1 -DHAVE_SDL=1 -DHAVE_SYS_SOUNDCARD_H=1 -I/usr/X11R7/include -I. -DUNIX -DCPC_LSB_FIRST -Wall -Wno-unused -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c -o unix/ifacegen.o unix/ifacegen.c cpc/z80/z80.c: In function 'Z80_DD_ExecuteInstruction': cpc/z80/z80.c:4119:15: warning: 'Cycles' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned long Cycles; ^~~~~~ unix/ifacegen.c: In function 'Multiface_LoadRomFromFile': unix/ifacegen.c:40:14: warning: passing argument 1 of 'LoadFile' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LoadFile((const char *)pFilename,&pRomData, &RomSize); ^ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char *' but argument is of type 'const char *' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c:40:38: warning: passing argument 2 of 'LoadFile' from incompatible pointer type [-Wincompatible-pointer-types] LoadFile((const char *)pFilename,&pRomData, &RomSize); ^ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char **' but argument is of type 'unsigned char **' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c: In function 'GenericInterface_InsertDiskImage': unix/ifacegen.c:61:14: warning: passing argument 1 of 'LoadFile' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LoadFile(Filename, &pDiskImage, &DiskImageLength); ^~~~~~~~ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char *' but argument is of type 'const char *' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c:61:24: warning: passing argument 2 of 'LoadFile' from incompatible pointer type [-Wincompatible-pointer-types] LoadFile(Filename, &pDiskImage, &DiskImageLength); ^ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char **' but argument is of type 'unsigned char **' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c: In function 'GenericInterface_LoadRom': unix/ifacegen.c:82:11: warning: passing argument 1 of 'LoadFile' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LoadFile(FilenameBuffer, &pRomData, &RomDataSize); ^~~~~~~~~~~~~~ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char *' but argument is of type 'const char *' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c:82:27: warning: passing argument 2 of 'LoadFile' from incompatible pointer type [-Wincompatible-pointer-types] LoadFile(FilenameBuffer, &pRomData, &RomDataSize); ^ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char **' but argument is of type 'unsigned char **' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c: In function 'GenericInterface_LoadSnapshot': unix/ifacegen.c:100:11: warning: passing argument 1 of 'LoadFile' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LoadFile(SnapshotFilename, &pSnapshotData, &SnapshotDataLength); ^~~~~~~~~~~~~~~~ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char *' but argument is of type 'const char *' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c:100:29: warning: passing argument 2 of 'LoadFile' from incompatible pointer type [-Wincompatible-pointer-types] LoadFile(SnapshotFilename, &pSnapshotData, &SnapshotDataLength); ^ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char **' but argument is of type 'unsigned char **' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c: In function 'GenericInterface_SnapshotSave': unix/ifacegen.c:129:12: warning: passing argument 1 of 'SaveFile' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] SaveFile(FilenameBuffer, pSnapshotData, nLength); ^~~~~~~~~~~~~~ In file included from unix/ifacegen.c:22:0: unix/global.h:60:6: note: expected 'char *' but argument is of type 'const char *' BOOL SaveFile(char *,char *,unsigned long); ^~~~~~~~ unix/ifacegen.c:129:28: warning: pointer targets in passing argument 2 of 'SaveFile' differ in signedness [-Wpointer-sign] SaveFile(FilenameBuffer, pSnapshotData, nLength); ^~~~~~~~~~~~~ In file included from unix/ifacegen.c:22:0: unix/global.h:60:6: note: expected 'char *' but argument is of type 'unsigned char *' BOOL SaveFile(char *,char *,unsigned long); ^~~~~~~~ unix/ifacegen.c: In function 'GenericInterface_InsertTape': unix/ifacegen.c:142:11: warning: passing argument 1 of 'LoadFile' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LoadFile(Filename, &pTapeImage, &TapeImageLength); ^~~~~~~~ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char *' but argument is of type 'const char *' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c:142:21: warning: passing argument 2 of 'LoadFile' from incompatible pointer type [-Wincompatible-pointer-types] LoadFile(Filename, &pTapeImage, &TapeImageLength); ^ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char **' but argument is of type 'unsigned char **' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c:155:8: warning: implicit declaration of function 'Sample_Load' [-Wimplicit-function-declaration] if (Sample_Load(Filename)) ^~~~~~~~~~~ unix/ifacegen.c: In function 'GenericInterface_InsertCartridge': unix/ifacegen.c:172:11: warning: passing argument 1 of 'LoadFile' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LoadFile(pFilename, &pCartridgeData, &CartridgeLength); ^~~~~~~~~ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char *' but argument is of type 'const char *' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ unix/ifacegen.c:172:22: warning: passing argument 2 of 'LoadFile' from incompatible pointer type [-Wincompatible-pointer-types] LoadFile(pFilename, &pCartridgeData, &CartridgeLength); ^ In file included from unix/ifacegen.c:22:0: unix/global.h:59:6: note: expected 'char **' but argument is of type 'unsigned char **' BOOL LoadFile(char *, char **, unsigned long *); ^~~~~~~~ In file included from unix/../cpc/cpc.h:43:0, from unix/ifacegen.c:23: unix/ifacegen.c: At top level: unix/../cpc/z80/z80.h:296:14: warning: inline function 'WR_BYTE_INDEX' declared but never defined INLINE void WR_BYTE_INDEX(Z80_WORD Index,Z80_BYTE Data); ^~~~~~~~~~~~~ unix/../cpc/z80/z80.h:295:18: warning: inline function 'RD_BYTE_INDEX' declared but never defined INLINE Z80_BYTE RD_BYTE_INDEX(Z80_WORD Index); ^~~~~~~~~~~~~ cpc/z80/z80.c: In function 'Z80_FD_ExecuteInstruction': cpc/z80/z80.c:1592:15: warning: 'Cycles' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned long Cycles; ^~~~~~ cpc/z80/z80.c: In function 'Z80_ExecuteIM0': cpc/z80/z80.c:10042:15: warning: 'Cycles' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned long Cycles; ^~~~~~ gcc -Wl,-b,binary,roms/amsdose/amsdos.rom,roms/cpc464e/os.rom,roms/cpc464e/basic.rom,roms/cpc664e/os.rom,roms/cpc664e/basic.rom,roms/cpc6128e/os.rom,roms/cpc6128e/basic.rom,roms/cpcplus/system.cpr,roms/kcc/kccos.rom,roms/kcc/kccbas.rom,-b,elf32-i386 -o arnold -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/X11R7/lib -lgtk -lgdk -lgmodule -lglib -lintl -lXi -lXext -lX11 -lm -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib -lSDL -lpthread -L/usr/X11R7/lib -lX11 -lXext cpc/arnold.o cpc/asic.o cpc/audioevent.o cpc/bmp.o cpc/cpc.o cpc/crtc.o cpc/dumpym.o cpc/fdc.o cpc/fdd.o cpc/fdi.o cpc/garray.o cpc/multface.o cpc/printer.o cpc/psgplay.o cpc/psg.o cpc/render.o cpc/render5.o cpc/snapshot.o cpc/sampload.o cpc/spo256.o cpc/pal.o cpc/voc.o cpc/tzxold.o cpc/wav.o cpc/westpha.o cpc/yiq.o cpc/z8536.o cpc/csw.o cpc/cassette.o cpc/amsdos.o cpc/debugger/gdebug.o cpc/debugger/breakpt.o cpc/diskimage/diskimg.o cpc/ramrom.o cpc/diskimage/dsk.o cpc/diskimage/extdsk.o cpc/diskimage/iextdsk.o cpc/z80/z80.o cpc/debugger/memdump.o cpc/riff.o cpc/snapv3.o cpc/messages.o \ unix/main.o unix/host.o unix/global.o unix/display.o unix/display_sdl.o unix/gtkui.o unix/sdlsound.o unix/configfile.o unix/roms.o unix/ifacegen.o ld: cpc/z80/z80.o: in function `Z80_FD_ExecuteInstruction': z80.c:(.text+0x9a40): undefined reference to `RD_BYTE_INDEX' ld: z80.c:(.text+0x9a7b): undefined reference to `RD_BYTE_INDEX' ld: z80.c:(.text+0x9ab6): undefined reference to `RD_BYTE_INDEX' ld: z80.c:(.text+0x9af1): undefined reference to `RD_BYTE_INDEX' ld: z80.c:(.text+0x9b2c): undefined reference to `RD_BYTE_INDEX' ld: cpc/z80/z80.o:z80.c:(.text+0x9b67): more undefined references to `RD_BYTE_INDEX' follow gmake: *** [Makefile:62: arnold] Error 1 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/emulators/arnold *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/emulators/arnold