+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/simcoupe.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5QWeP8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf SimCoupe + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/SimCoupe-1.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd SimCoupe + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (simcoupe-1.0-userpmopts.patch):' Patch #0 (simcoupe-1.0-userpmopts.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file SDL/Makefile + echo 'Patch #1 (simcoupe-1.0-saasound.patch):' Patch #1 (simcoupe-1.0-saasound.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file SDL/Sound.cpp patching file SDL/Makefile Hunk #1 succeeded at 42 (offset 1 line). + echo 'Patch #2 (simcoupe-1.0-no-builtin-rom.patch):' Patch #2 (simcoupe-1.0-no-builtin-rom.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Base/Memory.cpp patching file Base/Options.cpp patching file SDL/OSD.cpp patching file SDL/OSD.h + rm -f Extern/SAASound.h Extern/SAASound.cpp + cp -a /builddir/build/SOURCES/B-DOS-License.txt . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6Rj45a + umask 022 + cd /builddir/build/BUILD + cd SimCoupe + pushd SDL ~/build/BUILD/SimCoupe/SDL ~/build/BUILD/SimCoupe + make -j4 'CFLAGSRPM=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' g++ -o ../Base/Action.o -c ../Base/Action.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/ATA.o -c ../Base/ATA.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Atom.o -c ../Base/Atom.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/CDisk.o -c ../Base/CDisk.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall ../Base/CDisk.cpp: In constructor 'CSADDisk::CSADDisk(CStream*, UINT, UINT, UINT, UINT)': ../Base/CDisk.cpp:372:75: warning: narrowing conversion of 'uSides_' from 'UINT {aka unsigned int}' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] SAD_HEADER sh = { "", uSides_, uTracks_, uSectors_, uSectorSize_ >> 6 }; ^ ../Base/CDisk.cpp:372:75: warning: narrowing conversion of 'uTracks_' from 'UINT {aka unsigned int}' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] ../Base/CDisk.cpp:372:75: warning: narrowing conversion of 'uSectors_' from 'UINT {aka unsigned int}' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] ../Base/CDisk.cpp:372:70: warning: narrowing conversion of '(uSectorSize_ >> 6)' from 'UINT {aka unsigned int}' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] SAD_HEADER sh = { "", uSides_, uTracks_, uSectors_, uSectorSize_ >> 6 }; ~~~~~~~~~~~~~^~~~ ../Base/CDisk.cpp: In member function 'virtual bool CSDFDisk::FindNext(IDFIELD*, BYTE*)': ../Base/CDisk.cpp:574:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (fRet = CDisk::FindNext()) ~~~~~^~~~~~~~~~~~~~~~~~~ ../Base/CDisk.cpp: In constructor 'CEDSKDisk::CEDSKDisk(CStream*, UINT, UINT)': ../Base/CDisk.cpp:677:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (pt && pStream_->Read(pt, size) != size || (pt->bRate && pt->bRate != 1) || (pt->bEncoding && pt->bEncoding != 1)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Base/CDisk.cpp: In member function 'virtual bool CEDSKDisk::FindNext(IDFIELD*, BYTE*)': ../Base/CDisk.cpp:726:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (fRet = CDisk::FindNext()) ~~~~~^~~~~~~~~~~~~~~~~~~ ../Base/CDisk.cpp: In member function 'virtual bool CTD0Disk::FindNext(IDFIELD*, BYTE*)': ../Base/CDisk.cpp:1461:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (fRet = CDisk::FindNext()) ~~~~~^~~~~~~~~~~~~~~~~~~ In file included from ../Base/CDisk.h:24:0, from ../Base/CDisk.cpp:30: ../Base/CStream.h: In member function 'bool CStream::IsReadOnly() const': ../Base/CStream.h:34:48: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] bool IsReadOnly () const { return this && m_fReadOnly; } ~~~~~^~~~~~~~~~~~~~ g++ -o ../Base/CDrive.o -c ../Base/CDrive.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Clock.o -c ../Base/Clock.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/CPU.o -c ../Base/CPU.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall In file included from ../Base/CDisk.h:24:0, from ../Base/CDrive.h:29, from ../Base/CDrive.cpp:28: ../Base/CStream.h: In member function 'bool CStream::IsReadOnly() const': ../Base/CStream.h:34:48: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] bool IsReadOnly () const { return this && m_fReadOnly; } ~~~~~^~~~~~~~~~~~~~ ../Base/CPU.cpp: In function 'BYTE timed_read_code_byte(WORD)': ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:268:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr); ^~~~~~~~~~ ../Base/CPU.cpp: In function 'BYTE timed_read_byte(WORD)': ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:275:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr); ^~~~~~~~~~ ../Base/CPU.cpp: In function 'WORD timed_read_code_word(WORD)': ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:282:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr); ^~~~~~~~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:283:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr + 1); ^~~~~~~~~~ ../Base/CPU.cpp: In function 'WORD timed_read_word(WORD)': ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:290:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr); ^~~~~~~~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:291:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr + 1); ^~~~~~~~~~ ../Base/CPU.cpp: In function 'void timed_write_byte(WORD, BYTE)': ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:298:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr); ^~~~~~~~~~ ../Base/CPU.cpp: In function 'void timed_write_word(WORD, WORD)': ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:306:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr); ^~~~~~~~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:309:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr + 1); ^~~~~~~~~~ ../Base/CPU.cpp: In function 'void timed_write_word_reversed(WORD, WORD)': ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:317:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr + 1); ^~~~~~~~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/CPU.cpp:320:5: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(addr); ^~~~~~~~~~ ../Base/Z80ops.h: In static member function 'static void CPU::ExecuteChunk()': ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:196:22: note: in expansion of macro 'jr' instr(5,0020) --b; jr(b); endinstr; // djnz e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:197:17: note: in expansion of macro 'jr' instr(4,0030) jr(true); endinstr; // jr e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:198:17: note: in expansion of macro 'jr' instr(4,0040) jr(!(f & F_ZERO)); endinstr; // jr nz,e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:199:17: note: in expansion of macro 'jr' instr(4,0050) jr(f & F_ZERO); endinstr; // jr z,e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:200:17: note: in expansion of macro 'jr' instr(4,0060) jr(!cy); endinstr; // jr nc,e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:201:17: note: in expansion of macro 'jr' instr(4,0070) jr(cy); endinstr; // jr c,e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:525:17: note: in expansion of macro 'jp' instr(4,0302) jp(!(f & F_ZERO)); endinstr; // jp nz,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:525:17: note: in expansion of macro 'jp' instr(4,0302) jp(!(f & F_ZERO)); endinstr; // jp nz,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:526:17: note: in expansion of macro 'jp' instr(4,0312) jp(f & F_ZERO); endinstr; // jp z,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:526:17: note: in expansion of macro 'jp' instr(4,0312) jp(f & F_ZERO); endinstr; // jp z,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:527:17: note: in expansion of macro 'jp' instr(4,0322) jp(!cy); endinstr; // jp nc,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:527:17: note: in expansion of macro 'jp' instr(4,0322) jp(!cy); endinstr; // jp nc,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:528:17: note: in expansion of macro 'jp' instr(4,0332) jp(cy); endinstr; // jp c,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:528:17: note: in expansion of macro 'jp' instr(4,0332) jp(cy); endinstr; // jp c,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:529:17: note: in expansion of macro 'jp' instr(4,0342) jp(!(f & F_PARITY)); endinstr; // jp po,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:529:17: note: in expansion of macro 'jp' instr(4,0342) jp(!(f & F_PARITY)); endinstr; // jp po,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:530:17: note: in expansion of macro 'jp' instr(4,0352) jp(f & F_PARITY); endinstr; // jp pe,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:530:17: note: in expansion of macro 'jp' instr(4,0352) jp(f & F_PARITY); endinstr; // jp pe,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:531:17: note: in expansion of macro 'jp' instr(4,0362) jp(!(f & F_NEG)); endinstr; // jp p,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:531:17: note: in expansion of macro 'jp' instr(4,0362) jp(!(f & F_NEG)); endinstr; // jp p,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:532:17: note: in expansion of macro 'jp' instr(4,0372) jp(f & F_NEG); endinstr; // jp m,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:532:17: note: in expansion of macro 'jp' instr(4,0372) jp(f & F_NEG); endinstr; // jp m,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:534:17: note: in expansion of macro 'jp' instr(4,0303) jp(true); endinstr; // jp nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:534:17: note: in expansion of macro 'jp' instr(4,0303) jp(true); endinstr; // jp nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:537:17: note: in expansion of macro 'call' instr(4,0304) call(!(f & F_ZERO)); endinstr; // call nz,pq ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:537:17: note: in expansion of macro 'call' instr(4,0304) call(!(f & F_ZERO)); endinstr; // call nz,pq ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:538:17: note: in expansion of macro 'call' instr(4,0314) call(f & F_ZERO); endinstr; // call z,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:538:17: note: in expansion of macro 'call' instr(4,0314) call(f & F_ZERO); endinstr; // call z,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:539:17: note: in expansion of macro 'call' instr(4,0324) call(!cy); endinstr; // call nc,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:539:17: note: in expansion of macro 'call' instr(4,0324) call(!cy); endinstr; // call nc,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:540:17: note: in expansion of macro 'call' instr(4,0334) call(cy); endinstr; // call c,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:540:17: note: in expansion of macro 'call' instr(4,0334) call(cy); endinstr; // call c,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:541:17: note: in expansion of macro 'call' instr(4,0344) call(!(f & F_PARITY)); endinstr; // call po ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:541:17: note: in expansion of macro 'call' instr(4,0344) call(!(f & F_PARITY)); endinstr; // call po ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:542:17: note: in expansion of macro 'call' instr(4,0354) call(f & F_PARITY); endinstr; // call pe,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:542:17: note: in expansion of macro 'call' instr(4,0354) call(f & F_PARITY); endinstr; // call pe,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:543:17: note: in expansion of macro 'call' instr(4,0364) call(!(f & F_NEG)); endinstr; // call p,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:543:17: note: in expansion of macro 'call' instr(4,0364) call(!(f & F_NEG)); endinstr; // call p,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:544:17: note: in expansion of macro 'call' instr(4,0374) call(f & F_NEG); endinstr; // call m,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:544:17: note: in expansion of macro 'call' instr(4,0374) call(f & F_NEG); endinstr; // call m,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:546:17: note: in expansion of macro 'call' instr(4,0315) call(true); endinstr; // call nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:546:17: note: in expansion of macro 'call' instr(4,0315) call(true); endinstr; // call nn ^~~~ g++ -o ../Base/CScreen.o -c ../Base/CScreen.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:196:22: note: in expansion of macro 'jr' instr(5,0020) --b; jr(b); endinstr; // djnz e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:197:17: note: in expansion of macro 'jr' instr(4,0030) jr(true); endinstr; // jr e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:198:17: note: in expansion of macro 'jr' instr(4,0040) jr(!(f & F_ZERO)); endinstr; // jr nz,e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:199:17: note: in expansion of macro 'jr' instr(4,0050) jr(f & F_ZERO); endinstr; // jr z,e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:200:17: note: in expansion of macro 'jr' instr(4,0060) jr(!cy); endinstr; // jr nc,e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:154:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:201:17: note: in expansion of macro 'jr' instr(4,0070) jr(cy); endinstr; // jr c,e ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:525:17: note: in expansion of macro 'jp' instr(4,0302) jp(!(f & F_ZERO)); endinstr; // jp nz,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:525:17: note: in expansion of macro 'jp' instr(4,0302) jp(!(f & F_ZERO)); endinstr; // jp nz,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:526:17: note: in expansion of macro 'jp' instr(4,0312) jp(f & F_ZERO); endinstr; // jp z,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:526:17: note: in expansion of macro 'jp' instr(4,0312) jp(f & F_ZERO); endinstr; // jp z,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:527:17: note: in expansion of macro 'jp' instr(4,0322) jp(!cy); endinstr; // jp nc,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:527:17: note: in expansion of macro 'jp' instr(4,0322) jp(!cy); endinstr; // jp nc,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:528:17: note: in expansion of macro 'jp' instr(4,0332) jp(cy); endinstr; // jp c,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:528:17: note: in expansion of macro 'jp' instr(4,0332) jp(cy); endinstr; // jp c,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:529:17: note: in expansion of macro 'jp' instr(4,0342) jp(!(f & F_PARITY)); endinstr; // jp po,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:529:17: note: in expansion of macro 'jp' instr(4,0342) jp(!(f & F_PARITY)); endinstr; // jp po,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:530:17: note: in expansion of macro 'jp' instr(4,0352) jp(f & F_PARITY); endinstr; // jp pe,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:530:17: note: in expansion of macro 'jp' instr(4,0352) jp(f & F_PARITY); endinstr; // jp pe,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:531:17: note: in expansion of macro 'jp' instr(4,0362) jp(!(f & F_NEG)); endinstr; // jp p,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:531:17: note: in expansion of macro 'jp' instr(4,0362) jp(!(f & F_NEG)); endinstr; // jp p,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:532:17: note: in expansion of macro 'jp' instr(4,0372) jp(f & F_NEG); endinstr; // jp m,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:532:17: note: in expansion of macro 'jp' instr(4,0372) jp(f & F_NEG); endinstr; // jp m,nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:164:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:534:17: note: in expansion of macro 'jp' instr(4,0303) jp(true); endinstr; // jp nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:165:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:534:17: note: in expansion of macro 'jp' instr(4,0303) jp(true); endinstr; // jp nn ^~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:537:17: note: in expansion of macro 'call' instr(4,0304) call(!(f & F_ZERO)); endinstr; // call nz,pq ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:537:17: note: in expansion of macro 'call' instr(4,0304) call(!(f & F_ZERO)); endinstr; // call nz,pq ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:538:17: note: in expansion of macro 'call' instr(4,0314) call(f & F_ZERO); endinstr; // call z,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:538:17: note: in expansion of macro 'call' instr(4,0314) call(f & F_ZERO); endinstr; // call z,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:539:17: note: in expansion of macro 'call' instr(4,0324) call(!cy); endinstr; // call nc,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:539:17: note: in expansion of macro 'call' instr(4,0324) call(!cy); endinstr; // call nc,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:540:17: note: in expansion of macro 'call' instr(4,0334) call(cy); endinstr; // call c,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:540:17: note: in expansion of macro 'call' instr(4,0334) call(cy); endinstr; // call c,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:541:17: note: in expansion of macro 'call' instr(4,0344) call(!(f & F_PARITY)); endinstr; // call po ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:541:17: note: in expansion of macro 'call' instr(4,0344) call(!(f & F_PARITY)); endinstr; // call po ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:542:17: note: in expansion of macro 'call' instr(4,0354) call(f & F_PARITY); endinstr; // call pe,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:542:17: note: in expansion of macro 'call' instr(4,0354) call(f & F_PARITY); endinstr; // call pe,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:543:17: note: in expansion of macro 'call' instr(4,0364) call(!(f & F_NEG)); endinstr; // call p,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:543:17: note: in expansion of macro 'call' instr(4,0364) call(!(f & F_NEG)); endinstr; // call p,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:544:17: note: in expansion of macro 'call' instr(4,0374) call(f & F_NEG); endinstr; // call m,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:544:17: note: in expansion of macro 'call' instr(4,0374) call(f & F_NEG); endinstr; // call m,nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:179:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc); \ ^~~~~~~~~~ ../Base/Z80ops.h:546:17: note: in expansion of macro 'call' instr(4,0315) call(true); endinstr; // call nn ^~~~ ../Base/CPU.cpp:131:40: warning: operation on 'g_nLineCycle' may be undefined [-Wsequence-point] #define MEM_ACCESS(a) ((g_nLineCycle += 3) |= (afContendedPages[VPAGE(a)]) ? pMemAccess[g_nLineCycle >> 6] : 0) ~~~~~~~~~~~~~~^~~~~ ../Base/Z80ops.h:180:33: note: in expansion of macro 'MEM_ACCESS' MEM_ACCESS(pc + 1); \ ^~~~~~~~~~ ../Base/Z80ops.h:546:17: note: in expansion of macro 'call' instr(4,0315) call(true); endinstr; // call nn ^~~~ g++ -o ../Base/CStream.o -c ../Base/CStream.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Debug.o -c ../Base/Debug.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Disassem.o -c ../Base/Disassem.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall ../Base/Debug.cpp: In function 'void cmdStepOver()': ../Base/Debug.cpp:1511:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || (bOpcode & 0xc7) == 0xc2 && read_word(wPC+1) <= wPC) ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -o ../Base/Expr.o -c ../Base/Expr.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Font.o -c ../Base/Font.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Frame.o -c ../Base/Frame.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/GUI.o -c ../Base/GUI.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall ../Base/Frame.cpp: In static member function 'static void Frame::Sync()': ../Base/Frame.cpp:457:24: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (fDrawFrame = ((dwNow - dwLastFrame) >= 1000/FPS_IN_TURBO_MODE)) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -o ../Base/GUIDlg.o -c ../Base/GUIDlg.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall ../Base/GUI.cpp: In member function 'virtual bool CEditControl::OnMessage(int, int, int)': ../Base/GUI.cpp:855:85: warning: narrowing conversion of 'nParam1_' from 'int' to 'char' inside { } [-Wnarrowing] char sz[MAX_EDIT_LENGTH+1], szNew[2] = { nParam1_, '\0' }; ^ ../Base/GUI.cpp: In member function 'void CRadioButton::Select(bool)': ../Base/GUI.cpp:1005:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (m_fSelected = fSelected_) ~~~~~~~~~~~~^~~~~~~~~~~~ ../Base/GUI.cpp: In member function 'virtual bool CComboBox::OnMessage(int, int, int)': ../Base/GUI.cpp:1308:36: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (m_fPressed = !m_fPressed) ~~~~~~~~~~~^~~~~~~~~~~~~ ../Base/GUI.cpp: In member function 'void CFileView::Refresh()': ../Base/GUI.cpp:2113:56: warning: narrowing conversion of 'chDrive' from 'int' to 'char' inside { } [-Wnarrowing] char szRoot[] = { chDrive, ':', '\\', '\0' }; ^ g++ -o ../Base/GUIIcons.o -c ../Base/GUIIcons.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/HardDisk.o -c ../Base/HardDisk.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall ../Base/HardDisk.cpp: In static member function 'static bool CHDFHardDisk::Create(const char*, UINT, UINT, UINT)': ../Base/HardDisk.cpp:147:81: warning: narrowing conversion of '(uDataOffset % 256)' from 'UINT {aka unsigned int}' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] RS_IDE sHeader = { {'R','S','-','I','D','E'}, 0x1a, 0x10, 0x00, uDataOffset%256, uDataOffset/256 }; ~~~~~~~~~~~^~~~ ../Base/HardDisk.cpp:147:98: warning: narrowing conversion of '(uDataOffset / 256)' from 'UINT {aka unsigned int}' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] RS_IDE sHeader = { {'R','S','-','I','D','E'}, 0x1a, 0x10, 0x00, uDataOffset%256, uDataOffset/256 }; ~~~~~~~~~~~^~~~ g++ -o ../Base/IO.o -c ../Base/IO.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Main.o -c ../Base/Main.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Memory.o -c ../Base/Memory.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Mouse.o -c ../Base/Mouse.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall ../Base/IO.cpp: In static member function 'static void IO::UpdateInput()': ../Base/IO.cpp:888:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (GetOption(turboload) && (pDrive1 && pDrive1->IsActive()) || (pDrive2 && pDrive2->IsActive())) g++ -o ../Base/Options.o -c ../Base/Options.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Parallel.o -c ../Base/Parallel.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/PNG.o -c ../Base/PNG.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Profile.o -c ../Base/Profile.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/SDIDE.o -c ../Base/SDIDE.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/Util.o -c ../Base/Util.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o ../Base/YATBus.o -c ../Base/YATBus.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall gcc -o ../Extern/unzip.o -c ../Extern/unzip.c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND gcc -o ../Extern/ioapi.o -c ../Extern/ioapi.c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND g++ -o Display.o -c Display.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o Floppy.o -c Floppy.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall Display.cpp: In function 'bool DrawChanges(CScreen*, SDL_Surface*)': Display.cpp:557:42: warning: narrowing conversion of '(nChangeFrom << nShift)' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect rect = { 0, nChangeFrom << nShift, pScreen_->GetPitch(), ((nChangeTo - nChangeFrom + 1) << nShift) }; ~~~~~~~~~~~~^~~~~~~~~ Display.cpp:557:71: warning: narrowing conversion of 'pScreen_->CScreen::GetPitch()' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect rect = { 0, nChangeFrom << nShift, pScreen_->GetPitch(), ((nChangeTo - nChangeFrom + 1) << nShift) }; ~~~~~~~~~~~~~~~~~~^~ Display.cpp:557:106: warning: narrowing conversion of '(((nChangeTo - nChangeFrom) + 1) << nShift)' from 'int' to 'Uint16 {aka short unsigned int}' inside { } [-Wnarrowing] SDL_Rect rect = { 0, nChangeFrom << nShift, pScreen_->GetPitch(), ((nChangeTo - nChangeFrom + 1) << nShift) }; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ Display.cpp:558:53: warning: narrowing conversion of '((pFront->SDL_Surface::w - ((int)rect.SDL_Rect::w)) >> 1)' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect rectFront = { (pFront->w - rect.w) >> 1, rect.y + ((pFront->h - (nBottom << nShift)) >> 1), rect.w, rect.h }; ~~~~~~~~~~~~~~~~~~~~~^~~~ Display.cpp:558:66: warning: narrowing conversion of '(((int)rect.SDL_Rect::y) + ((pFront->SDL_Surface::h - (nBottom << nShift)) >> 1))' from 'int' to 'Sint16 {aka short int}' inside { } [-Wnarrowing] SDL_Rect rectFront = { (pFront->w - rect.w) >> 1, rect.y + ((pFront->h - (nBottom << nShift)) >> 1), rect.w, rect.h }; ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -o IDEDisk.o -c IDEDisk.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall Floppy.cpp: In function 'BYTE ReadSector(int, PTRACK, UINT)': Floppy.cpp:171:38: warning: narrowing conversion of '(((int)pt->TRACK::head) << 2)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE cmd[] = { FD_READ, pt->head << 2, ps->cyl,ps->head,ps->sector,ps->size, ps->sector+1, 0x0a,0xff }; ~~~~~~~~~^~~~ Floppy.cpp:171:92: warning: narrowing conversion of '(((int)ps->SECTOR::sector) + 1)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE cmd[] = { FD_READ, pt->head << 2, ps->cyl,ps->head,ps->sector,ps->size, ps->sector+1, 0x0a,0xff }; ~~~~~~~~~~^~ Floppy.cpp: In function 'BYTE WriteSector(int, PTRACK, UINT, BYTE*)': Floppy.cpp:203:45: warning: narrowing conversion of '(((int)pt->TRACK::head) << 2)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE abCommand[] = { FD_WRITE, pt->head << 2, ps->cyl,ps->head,ps->sector,ps->size, ps->sector+1, 0x0a,0xff }; ~~~~~~~~~^~~~ Floppy.cpp:203:99: warning: narrowing conversion of '(((int)ps->SECTOR::sector) + 1)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE abCommand[] = { FD_WRITE, pt->head << 2, ps->cyl,ps->head,ps->sector,ps->size, ps->sector+1, 0x0a,0xff }; ~~~~~~~~~~^~ Floppy.cpp: In function 'BYTE FormatTrack(int, PTRACK)': Floppy.cpp:238:46: warning: narrowing conversion of '(((int)pt->TRACK::head) << 2)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE abCommand[] = { FD_FORMAT, pt->head << 2, 6, pt->sectors, 1, 0x00 }; ~~~~~~~~~^~~~ Floppy.cpp:238:59: warning: narrowing conversion of 'pt->TRACK::sectors' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE abCommand[] = { FD_FORMAT, pt->head << 2, 6, pt->sectors, 1, 0x00 }; ~~~~^~~~~~~ Floppy.cpp: In function 'bool ReadSimpleTrack(int, PTRACK, UINT&)': Floppy.cpp:335:44: warning: narrowing conversion of '(((int)pt->TRACK::head) << 2)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE abCommand[] = { FD_READ, pt->head << 2, pt->cyl, pt->head, ps->sector, ps->size, ps->sector+pt->sectors, 0x0a,0xff }; ~~~~~~~~~^~~~ Floppy.cpp:335:101: warning: narrowing conversion of '(((int)ps->SECTOR::sector) + pt->TRACK::sectors)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE abCommand[] = { FD_READ, pt->head << 2, pt->cyl, pt->head, ps->sector, ps->size, ps->sector+pt->sectors, 0x0a,0xff }; ~~~~~~~~~~^~~~~~~~~~~~ Floppy.cpp: In function 'bool ReadCustomTrack(int, PTRACK)': Floppy.cpp:386:39: warning: narrowing conversion of '(((int)pt->TRACK::head) << 2)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE cmd0[] = { FD_READ, pt->head << 2, 0xef,0xef,sector,size, sector+1, 0x0a,0xff }; ~~~~~~~~~^~~~ Floppy.cpp:386:74: warning: narrowing conversion of '(((int)sector) + 1)' from 'int' to 'BYTE {aka unsigned char}' inside { } [-Wnarrowing] BYTE cmd0[] = { FD_READ, pt->head << 2, 0xef,0xef,sector,size, sector+1, 0x0a,0xff }; ~~~~~~^~ g++ -o Input.o -c Input.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o MIDI.o -c MIDI.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o OSD.o -c OSD.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall MIDI.cpp: In member function 'virtual BYTE CMidiDevice::In(WORD)': MIDI.cpp:63:13: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] read(m_nDevice, m_abIn, sizeof m_abIn); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MIDI.cpp: In member function 'virtual void CMidiDevice::Out(WORD, BYTE)': MIDI.cpp:144:14: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] write(m_nDevice, m_abOut, m_nOut); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Input.cpp: In static member function 'static void Input::Acquire(bool, bool)': Input.cpp:213:22: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (fMouseActive = fMouse_ && GetOption(mouse)) g++ -o Sound.o -c Sound.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o UI.o -c UI.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o Video.o -c Video.cpp -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall g++ -o simcoupe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D__STRICT_ANSI__ -pedantic -I. -I../Base -I../Extern -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_ZLIB -DUSE_SAASOUND -Wall ../Base/Action.o ../Base/ATA.o ../Base/Atom.o ../Base/CDisk.o ../Base/CDrive.o ../Base/Clock.o ../Base/CPU.o ../Base/CScreen.o ../Base/CStream.o ../Base/Debug.o ../Base/Disassem.o ../Base/Expr.o ../Base/Font.o ../Base/Frame.o ../Base/GUI.o ../Base/GUIDlg.o ../Base/GUIIcons.o ../Base/HardDisk.o ../Base/IO.o ../Base/Main.o ../Base/Memory.o ../Base/Mouse.o ../Base/Options.o ../Base/Parallel.o ../Base/PNG.o ../Base/Profile.o ../Base/SDIDE.o ../Base/Util.o ../Base/YATBus.o ../Extern/unzip.o ../Extern/ioapi.o ./Display.o ./Floppy.o ./IDEDisk.o ./Input.o ./MIDI.o ./OSD.o ./Sound.o ./UI.o ./Video.o -L. -lm -lSDL -lpthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -lz -lSAASound + popd ~/build/BUILD/SimCoupe + convert SDL/SimCoupe.bmp -transparent '#ffffff' simcoupe.png + cat + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7fW1Ns + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64 + cd SimCoupe + rm -rf /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/simcoupe + mkdir -p /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/icons/hicolor/32x32/apps + install -pm 0755 SDL/simcoupe /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/bin + install -pm 0644 SDL/SimCoupe.bmp /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/simcoupe + install -pm 0644 simcoupe.png /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/icons/hicolor/32x32/apps + desktop-file-install --dir /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/applications simcoupe.desktop + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: simcoupe-1.0-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HqEDU9 + umask 022 + cd /builddir/build/BUILD + cd SimCoupe + DOCDIR=/builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/doc/simcoupe + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/doc/simcoupe + cp -pr ChangeLog.txt /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/doc/simcoupe + cp -pr License.txt /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/doc/simcoupe + cp -pr SimCoupe.txt /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/doc/simcoupe + cp -pr B-DOS-License.txt /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64/usr/share/doc/simcoupe + exit 0 Provides: application() application(simcoupe.desktop) simcoupe = 1.0-20.fc28 simcoupe(riscv-64) = 1.0-20.fc28 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libSAASound-3.2.so.0()(64bit) libSDL-1.2.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64 Wrote: /builddir/build/SRPMS/simcoupe-1.0-20.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/simcoupe-1.0-20.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Y5JNNX + umask 022 + cd /builddir/build/BUILD + cd SimCoupe + rm -rf /builddir/build/BUILDROOT/simcoupe-1.0-20.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff