Ticket #15039: build.log

File build.log, 281.8 KB (added by eli-schwartz, 7 weeks ago)
Line 
1[32m * [39;49;00mPackage: games-engines/scummvm-tools-2.7.0_p1:0
2[32m * [39;49;00mRepository: gentoo
3[32m * [39;49;00mMaintainer: games@gentoo.org
4[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc flac iconv kernel_linux mad png vorbis
5[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
6>>> Unpacking source...
7>>> Unpacking scummvm-tools-2.7.0.tar.xz to /var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work
8>>> Unpacking scummvm-tools_2.7.0-1.debian.tar.xz to /var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work
9>>> Unpacking scummvm-tools_512.png to /var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work
10unpack scummvm-tools_512.png: file format not recognized. Ignoring.
11>>> Source unpacked in /var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work
12>>> Preparing source in /var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work/scummvm-tools-2.7.0 ...
13 [32m*[0m Applying scummvm-tools-2.7.0-endianess.patch ...
14[A[203C [34;01m[ [32;01mok[34;01m ][0m
15 [32m*[0m Applying tests-missing-data.patch ...
16[A[203C [34;01m[ [32;01mok[34;01m ][0m
17 [32m*[0m Applying tests-broken.patch ...
18[A[203C [34;01m[ [32;01mok[34;01m ][0m
19 [32m*[0m Applying missing-posix-systems.patch ...
20[A[203C [34;01m[ [32;01mok[34;01m ][0m
21 [32m*[0m Applying spelling-fixes.patch ...
22[A[203C [34;01m[ [32;01mok[34;01m ][0m
23 [32m*[0m Applying wno-format.patch ...
24[A[203C [34;01m[ [32;01mok[34;01m ][0m
25 [32m*[0m Applying perl-cxxtestgen.patch ...
26[A[203C [34;01m[ [32;01mok[34;01m ][0m
27>>> Source prepared.
28>>> Configuring source in /var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work/scummvm-tools-2.7.0 ...
29 [32m*[0m
30 [32m*[0m Requested wxWidgets: 3.2-gtk3
31 [32m*[0m Using wxWidgets: gtk3-unicode-3.2-gtk3
32 [32m*[0m
33Running ScummVM Tools configure...
34Looking for C++ compiler... x86_64-pc-linux-gnu-g++
35Checking for compiler version... 13, ok
36found non-gcc compiler version 13, ok
37Building as C++11... yes
38Checking if C++11 std::nullptr_t is available...yes
39Checking endianness... little
40Type with 1 byte... char
41Type with 2 bytes... short
42Type with 4 bytes... int
43Type with 8 bytes... long
44Alignment required... no
45Checking hosttype... linux-gnu
46Checking if host is POSIX compliant... yes
47Checking whether to have a verbose build... yes
48Checking for pkg-config... yes
49Checking for Ogg Vorbis... yes
50Checking for Tremor... no (Ogg Vorbis/Tremor support is mutually exclusive)
51Checking for FLAC >= 1.1.3... yes
52Checking for MAD... yes
53Checking for PNG >= 1.2.8... yes
54Checking for zlib... yes
55Checking for FreeType2... yes
56Checking for Boost => 1.32.0... yes
57Checking whether Boost.ProgramOptions has been compiled... yes
58Checking whether iconv.h is present... yes
59Checking whether iconv needs linking against libiconv... no
60Checking signature of iconv... iconv_t, char **, size_t *, char **, size_t *
61Checking for iconv... yes
62Looking for wx-config... /usr/bin/wx-config
63Checking for wxwidgets gui dev component... found
64
65Creating config.h
66Creating config.mk
67>>> Source configured.
68>>> Compiling source in /var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work/scummvm-tools-2.7.0 ...
69make -j8 -k -O
70mkdir -p engines/cine/.deps
71x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cine/.deps/decine.d" -MQ "engines/cine/decine.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/cine/decine.cpp -o engines/cine/decine.o
72[01m[Kengines/cine/decine.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
73[01m[Kengines/cine/decine.cpp:852:38:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
74 852 | [01;35m[Kfread(data, dataSize, 1, fp)[m[K;
75 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~[m[K
76mkdir -p engines/gob/.deps
77x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v4.d" -MQ "engines/gob/degob_script_v4.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_v4.cpp -o engines/gob/degob_script_v4.o
78mkdir -p engines/gob/.deps
79x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v3.d" -MQ "engines/gob/degob_script_v3.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_v3.cpp -o engines/gob/degob_script_v3.o
80mkdir -p engines/gob/.deps
81x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v2.d" -MQ "engines/gob/degob_script_v2.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_v2.cpp -o engines/gob/degob_script_v2.o
82mkdir -p engines/gob/.deps
83x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob.d" -MQ "engines/gob/degob.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob.cpp -o engines/gob/degob.o
84mkdir -p engines/gob/.deps
85x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v5.d" -MQ "engines/gob/degob_script_v5.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_v5.cpp -o engines/gob/degob_script_v5.o
86mkdir -p engines/gob/.deps
87x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v1.d" -MQ "engines/gob/degob_script_v1.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_v1.cpp -o engines/gob/degob_script_v1.o
88mkdir -p engines/gob/.deps
89x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v6.d" -MQ "engines/gob/degob_script_v6.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_v6.cpp -o engines/gob/degob_script_v6.o
90mkdir -p engines/gob/.deps
91x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script.d" -MQ "engines/gob/degob_script.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script.cpp -o engines/gob/degob_script.o
92mkdir -p engines/gob/.deps
93x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_bargon.d" -MQ "engines/gob/degob_script_bargon.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_bargon.cpp -o engines/gob/degob_script_bargon.o
94mkdir -p engines/gob/.deps
95x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v7.d" -MQ "engines/gob/degob_script_v7.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_v7.cpp -o engines/gob/degob_script_v7.o
96mkdir -p engines/gob/.deps
97x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_fascin.d" -MQ "engines/gob/degob_script_fascin.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_fascin.cpp -o engines/gob/degob_script_fascin.o
98mkdir -p engines/gob/.deps
99x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_geisha.d" -MQ "engines/gob/degob_script_geisha.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_geisha.cpp -o engines/gob/degob_script_geisha.o
100mkdir -p engines/gob/.deps
101x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_littlered.d" -MQ "engines/gob/degob_script_littlered.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/degob_script_littlered.cpp -o engines/gob/degob_script_littlered.o
102mkdir -p engines/scumm/.deps
103x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/descumm-common.d" -MQ "engines/scumm/descumm-common.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/descumm-common.cpp -o engines/scumm/descumm-common.o
104mkdir -p engines/scumm/.deps
105x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/descumm-tool.d" -MQ "engines/scumm/descumm-tool.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/descumm-tool.cpp -o engines/scumm/descumm-tool.o
106mkdir -p common/.deps
107x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/md5.d" -MQ "common/md5.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/md5.cpp -o common/md5.o
108mkdir -p engines/scumm/.deps
109x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/descumm.d" -MQ "engines/scumm/descumm.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/descumm.cpp -o engines/scumm/descumm.o
110mkdir -p engines/scumm/.deps
111x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/descumm6.d" -MQ "engines/scumm/descumm6.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/descumm6.cpp -o engines/scumm/descumm6.o
112mkdir -p common/.deps
113x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/memorypool.d" -MQ "common/memorypool.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/memorypool.cpp -o common/memorypool.o
114mkdir -p common/.deps
115x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/hashmap.d" -MQ "common/hashmap.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/hashmap.cpp -o common/hashmap.o
116mkdir -p common/.deps
117x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/util.d" -MQ "common/util.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/util.cpp -o common/util.o
118mkdir -p ./.deps
119x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/tool.d" -MQ "tool.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c tool.cpp -o tool.o
120mkdir -p common/.deps
121x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/str.d" -MQ "common/str.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/str.cpp -o common/str.o
122mkdir -p sound/.deps
123x86_64-pc-linux-gnu-g++ -MMD -MF "sound/.deps/audiostream.d" -MQ "sound/audiostream.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c sound/audiostream.cpp -o sound/audiostream.o
124mkdir -p sound/.deps
125x86_64-pc-linux-gnu-g++ -MMD -MF "sound/.deps/wave.d" -MQ "sound/wave.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c sound/wave.cpp -o sound/wave.o
126mkdir -p sound/.deps
127x86_64-pc-linux-gnu-g++ -MMD -MF "sound/.deps/adpcm.d" -MQ "sound/adpcm.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c sound/adpcm.cpp -o sound/adpcm.o
128mkdir -p sound/.deps
129x86_64-pc-linux-gnu-g++ -MMD -MF "sound/.deps/voc.d" -MQ "sound/voc.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c sound/voc.cpp -o sound/voc.o
130[01m[Ksound/voc.cpp:[m[K In function ‘[01m[Kbyte* Audio::[01;32m[KloadVOCFromStream[m[K(Common::File&, int&, int&, int&, int&, int&)[m[K’:
131[01m[Ksound/voc.cpp:72:15:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[Koffset[m[K’ [[01;35m[K-Wunused-variable[m[K]
132 72 | int32 [01;35m[Koffset[m[K = READ_LE_UINT16(&fileHeader.datablock_offset);
133 | [01;35m[K^~~~~~[m[K
134[01m[Ksound/voc.cpp:73:15:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[Kversion[m[K’ [[01;35m[K-Wunused-variable[m[K]
135 73 | int16 [01;35m[Kversion[m[K = READ_LE_UINT16(&fileHeader.version);
136 | [01;35m[K^~~~~~~[m[K
137mkdir -p common/.deps
138x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/stream.d" -MQ "common/stream.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/stream.cpp -o common/stream.o
139[01m[Kcommon/stream.cpp:[m[K In destructor ‘[01m[Kvirtual Common::{anonymous}::BufferedWriteStream::[01;32m[K~BufferedWriteStream[m[K()[m[K’:
140[01m[Kcommon/stream.cpp:491:28:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[KflushResult[m[K’ [[01;35m[K-Wunused-variable[m[K]
141 491 | const bool [01;35m[KflushResult[m[K = flushBuffer();
142 | [01;35m[K^~~~~~~~~~~[m[K
143[01m[Kcommon/stream.cpp:[m[K In member function ‘[01m[Kvirtual uint32 Common::{anonymous}::BufferedWriteStream::[01;32m[Kwrite[m[K(const void*, uint32)[m[K’:
144[01m[Kcommon/stream.cpp:505:36:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[KflushResult[m[K’ [[01;35m[K-Wunused-variable[m[K]
145 505 | const bool [01;35m[KflushResult[m[K = flushBuffer();
146 | [01;35m[K^~~~~~~~~~~[m[K
147[01m[Kcommon/stream.cpp:510:36:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[KflushResult[m[K’ [[01;35m[K-Wunused-variable[m[K]
148 510 | const bool [01;35m[KflushResult[m[K = flushBuffer();
149 | [01;35m[K^~~~~~~~~~~[m[K
150mkdir -p common/.deps
151x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/file.d" -MQ "common/file.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/file.cpp -o common/file.o
152[01m[Kcommon/file.cpp:[m[K In member function ‘[01m[Kvoid Common::File::[01;32m[KscanString[m[K(char*)[m[K’:
153[01m[Kcommon/file.cpp:429:15:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
154 429 | [01;35m[Kfscanf(_file, "%s", result)[m[K;
155 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~[m[K
156mkdir -p engines/sword2/.deps
157x86_64-pc-linux-gnu-g++ -MMD -MF "engines/sword2/.deps/desword2.d" -MQ "engines/sword2/desword2.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/sword2/desword2.cpp -o engines/sword2/desword2.o
158mkdir -p ./.deps
159x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/main_cli.d" -MQ "main_cli.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c main_cli.cpp -o main_cli.o
160mkdir -p engines/bladerunner/.deps
161x86_64-pc-linux-gnu-g++ -MMD -MF "engines/bladerunner/.deps/pack_bladerunner.d" -MQ "engines/bladerunner/pack_bladerunner.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/bladerunner/pack_bladerunner.cpp -o engines/bladerunner/pack_bladerunner.o
162mkdir -p engines/agos/.deps
163x86_64-pc-linux-gnu-g++ -MMD -MF "engines/agos/.deps/compress_agos.d" -MQ "engines/agos/compress_agos.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/agos/compress_agos.cpp -o engines/agos/compress_agos.o
164mkdir -p engines/gob/.deps
165x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/extract_fascination_cd.d" -MQ "engines/gob/extract_fascination_cd.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/extract_fascination_cd.cpp -o engines/gob/extract_fascination_cd.o
166mkdir -p engines/gob/.deps
167x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/compress_gob.d" -MQ "engines/gob/compress_gob.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/compress_gob.cpp -o engines/gob/compress_gob.o
168mkdir -p engines/hdb/.deps
169x86_64-pc-linux-gnu-g++ -MMD -MF "engines/hdb/.deps/extract_hdb.d" -MQ "engines/hdb/extract_hdb.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/hdb/extract_hdb.cpp -o engines/hdb/extract_hdb.o
170mkdir -p ./.deps
171x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/scummvm-tools-cli.d" -MQ "scummvm-tools-cli.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c scummvm-tools-cli.cpp -o scummvm-tools-cli.o
172mkdir -p engines/kyra/.deps
173x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/compress_kyra.d" -MQ "engines/kyra/compress_kyra.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/kyra/compress_kyra.cpp -o engines/kyra/compress_kyra.o
174[01m[Kengines/kyra/compress_kyra.cpp:[m[K In member function ‘[01m[Kint CompressKyra::[01;32m[KdecodeChunk[m[K(Common::File&, Common::File&)[m[K’:
175[01m[Kengines/kyra/compress_kyra.cpp:136:16:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[Kid[m[K’ [[01;35m[K-Wunused-variable[m[K]
176 136 | uint32 [01;35m[Kid[m[K = in.readUint32LE();
177 | [01;35m[K^~[m[K
178mkdir -p engines/queen/.deps
179x86_64-pc-linux-gnu-g++ -MMD -MF "engines/queen/.deps/compress_queen.d" -MQ "engines/queen/compress_queen.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/queen/compress_queen.cpp -o engines/queen/compress_queen.o
180mkdir -p engines/saga/.deps
181x86_64-pc-linux-gnu-g++ -MMD -MF "engines/saga/.deps/compress_saga.d" -MQ "engines/saga/compress_saga.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/saga/compress_saga.cpp -o engines/saga/compress_saga.o
182mkdir -p engines/scumm/.deps
183x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/compress_scumm_sou.d" -MQ "engines/scumm/compress_scumm_sou.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/compress_scumm_sou.cpp -o engines/scumm/compress_scumm_sou.o
184mkdir -p engines/scumm/.deps
185x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/compress_scumm_san.d" -MQ "engines/scumm/compress_scumm_san.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/compress_scumm_san.cpp -o engines/scumm/compress_scumm_san.o
186[01m[Kengines/scumm/compress_scumm_san.cpp:[m[K In member function ‘[01m[Kint32 CompressScummSan::[01;32m[KhandleSaudChunk[m[K(AudioTrackInfo*, Common::File&)[m[K’:
187[01m[Kengines/scumm/compress_scumm_san.cpp:409:16:[m[K [01;35m[Kwarning: [m[Kvariable ‘[01m[Ktag[m[K’ set but not used [[01;35m[K-Wunused-but-set-variable[m[K]
188 409 | uint32 [01;35m[Ktag[m[K;
189 | [01;35m[K^~~[m[K
190mkdir -p engines/sword1/.deps
191x86_64-pc-linux-gnu-g++ -MMD -MF "engines/sword1/.deps/compress_sword1.d" -MQ "engines/sword1/compress_sword1.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/sword1/compress_sword1.cpp -o engines/sword1/compress_sword1.o
192mkdir -p engines/sci/.deps
193x86_64-pc-linux-gnu-g++ -MMD -MF "engines/sci/.deps/compress_sci.d" -MQ "engines/sci/compress_sci.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/sci/compress_sci.cpp -o engines/sci/compress_sci.o
194mkdir -p engines/tinsel/.deps
195x86_64-pc-linux-gnu-g++ -MMD -MF "engines/tinsel/.deps/compress_tinsel.d" -MQ "engines/tinsel/compress_tinsel.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/tinsel/compress_tinsel.cpp -o engines/tinsel/compress_tinsel.o
196mkdir -p engines/tony/.deps
197x86_64-pc-linux-gnu-g++ -MMD -MF "engines/tony/.deps/compress_tony.d" -MQ "engines/tony/compress_tony.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/tony/compress_tony.cpp -o engines/tony/compress_tony.o
198mkdir -p engines/sword2/.deps
199x86_64-pc-linux-gnu-g++ -MMD -MF "engines/sword2/.deps/compress_sword2.d" -MQ "engines/sword2/compress_sword2.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/sword2/compress_sword2.cpp -o engines/sword2/compress_sword2.o
200mkdir -p engines/tony/.deps
201x86_64-pc-linux-gnu-g++ -MMD -MF "engines/tony/.deps/compress_tony_vdb.d" -MQ "engines/tony/compress_tony_vdb.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/tony/compress_tony_vdb.cpp -o engines/tony/compress_tony_vdb.o
202mkdir -p engines/touche/.deps
203x86_64-pc-linux-gnu-g++ -MMD -MF "engines/touche/.deps/compress_touche.d" -MQ "engines/touche/compress_touche.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/touche/compress_touche.cpp -o engines/touche/compress_touche.o
204mkdir -p engines/tucker/.deps
205x86_64-pc-linux-gnu-g++ -MMD -MF "engines/tucker/.deps/compress_tucker.d" -MQ "engines/tucker/compress_tucker.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/tucker/compress_tucker.cpp -o engines/tucker/compress_tucker.o
206mkdir -p engines/asylum/.deps
207x86_64-pc-linux-gnu-g++ -MMD -MF "engines/asylum/.deps/extract_asylum.d" -MQ "engines/asylum/extract_asylum.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/asylum/extract_asylum.cpp -o engines/asylum/extract_asylum.o
208mkdir -p engines/cge/.deps
209x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cge/.deps/extract_cge.d" -MQ "engines/cge/extract_cge.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/cge/extract_cge.cpp -o engines/cge/extract_cge.o
210mkdir -p engines/agos/.deps
211x86_64-pc-linux-gnu-g++ -MMD -MF "engines/agos/.deps/extract_agos.d" -MQ "engines/agos/extract_agos.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/agos/extract_agos.cpp -o engines/agos/extract_agos.o
212mkdir -p engines/cge/.deps
213x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cge/.deps/pack_cge.d" -MQ "engines/cge/pack_cge.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/cge/pack_cge.cpp -o engines/cge/pack_cge.o
214mkdir -p engines/cine/.deps
215x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cine/.deps/extract_cine.d" -MQ "engines/cine/extract_cine.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/cine/extract_cine.cpp -o engines/cine/extract_cine.o
216[01m[Kengines/cine/extract_cine.cpp:[m[K In member function ‘[01m[Kvoid ExtractCine::[01;32m[KunpackFile[m[K(Common::File&)[m[K’:
217[01m[Kengines/cine/extract_cine.cpp:181:22:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[KentrySize[m[K’ [[01;35m[K-Wunused-variable[m[K]
218 181 | unsigned int [01;35m[KentrySize[m[K = file.readUint16BE(); // How many bytes per entry?
219 | [01;35m[K^~~~~~~~~[m[K
220mkdir -p engines/cruise/.deps
221x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cruise/.deps/extract_cruise_pc.d" -MQ "engines/cruise/extract_cruise_pc.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/cruise/extract_cruise_pc.cpp -o engines/cruise/extract_cruise_pc.o
222mkdir -p engines/cryo/.deps
223x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cryo/.deps/extract_cryo.d" -MQ "engines/cryo/extract_cryo.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/cryo/extract_cryo.cpp -o engines/cryo/extract_cryo.o
224mkdir -p engines/prince/.deps
225x86_64-pc-linux-gnu-g++ -MMD -MF "engines/prince/.deps/utils.d" -MQ "engines/prince/utils.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/prince/utils.cpp -o engines/prince/utils.o
226mkdir -p engines/gob/.deps
227x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/extract_gob_stk.d" -MQ "engines/gob/extract_gob_stk.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/extract_gob_stk.cpp -o engines/gob/extract_gob_stk.o
228mkdir -p engines/kyra/.deps
229x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/extract_kyra.d" -MQ "engines/kyra/extract_kyra.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/kyra/extract_kyra.cpp -o engines/kyra/extract_kyra.o
230mkdir -p engines/prince/.deps
231x86_64-pc-linux-gnu-g++ -MMD -MF "engines/prince/.deps/extract_prince.d" -MQ "engines/prince/extract_prince.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/prince/extract_prince.cpp -o engines/prince/extract_prince.o
232mkdir -p engines/parallaction/.deps
233x86_64-pc-linux-gnu-g++ -MMD -MF "engines/parallaction/.deps/extract_parallaction.d" -MQ "engines/parallaction/extract_parallaction.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/parallaction/extract_parallaction.cpp -o engines/parallaction/extract_parallaction.o
234mkdir -p engines/prince/.deps
235x86_64-pc-linux-gnu-g++ -MMD -MF "engines/prince/.deps/pack_prince.d" -MQ "engines/prince/pack_prince.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/prince/pack_prince.cpp -o engines/prince/pack_prince.o
236mkdir -p engines/scumm/.deps
237x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_mm_apple.d" -MQ "engines/scumm/extract_mm_apple.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/extract_mm_apple.cpp -o engines/scumm/extract_mm_apple.o
238mkdir -p engines/scumm/.deps
239x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_loom_tg16.d" -MQ "engines/scumm/extract_loom_tg16.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/extract_loom_tg16.cpp -o engines/scumm/extract_loom_tg16.o
240mkdir -p engines/scumm/.deps
241x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_mm_c64.d" -MQ "engines/scumm/extract_mm_c64.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/extract_mm_c64.cpp -o engines/scumm/extract_mm_c64.o
242mkdir -p engines/scumm/.deps
243x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_mm_nes.d" -MQ "engines/scumm/extract_mm_nes.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/extract_mm_nes.cpp -o engines/scumm/extract_mm_nes.o
244mkdir -p engines/scumm/.deps
245x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_scumm_mac.d" -MQ "engines/scumm/extract_scumm_mac.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/extract_scumm_mac.cpp -o engines/scumm/extract_scumm_mac.o
246mkdir -p engines/scumm/.deps
247x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_zak_c64.d" -MQ "engines/scumm/extract_zak_c64.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/extract_zak_c64.cpp -o engines/scumm/extract_zak_c64.o
248mkdir -p engines/kyra/.deps
249x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/kyra_ins.d" -MQ "engines/kyra/kyra_ins.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/kyra/kyra_ins.cpp -o engines/kyra/kyra_ins.o
250mkdir -p engines/kyra/.deps
251x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/kyra_pak.d" -MQ "engines/kyra/kyra_pak.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/kyra/kyra_pak.cpp -o engines/kyra/kyra_pak.o
252mkdir -p ./.deps
253x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/encode_dxa.d" -MQ "encode_dxa.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c encode_dxa.cpp -o encode_dxa.o
254mkdir -p ./.deps
255x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/tools.d" -MQ "tools.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c tools.cpp -o tools.o
256mkdir -p engines/twine/.deps
257x86_64-pc-linux-gnu-g++ -MMD -MF "engines/twine/.deps/detwine.d" -MQ "engines/twine/detwine.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/twine/detwine.cpp -o engines/twine/detwine.o
258mkdir -p ./.deps
259x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/compress.d" -MQ "compress.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c compress.cpp -o compress.o
260mkdir -p engines/twine/.deps
261x86_64-pc-linux-gnu-g++ -MMD -MF "engines/twine/.deps/hqr.d" -MQ "engines/twine/hqr.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/twine/hqr.cpp -o engines/twine/hqr.o
262mkdir -p engines/twine/.deps
263x86_64-pc-linux-gnu-g++ -MMD -MF "engines/twine/.deps/lba2.d" -MQ "engines/twine/lba2.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/twine/lba2.cpp -o engines/twine/lba2.o
264[01m[Kengines/twine/lba2.cpp:[m[K In function ‘[01m[Kint[01;32m[K decompileLBA2[m[K(const uint8*, int)[m[K’:
265[01m[Kengines/twine/lba2.cpp:36:14:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[Kisland[m[K’ [[01;35m[K-Wunused-variable[m[K]
266 36 | int8 [01;35m[Kisland[m[K = stream.readByte();
267 | [01;35m[K^~~~~~[m[K
268[01m[Kengines/twine/lba2.cpp:37:14:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[KcurrentCubeX[m[K’ [[01;35m[K-Wunused-variable[m[K]
269 37 | int8 [01;35m[KcurrentCubeX[m[K = stream.readByte();
270 | [01;35m[K^~~~~~~~~~~~[m[K
271[01m[Kengines/twine/lba2.cpp:38:14:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[KcurrentCubeY[m[K’ [[01;35m[K-Wunused-variable[m[K]
272 38 | int8 [01;35m[KcurrentCubeY[m[K = stream.readByte();
273 | [01;35m[K^~~~~~~~~~~~[m[K
274[01m[Kengines/twine/lba2.cpp:40:14:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[KshadowLevel[m[K’ [[01;35m[K-Wunused-variable[m[K]
275 40 | int8 [01;35m[KshadowLevel[m[K = stream.readByte();
276 | [01;35m[K^~~~~~~~~~~[m[K
277[01m[Kengines/twine/lba2.cpp:41:14:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[KmodeLabyrinthe[m[K’ [[01;35m[K-Wunused-variable[m[K]
278 41 | int8 [01;35m[KmodeLabyrinthe[m[K = stream.readByte();
279 | [01;35m[K^~~~~~~~~~~~~~[m[K
280[01m[Kengines/twine/lba2.cpp:44:15:[m[K [01;35m[Kwarning: [m[Kunused variable ‘[01m[Kn[m[K’ [[01;35m[K-Wunused-variable[m[K]
281 44 | uint8 [01;35m[Kn[m[K = stream.readByte();
282 | [01;35m[K^[m[K
283mkdir -p engines/twine/.deps
284x86_64-pc-linux-gnu-g++ -MMD -MF "engines/twine/.deps/lba1.d" -MQ "engines/twine/lba1.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/twine/lba1.cpp -o engines/twine/lba1.o
285mkdir -p engines/kyra/.deps
286x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/dekyra.d" -MQ "engines/kyra/dekyra.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/kyra/dekyra.cpp -o engines/kyra/dekyra.o
287mkdir -p engines/kyra/.deps
288x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/dekyra_v1.d" -MQ "engines/kyra/dekyra_v1.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/kyra/dekyra_v1.cpp -o engines/kyra/dekyra_v1.o
289mkdir -p engines/gob/.deps
290x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/gob_loadcalc.d" -MQ "engines/gob/gob_loadcalc.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/gob_loadcalc.cpp -o engines/gob/gob_loadcalc.o
291mkdir -p engines/prince/.deps
292x86_64-pc-linux-gnu-g++ -MMD -MF "engines/prince/.deps/flags.d" -MQ "engines/prince/flags.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/prince/flags.cpp -o engines/prince/flags.o
293mkdir -p engines/gob/.deps
294x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/extract_gob_cdi.d" -MQ "engines/gob/extract_gob_cdi.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/gob/extract_gob_cdi.cpp -o engines/gob/extract_gob_cdi.o
295[01m[Kengines/gob/extract_gob_cdi.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
296[01m[Kengines/gob/extract_gob_cdi.cpp:129:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
297 129 | [01;35m[Kfread(&sector, sizeof(sect_xa_f1), 1, src_raw)[m[K;
298 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
299[01m[Kengines/gob/extract_gob_cdi.cpp:132:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
300 132 | [01;35m[Kfread(&sector, sizeof(sect_xa_f1), 1, src_raw)[m[K;
301 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
302[01m[Kengines/gob/extract_gob_cdi.cpp:164:30:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
303 164 | [01;35m[Kfread(&sector, sizeof(sect_xa_f1), 1, src_raw)[m[K;
304 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
305mkdir -p engines/prince/.deps
306x86_64-pc-linux-gnu-g++ -MMD -MF "engines/prince/.deps/deprince.d" -MQ "engines/prince/deprince.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/prince/deprince.cpp -o engines/prince/deprince.o
307mkdir -p gui/.deps
308x86_64-pc-linux-gnu-g++ -MMD -MF "gui/.deps/configuration.d" -MQ "gui/configuration.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -I/usr/lib64/wx/include/gtk3-unicode-3.2-gtk3 -I/usr/include/wx-3.2-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -Wno-deprecated-copy -Wno-cast-function-type -Wno-cast-qual -c gui/configuration.cpp -o gui/configuration.o
309mkdir -p engines/mohawk/.deps
310x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/.deps/utils.d" -MQ "engines/mohawk/utils.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/mohawk/utils.cpp -o engines/mohawk/utils.o
311mkdir -p engines/mohawk/.deps
312x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/.deps/archive.d" -MQ "engines/mohawk/archive.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/mohawk/archive.cpp -o engines/mohawk/archive.o
313mkdir -p engines/mohawk/.deps
314x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/.deps/extract_mohawk.d" -MQ "engines/mohawk/extract_mohawk.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/mohawk/extract_mohawk.cpp -o engines/mohawk/extract_mohawk.o
315mkdir -p engines/ngi/.deps
316x86_64-pc-linux-gnu-g++ -MMD -MF "engines/ngi/.deps/extract_ngi.d" -MQ "engines/ngi/extract_ngi.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/ngi/extract_ngi.cpp -o engines/ngi/extract_ngi.o
317mkdir -p engines/hadesch/.deps
318x86_64-pc-linux-gnu-g++ -MMD -MF "engines/hadesch/.deps/extract_hadesch.d" -MQ "engines/hadesch/extract_hadesch.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/hadesch/extract_hadesch.cpp -o engines/hadesch/extract_hadesch.o
319[01m[Kengines/hadesch/extract_hadesch.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
320[01m[Kengines/hadesch/extract_hadesch.cpp:50:15:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
321 50 | [01;35m[Kfread (buf, 1, sz, fin)[m[K;
322 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~[m[K
323mkdir -p engines/supernova/.deps
324x86_64-pc-linux-gnu-g++ -MMD -MF "engines/supernova/.deps/convert_mod.d" -MQ "engines/supernova/convert_mod.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/supernova/convert_mod.cpp -o engines/supernova/convert_mod.o
325[01m[Kengines/supernova/convert_mod.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
326[01m[Kengines/supernova/convert_mod.cpp:452:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K scanf[m[K(const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
327 452 | [01;35m[Kscanf("%d", &mode)[m[K;
328 | [01;35m[K~~~~~^~~~~~~~~~~~~[m[K
329mkdir -p engines/hadesch/.deps
330x86_64-pc-linux-gnu-g++ -MMD -MF "engines/hadesch/.deps/extract_hadesch_img.d" -MQ "engines/hadesch/extract_hadesch_img.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/hadesch/extract_hadesch_img.cpp -o engines/hadesch/extract_hadesch_img.o
331[01m[Kengines/hadesch/extract_hadesch_img.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
332[01m[Kengines/hadesch/extract_hadesch_img.cpp:287:15:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
333 287 | [01;35m[Kfread (buf, 1, sz, fin)[m[K;
334 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~[m[K
335mkdir -p engines/scumm/.deps
336x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_lokalizator.d" -MQ "engines/scumm/extract_lokalizator.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/scumm/extract_lokalizator.cpp -o engines/scumm/extract_lokalizator.o
337[01m[Kengines/scumm/extract_lokalizator.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
338[01m[Kengines/scumm/extract_lokalizator.cpp:50:15:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
339 50 | [01;35m[Kfread (buf, 1, sz, fin)[m[K;
340 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~[m[K
341mkdir -p engines/mohawk/.deps
342x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/.deps/construct_mohawk.d" -MQ "engines/mohawk/construct_mohawk.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/mohawk/construct_mohawk.cpp -o engines/mohawk/construct_mohawk.o
343mkdir -p engines/mads/.deps
344x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mads/.deps/extract_mps.d" -MQ "engines/mads/extract_mps.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/mads/extract_mps.cpp -o engines/mads/extract_mps.o
345[01m[Kengines/mads/extract_mps.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
346[01m[Kengines/mads/extract_mps.cpp:74:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: ‘[01m[Kint[m[K’ and ‘[01m[Ksize_t[m[K’ {aka ‘[01m[Klong unsigned int[m[K’} [[01;35m[K-Wsign-compare[m[K]
347 74 | if ([01;35m[Kfilecnt > (indexSize - 12) / sizeof(FileDescriptorBin)[m[K)
348 | [01;35m[K~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
349[01m[Kengines/mads/extract_mps.cpp:64:15:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
350 64 | [01;35m[Kfread (buf, 1, indexSize, fin)[m[K;
351 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~[m[K
352mkdir -p common/.deps
353x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/dcl.d" -MQ "common/dcl.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/dcl.cpp -o common/dcl.o
354mkdir -p engines/grim/emi/.deps
355x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/emi/.deps/animb2txt.d" -MQ "engines/grim/emi/animb2txt.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/emi/animb2txt.cpp -o engines/grim/emi/animb2txt.o
356mkdir -p engines/grim/.deps
357x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/lab.d" -MQ "engines/grim/lab.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lab.cpp -o engines/grim/lab.o
358[01m[Kengines/grim/lab.cpp:[m[K In member function ‘[01m[Kvoid Lab::[01;32m[KLoad[m[K(std::string)[m[K’:
359[01m[Kengines/grim/lab.cpp:52:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
360 52 | [01;35m[Kfread(&head.magic, 1, 4, infile)[m[K;
361 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
362[01m[Kengines/grim/lab.cpp:53:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
363 53 | [01;35m[Kfread(&head.magic2, 1, 4, infile)[m[K;
364 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
365[01m[Kengines/grim/lab.cpp:55:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
366 55 | [01;35m[Kfread(&num, 1, 4, infile)[m[K;
367 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~[m[K
368[01m[Kengines/grim/lab.cpp:56:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
369 56 | [01;35m[Kfread(&s_size, 1, 4, infile)[m[K;
370 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~[m[K
371[01m[Kengines/grim/lab.cpp:59:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
372 59 | [01;35m[Kfread(&typeTest, 1, 4, infile)[m[K;
373 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~[m[K
374[01m[Kengines/grim/lab.cpp:83:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
375 83 | [01;35m[Kfread(entries, 1, head.num_entries * sizeof(lab_entry), infile)[m[K;
376 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
377[01m[Kengines/grim/lab.cpp:85:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
378 85 | [01;35m[Kfread(str_table, 1, head.string_table_size, infile)[m[K;
379 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
380[01m[Kengines/grim/lab.cpp:93:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
381 93 | [01;35m[Kfread(str_table, 1, head.string_table_size, infile)[m[K;
382 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
383[01m[Kengines/grim/lab.cpp:102:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
384 102 | [01;35m[Kfread(entries, 1, head.num_entries * sizeof(lab_entry), infile)[m[K;
385 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
386mkdir -p engines/grim/.deps
387x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/bm2bmp.d" -MQ "engines/grim/bm2bmp.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/bm2bmp.cpp -o engines/grim/bm2bmp.o
388mkdir -p engines/grim/lua/.deps
389x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lauxlib.d" -MQ "engines/grim/lua/lauxlib.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lauxlib.cpp -o engines/grim/lua/lauxlib.o
390mkdir -p engines/grim/lua/.deps
391x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lbuffer.d" -MQ "engines/grim/lua/lbuffer.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lbuffer.cpp -o engines/grim/lua/lbuffer.o
392mkdir -p engines/grim/lua/.deps
393x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lapi.d" -MQ "engines/grim/lua/lapi.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lapi.cpp -o engines/grim/lua/lapi.o
394mkdir -p engines/grim/lua/.deps
395x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lfunc.d" -MQ "engines/grim/lua/lfunc.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lfunc.cpp -o engines/grim/lua/lfunc.o
396mkdir -p engines/grim/lua/.deps
397x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lbuiltin.d" -MQ "engines/grim/lua/lbuiltin.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lbuiltin.cpp -o engines/grim/lua/lbuiltin.o
398mkdir -p engines/grim/lua/.deps
399x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/ldo.d" -MQ "engines/grim/lua/ldo.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/ldo.cpp -o engines/grim/lua/ldo.o
400mkdir -p engines/grim/emi/.deps
401x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/emi/.deps/cosb2cos.d" -MQ "engines/grim/emi/cosb2cos.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/emi/cosb2cos.cpp -o engines/grim/emi/cosb2cos.o
402mkdir -p engines/grim/lua/.deps
403x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lgc.d" -MQ "engines/grim/lua/lgc.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lgc.cpp -o engines/grim/lua/lgc.o
404mkdir -p engines/grim/lua/.deps
405x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/liolib.d" -MQ "engines/grim/lua/liolib.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/liolib.cpp -o engines/grim/lua/liolib.o
406mkdir -p engines/grim/lua/.deps
407x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/llex.d" -MQ "engines/grim/lua/llex.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/llex.cpp -o engines/grim/lua/llex.o
408mkdir -p engines/grim/lua/.deps
409x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lmathlib.d" -MQ "engines/grim/lua/lmathlib.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lmathlib.cpp -o engines/grim/lua/lmathlib.o
410mkdir -p engines/grim/lua/.deps
411x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lmem.d" -MQ "engines/grim/lua/lmem.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lmem.cpp -o engines/grim/lua/lmem.o
412mkdir -p engines/grim/lua/.deps
413x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lobject.d" -MQ "engines/grim/lua/lobject.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lobject.cpp -o engines/grim/lua/lobject.o
414[01m[Kengines/grim/lua/lobject.cpp:[m[K In function ‘[01m[Kint32[01;32m[K luaO_equalObj[m[K(TObject*, TObject*)[m[K’:
415[01m[Kengines/grim/lua/lobject.cpp:46:63:[m[K [01;35m[Kwarning: [m[Kcomparison between two arrays [[01;35m[K-Warray-compare[m[K]
416 46 | case LUA_T_STRING: case LUA_T_USERDATA: return svalue(t1) == svalue(t2);
417[01m[Kengines/grim/lua/lobject.cpp:46:63:[m[K [01;36m[Knote: [m[Kuse unary ‘[01m[K+[m[K’ which decays operands to pointers or ‘[01m[K&‘[01m[Kcomponent_ref[m[K’ not supported by dump_decl<declaration error>[0] == &‘[01m[Kcomponent_ref[m[K’ not supported by dump_decl<declaration error>[0][m[K’ to compare the addresses
418mkdir -p engines/grim/lua/.deps
419x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lstate.d" -MQ "engines/grim/lua/lstate.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lstate.cpp -o engines/grim/lua/lstate.o
420mkdir -p engines/grim/lua/.deps
421x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lstring.d" -MQ "engines/grim/lua/lstring.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lstring.cpp -o engines/grim/lua/lstring.o
422mkdir -p engines/grim/lua/.deps
423x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lparser.d" -MQ "engines/grim/lua/lparser.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lparser.cpp -o engines/grim/lua/lparser.o
424mkdir -p engines/grim/lua/.deps
425x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lstrlib.d" -MQ "engines/grim/lua/lstrlib.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lstrlib.cpp -o engines/grim/lua/lstrlib.o
426mkdir -p engines/grim/lua/.deps
427x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/ltable.d" -MQ "engines/grim/lua/ltable.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/ltable.cpp -o engines/grim/lua/ltable.o
428mkdir -p engines/grim/lua/.deps
429x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/ltm.d" -MQ "engines/grim/lua/ltm.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/ltm.cpp -o engines/grim/lua/ltm.o
430mkdir -p engines/grim/lua/.deps
431x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/ltask.d" -MQ "engines/grim/lua/ltask.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/ltask.cpp -o engines/grim/lua/ltask.o
432mkdir -p gui/.deps
433x86_64-pc-linux-gnu-g++ -MMD -MF "gui/.deps/gui_tools.d" -MQ "gui/gui_tools.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -I/usr/lib64/wx/include/gtk3-unicode-3.2-gtk3 -I/usr/include/wx-3.2-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -Wno-deprecated-copy -Wno-cast-function-type -Wno-cast-qual -c gui/gui_tools.cpp -o gui/gui_tools.o
434mkdir -p engines/grim/lua/.deps
435x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lundump.d" -MQ "engines/grim/lua/lundump.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lundump.cpp -o engines/grim/lua/lundump.o
436mkdir -p engines/grim/.deps
437x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/imc2wav.d" -MQ "engines/grim/imc2wav.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/imc2wav.cpp -o engines/grim/imc2wav.o
438[01m[Kengines/grim/imc2wav.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K()[m[K’:
439[01m[Kengines/grim/imc2wav.cpp:44:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
440 44 | [01;35m[Kfread(block, 8, 1, stdin)[m[K; // skip iMUS header
441 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~[m[K
442[01m[Kengines/grim/imc2wav.cpp:45:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
443 45 | [01;35m[Kfread(block, 8, 1, stdin)[m[K; // read MAP header
444 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~[m[K
445[01m[Kengines/grim/imc2wav.cpp:49:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
446 49 | [01;35m[Kfread(block, 8, 1, stdin)[m[K;
447 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~[m[K
448[01m[Kengines/grim/imc2wav.cpp:52:30:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
449 52 | [01;35m[Kfread(block, blockSize, 1, stdin)[m[K;
450 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
451[01m[Kengines/grim/imc2wav.cpp:57:30:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
452 57 | [01;35m[Kfread(block, blockSize, 1, stdin)[m[K;
453 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
454[01m[Kengines/grim/imc2wav.cpp:61:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
455 61 | [01;35m[Kfread(block, 8, 1, stdin)[m[K;
456 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~[m[K
457[01m[Kengines/grim/imc2wav.cpp:76:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
458 76 | [01;35m[Kfread(block, 1024, 1, stdin)[m[K;
459 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~[m[K
460[01m[Kengines/grim/imc2wav.cpp:80:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
461 80 | [01;35m[Kfread(block, dataSize, 1, stdin)[m[K;
462 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
463mkdir -p engines/grim/lua/.deps
464x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lzio.d" -MQ "engines/grim/lua/lzio.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lzio.cpp -o engines/grim/lua/lzio.o
465mkdir -p engines/grim/.deps
466x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/int2flt.d" -MQ "engines/grim/int2flt.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/int2flt.cpp -o engines/grim/int2flt.o
467[01m[Kengines/grim/int2flt.cpp:[m[K In function ‘[01m[Kmain[m[K’:
468[01m[Kengines/grim/int2flt.cpp:28:24:[m[K [01;35m[Kwarning: [m[K‘[01m[Ki[m[K’ is used uninitialized [[01;35m[K-Wuninitialized[m[K]
469 28 | printf("%g\n", [01;35m[K*f[m[K);
470 | [01;35m[K^~[m[K
471[01m[Kengines/grim/int2flt.cpp:26:18:[m[K [01;36m[Knote: [m[K‘[01m[Ki[m[K’ declared here
472 26 | unsigned [01;36m[Ki[m[K = atoi(argv[1]);
473 | [01;36m[K^[m[K
474mkdir -p engines/grim/lua/.deps
475x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/lua/.deps/lvm.d" -MQ "engines/grim/lua/lvm.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/lua/lvm.cpp -o engines/grim/lua/lvm.o
476mkdir -p engines/grim/.deps
477x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/delua.d" -MQ "engines/grim/delua.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/delua.cpp -o engines/grim/delua.o
478mkdir -p engines/grim/luac/.deps
479x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/luac/.deps/dump.d" -MQ "engines/grim/luac/dump.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/luac/dump.cpp -o engines/grim/luac/dump.o
480[01m[Kengines/grim/luac/dump.cpp:[m[K In function ‘[01m[Kvoid[01;32m[K DumpFloat[m[K(float, FILE*)[m[K’:
481[01m[Kengines/grim/luac/dump.cpp:31:31:[m[K [01;31m[Kerror: [m[Kdereferencing type-punned pointer will break strict-aliasing rules [[01;31m[K-Werror=strict-aliasing[m[K]
482 31 | WRITE_LE_UINT32(out, *[01;31m[K(uint32*)(&f)[m[K);
483 | [01;31m[K^~~~~~~~~~~~~[m[K
484cc1plus: some warnings being treated as errors
485make: *** [Makefile.common:531: engines/grim/luac/dump.o] Error 1
486mkdir -p engines/grim/luac/.deps
487x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/luac/.deps/opcode.d" -MQ "engines/grim/luac/opcode.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/luac/opcode.cpp -o engines/grim/luac/opcode.o
488mkdir -p engines/grim/luac/.deps
489x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/luac/.deps/luac.d" -MQ "engines/grim/luac/luac.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/luac/luac.cpp -o engines/grim/luac/luac.o
490mkdir -p engines/grim/luac/.deps
491x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/luac/.deps/opt.d" -MQ "engines/grim/luac/opt.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/luac/opt.cpp -o engines/grim/luac/opt.o
492mkdir -p engines/grim/luac/.deps
493x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/luac/.deps/print.d" -MQ "engines/grim/luac/print.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/luac/print.cpp -o engines/grim/luac/print.o
494mkdir -p engines/grim/luac/.deps
495x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/luac/.deps/rebase.d" -MQ "engines/grim/luac/rebase.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/luac/rebase.cpp -o engines/grim/luac/rebase.o
496mkdir -p common/.deps
497x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/zlib.d" -MQ "common/zlib.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c common/zlib.cpp -o common/zlib.o
498mkdir -p gui/.deps
499x86_64-pc-linux-gnu-g++ -MMD -MF "gui/.deps/main.d" -MQ "gui/main.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -I/usr/lib64/wx/include/gtk3-unicode-3.2-gtk3 -I/usr/include/wx-3.2-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -Wno-deprecated-copy -Wno-cast-function-type -Wno-cast-qual -c gui/main.cpp -o gui/main.o
500[01m[Kgui/main.cpp:[m[K In member function ‘[01m[Kvoid ScummVMToolsApp::[01;32m[KOnAbout[m[K()[m[K’:
501[01m[Kgui/main.cpp:117:85:[m[K [01;35m[Kwarning: [m[K‘[01m[KwxFont::[01;32m[KwxFont[m[K(int, int, int, int, bool, const wxString&, wxFontEncoding)[m[K’ is deprecated: use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants [[01;35m[K-Wdeprecated-declarations[m[K]
502 117 | titletext->SetFont(wxFont(22, wxSWISS, wxNORMAL, wxBOLD, false, wxT("Arial")[01;35m[K)[m[K);
503 | [01;35m[K^[m[K
504In file included from [01m[K/usr/include/wx-3.2-gtk3/wx/font.h:631[m[K,
505 from [01m[K/usr/include/wx-3.2-gtk3/wx/window.h:23[m[K,
506 from [01m[K/usr/include/wx-3.2-gtk3/wx/wx.h:38[m[K,
507 from [01m[Kgui/main.cpp:31[m[K:
508[01m[K/usr/include/wx-3.2-gtk3/wx/gtk/font.h:89:5:[m[K [01;36m[Knote: [m[Kdeclared here
509 89 | [01;36m[KwxFont[m[K(int size,
510 | [01;36m[K^~~~~~[m[K
511[01m[Kgui/main.cpp:122:89:[m[K [01;35m[Kwarning: [m[K‘[01m[KwxFont::[01;32m[KwxFont[m[K(int, int, int, int, bool, const wxString&, wxFontEncoding)[m[K’ is deprecated: use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants [[01;35m[K-Wdeprecated-declarations[m[K]
512 122 | versiontext->SetFont(wxFont(10, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")[01;35m[K)[m[K);
513 | [01;35m[K^[m[K
514[01m[K/usr/include/wx-3.2-gtk3/wx/gtk/font.h:89:5:[m[K [01;36m[Knote: [m[Kdeclared here
515 89 | [01;36m[KwxFont[m[K(int size,
516 | [01;36m[K^~~~~~[m[K
517[01m[Kgui/main.cpp:129:90:[m[K [01;35m[Kwarning: [m[K‘[01m[KwxFont::[01;32m[KwxFont[m[K(int, int, int, int, bool, const wxString&, wxFontEncoding)[m[K’ is deprecated: use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants [[01;35m[K-Wdeprecated-declarations[m[K]
518 129 | copyrighttext->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")[01;35m[K)[m[K);
519 | [01;35m[K^[m[K
520[01m[K/usr/include/wx-3.2-gtk3/wx/gtk/font.h:89:5:[m[K [01;36m[Knote: [m[Kdeclared here
521 89 | [01;36m[KwxFont[m[K(int size,
522 | [01;36m[K^~~~~~[m[K
523[01m[Kgui/main.cpp:136:92:[m[K [01;35m[Kwarning: [m[K‘[01m[KwxFont::[01;32m[KwxFont[m[K(int, int, int, int, bool, const wxString&, wxFontEncoding)[m[K’ is deprecated: use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants [[01;35m[K-Wdeprecated-declarations[m[K]
524 136 | descriptiontext->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")[01;35m[K)[m[K);
525 | [01;35m[K^[m[K
526[01m[K/usr/include/wx-3.2-gtk3/wx/gtk/font.h:89:5:[m[K [01;36m[Knote: [m[Kdeclared here
527 89 | [01;36m[KwxFont[m[K(int size,
528 | [01;36m[K^~~~~~[m[K
529[01m[Kgui/main.cpp:144:88:[m[K [01;35m[Kwarning: [m[K‘[01m[KwxFont::[01;32m[KwxFont[m[K(int, int, int, int, bool, const wxString&, wxFontEncoding)[m[K’ is deprecated: use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants [[01;35m[K-Wdeprecated-declarations[m[K]
530 144 | licensetext->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")[01;35m[K)[m[K);
531 | [01;35m[K^[m[K
532[01m[K/usr/include/wx-3.2-gtk3/wx/gtk/font.h:89:5:[m[K [01;36m[Knote: [m[Kdeclared here
533 89 | [01;36m[KwxFont[m[K(int size,
534 | [01;36m[K^~~~~~[m[K
535[01m[Kgui/main.cpp:[m[K In member function ‘[01m[Kvoid Header::[01;32m[KonPaint[m[K(wxPaintEvent&)[m[K’:
536[01m[Kgui/main.cpp:583:59:[m[K [01;35m[Kwarning: [m[K‘[01m[KwxPen::[01;32m[KwxPen[m[K(const wxColour&, int, int)[m[K’ is deprecated: use wxPENSTYLE_XXX constants [[01;35m[K-Wdeprecated-declarations[m[K]
537 583 | dc.SetPen(wxPen(*wxBLACK, 0, wxTRANSPARENT[01;35m[K)[m[K);
538 | [01;35m[K^[m[K
539In file included from [01m[K/usr/include/wx-3.2-gtk3/wx/pen.h:107[m[K,
540 from [01m[K/usr/include/wx-3.2-gtk3/wx/generic/statusbr.h:18[m[K,
541 from [01m[K/usr/include/wx-3.2-gtk3/wx/statusbr.h:244[m[K,
542 from [01m[K/usr/include/wx-3.2-gtk3/wx/frame.h:19[m[K,
543 from [01m[K/usr/include/wx-3.2-gtk3/wx/wx.h:42[m[K:
544[01m[K/usr/include/wx-3.2-gtk3/wx/gtk/pen.h:51:5:[m[K [01;36m[Knote: [m[Kdeclared here
545 51 | [01;36m[KwxPen[m[K(const wxColour& col, int width, int style);
546 | [01;36m[K^~~~~[m[K
547mkdir -p engines/grim/patchex/.deps
548x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/patchex/.deps/patchex.d" -MQ "engines/grim/patchex/patchex.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/patchex/patchex.cpp -o engines/grim/patchex/patchex.o
549mkdir -p engines/grim/patchex/.deps
550x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/patchex/.deps/mszipd.d" -MQ "engines/grim/patchex/mszipd.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/patchex/mszipd.cpp -o engines/grim/patchex/mszipd.o
551mkdir -p engines/grim/patchex/.deps
552x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/patchex/.deps/cabd.d" -MQ "engines/grim/patchex/cabd.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/patchex/cabd.cpp -o engines/grim/patchex/cabd.o
553mkdir -p gui/.deps
554x86_64-pc-linux-gnu-g++ -MMD -MF "gui/.deps/pages.d" -MQ "gui/pages.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -I/usr/lib64/wx/include/gtk3-unicode-3.2-gtk3 -I/usr/include/wx-3.2-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -Wno-deprecated-copy -Wno-cast-function-type -Wno-cast-qual -c gui/pages.cpp -o gui/pages.o
555mkdir -p engines/grim/.deps
556x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/set2fig.d" -MQ "engines/grim/set2fig.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/set2fig.cpp -o engines/grim/set2fig.o
557[01m[Kengines/grim/set2fig.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
558[01m[Kengines/grim/set2fig.cpp:52:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kchar*[01;32m[K fgets[m[K(char*, int, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
559 52 | [01;35m[Kfgets(line, 1024, in)[m[K;
560 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~[m[K
561[01m[Kengines/grim/set2fig.cpp:58:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
562 58 | [01;35m[Kfscanf(in, " sector %256s", sectorName)[m[K;
563 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
564[01m[Kengines/grim/set2fig.cpp:61:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
565 61 | [01;35m[Kfscanf(in, " ID %d", &id)[m[K;
566 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~[m[K
567[01m[Kengines/grim/set2fig.cpp:68:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
568 68 | [01;35m[Kfscanf(in, " type %256s", buf)[m[K;
569 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~[m[K
570[01m[Kengines/grim/set2fig.cpp:82:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
571 82 | [01;35m[Kfscanf(in, " default visibility %256s", buf)[m[K;
572 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
573[01m[Kengines/grim/set2fig.cpp:90:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
574 90 | [01;35m[Kfscanf(in, " height %f", &dummy)[m[K;
575 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
576[01m[Kengines/grim/set2fig.cpp:93:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
577 93 | [01;35m[Kfscanf(in, " numvertices %d", &numVertices)[m[K;
578 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
579[01m[Kengines/grim/set2fig.cpp:98:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
580 98 | [01;35m[Kfscanf(in, " vertices:")[m[K;
581 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~[m[K
582[01m[Kengines/grim/set2fig.cpp:100:31:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Kint[01;32m[K fscanf[m[K(FILE*, const char*, ...)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
583 100 | [01;35m[Kfscanf(in, " %f %f %f", vertices + 3 * i, vertices + (3 * i + 1), vertices + (3 * i + 2))[m[K;
584 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
585mkdir -p engines/grim/.deps
586x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/diffr.d" -MQ "engines/grim/diffr.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/diffr.cpp -o engines/grim/diffr.o
587mkdir -p engines/grim/.deps
588x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/mklab.d" -MQ "engines/grim/mklab.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/mklab.cpp -o engines/grim/mklab.o
589[01m[Kengines/grim/mklab.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
590[01m[Kengines/grim/mklab.cpp:252:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
591 252 | [01;35m[Kfread(buf, 1, size, file)[m[K;
592 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~[m[K
593mkdir -p engines/grim/.deps
594x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/vima.d" -MQ "engines/grim/vima.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/vima.cpp -o engines/grim/vima.o
595[01m[Kengines/grim/vima.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
596[01m[Kengines/grim/vima.cpp:230:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
597 230 | [01;35m[Kfread(magic, 4, 1, f)[m[K;
598 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~[m[K
599[01m[Kengines/grim/vima.cpp:238:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
600 238 | [01;35m[Kfread(blocks, 9, numBlocks, f)[m[K;
601 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~[m[K
602[01m[Kengines/grim/vima.cpp:244:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
603 244 | [01;35m[Kfread(codecs, 5, numCodecs, f)[m[K;
604 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~[m[K
605[01m[Kengines/grim/vima.cpp:252:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
606 252 | [01;35m[Kfread(sourceBuffer, 1, compSize, f)[m[K;
607 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
608mkdir -p engines/grim/emi/.deps
609x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/emi/.deps/meshb2obj.d" -MQ "engines/grim/emi/meshb2obj.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/emi/meshb2obj.cpp -o engines/grim/emi/meshb2obj.o
610mkdir -p engines/saga/.deps
611x86_64-pc-linux-gnu-g++ -MMD -MF "engines/saga/.deps/unpack_amiga.d" -MQ "engines/saga/unpack_amiga.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/saga/unpack_amiga.cpp -o engines/saga/unpack_amiga.o
612[01m[Kengines/saga/unpack_amiga.cpp:[m[K In function ‘[01m[Kint[01;32m[K main[m[K(int, char**)[m[K’:
613[01m[Kengines/saga/unpack_amiga.cpp:50:15:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
614 50 | [01;35m[Kfread (rtnbuf, 1, sz, rtnfin)[m[K;
615 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~~~~~~[m[K
616[01m[Kengines/saga/unpack_amiga.cpp:82:30:[m[K [01;35m[Kwarning: [m[Kignoring return value of ‘[01m[Ksize_t[01;32m[K fread[m[K(void*, size_t, size_t, FILE*)[m[K’ declared with attribute ‘[01m[Kwarn_unused_result[m[K’ [[01;35m[K-Wunused-result[m[K]
617 82 | [01;35m[Kfread(buf, csz, 1, finH)[m[K;
618 | [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~[m[K
619mkdir -p engines/saga/.deps
620x86_64-pc-linux-gnu-g++ -MMD -MF "engines/saga/.deps/unpack_saga.d" -MQ "engines/saga/unpack_saga.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/saga/unpack_saga.cpp -o engines/saga/unpack_saga.o
621mkdir -p engines/grim/emi/.deps
622x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/emi/.deps/sklb2txt.d" -MQ "engines/grim/emi/sklb2txt.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/emi/sklb2txt.cpp -o engines/grim/emi/sklb2txt.o
623mkdir -p engines/grim/emi/.deps
624x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/emi/.deps/til2bmp.d" -MQ "engines/grim/emi/til2bmp.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/emi/til2bmp.cpp -o engines/grim/emi/til2bmp.o
625mkdir -p engines/grim/.deps
626x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/patchr.d" -MQ "engines/grim/patchr.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/patchr.cpp -o engines/grim/patchr.o
627mkdir -p engines/grim/.deps
628x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/.deps/unlab.d" -MQ "engines/grim/unlab.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/unlab.cpp -o engines/grim/unlab.o
629mkdir -p engines/grim/emi/.deps
630x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/emi/.deps/setb2set.d" -MQ "engines/grim/emi/setb2set.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/emi/setb2set.cpp -o engines/grim/emi/setb2set.o
631mkdir -p decompiler/.deps
632x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/disassembler.d" -MQ "decompiler/disassembler.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/disassembler.cpp -o decompiler/disassembler.o
633In file included from [01m[Kdecompiler/instruction.h:32[m[K,
634 from [01m[Kdecompiler/disassembler.h:28[m[K,
635 from [01m[Kdecompiler/disassembler.cpp:22[m[K:
636[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
637 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
638 | [01;35m[K^~~~~[m[K
639[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
640 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
641 | [01;35m[K^~~~~[m[K
642[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
643 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
644 | [01;35m[K^~~~~[m[K
645[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
646 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
647 | [01;35m[K^~~~~[m[K
648[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
649 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
650 | [01;35m[K^~~~~[m[K
651[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
652 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
653 | [01;35m[K^~~~~[m[K
654[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
655 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
656 | [01;35m[K^~~~~[m[K
657[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
658 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
659 | [01;35m[K^~~~~[m[K
660[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
661 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
662 | [01;35m[K^~~~~[m[K
663[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
664 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
665 | [01;35m[K^~~~~[m[K
666[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
667 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
668 | [01;35m[K^~~~~[m[K
669[01m[Kdecompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
670 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
671 | [01;35m[K^~~~~[m[K
672mkdir -p decompiler/.deps
673x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/unknown_opcode.d" -MQ "decompiler/unknown_opcode.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/unknown_opcode.cpp -o decompiler/unknown_opcode.o
674mkdir -p decompiler/.deps
675x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/simple_disassembler.d" -MQ "decompiler/simple_disassembler.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/simple_disassembler.cpp -o decompiler/simple_disassembler.o
676In file included from [01m[Kdecompiler/instruction.h:32[m[K,
677 from [01m[Kdecompiler/disassembler.h:28[m[K,
678 from [01m[Kdecompiler/simple_disassembler.h:25[m[K,
679 from [01m[Kdecompiler/simple_disassembler.cpp:22[m[K:
680[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
681 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
682 | [01;35m[K^~~~~[m[K
683[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
684 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
685 | [01;35m[K^~~~~[m[K
686[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
687 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
688 | [01;35m[K^~~~~[m[K
689[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
690 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
691 | [01;35m[K^~~~~[m[K
692[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
693 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
694 | [01;35m[K^~~~~[m[K
695[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
696 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
697 | [01;35m[K^~~~~[m[K
698[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
699 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
700 | [01;35m[K^~~~~[m[K
701[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
702 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
703 | [01;35m[K^~~~~[m[K
704[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
705 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
706 | [01;35m[K^~~~~[m[K
707[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
708 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
709 | [01;35m[K^~~~~[m[K
710[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
711 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
712 | [01;35m[K^~~~~[m[K
713[01m[Kdecompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
714 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
715 | [01;35m[K^~~~~[m[K
716mkdir -p decompiler/.deps
717x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/reassembler.d" -MQ "decompiler/reassembler.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/reassembler.cpp -o decompiler/reassembler.o
718In file included from [01m[Kdecompiler/instruction.h:32[m[K,
719 from [01m[Kdecompiler/disassembler.h:28[m[K,
720 from [01m[Kdecompiler/reassembler.h:29[m[K,
721 from [01m[Kdecompiler/reassembler.cpp:22[m[K:
722[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
723 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
724 | [01;35m[K^~~~~[m[K
725[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
726 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
727 | [01;35m[K^~~~~[m[K
728[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
729 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
730 | [01;35m[K^~~~~[m[K
731[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
732 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
733 | [01;35m[K^~~~~[m[K
734[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
735 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
736 | [01;35m[K^~~~~[m[K
737[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
738 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
739 | [01;35m[K^~~~~[m[K
740[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
741 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
742 | [01;35m[K^~~~~[m[K
743[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
744 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
745 | [01;35m[K^~~~~[m[K
746[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
747 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
748 | [01;35m[K^~~~~[m[K
749[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
750 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
751 | [01;35m[K^~~~~[m[K
752[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
753 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
754 | [01;35m[K^~~~~[m[K
755[01m[Kdecompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
756 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
757 | [01;35m[K^~~~~[m[K
758mkdir -p decompiler/.deps
759x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/value.d" -MQ "decompiler/value.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/value.cpp -o decompiler/value.o
760In file included from [01m[Kdecompiler/value.cpp:22[m[K:
761[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
762 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
763 | [01;35m[K^~~~~[m[K
764[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
765 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
766 | [01;35m[K^~~~~[m[K
767[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
768 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
769 | [01;35m[K^~~~~[m[K
770[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
771 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
772 | [01;35m[K^~~~~[m[K
773[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
774 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
775 | [01;35m[K^~~~~[m[K
776[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
777 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
778 | [01;35m[K^~~~~[m[K
779[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
780 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
781 | [01;35m[K^~~~~[m[K
782[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
783 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
784 | [01;35m[K^~~~~[m[K
785[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
786 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
787 | [01;35m[K^~~~~[m[K
788[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
789 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
790 | [01;35m[K^~~~~[m[K
791[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
792 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
793 | [01;35m[K^~~~~[m[K
794[01m[Kdecompiler/value.cpp:71:29:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
795 71 | bool Value::isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException) {
796 | [01;35m[K^~~~~[m[K
797[01m[Kdecompiler/value.cpp:75:26:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
798 75 | int32 Value::getSigned() [01;35m[Kthrow[m[K(WrongTypeException) {
799 | [01;35m[K^~~~~[m[K
800[01m[Kdecompiler/value.cpp:79:29:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
801 79 | uint32 Value::getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException) {
802 | [01;35m[K^~~~~[m[K
803[01m[Kdecompiler/value.cpp:89:26:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
804 89 | ValuePtr Value::negate() [01;35m[Kthrow[m[K(WrongTypeException) {
805 | [01;35m[K^~~~~[m[K
806[01m[Kdecompiler/value.cpp:107:32:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
807 107 | bool IntValue::isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException) {
808 | [01;35m[K^~~~~[m[K
809[01m[Kdecompiler/value.cpp:111:29:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
810 111 | int32 IntValue::getSigned() [01;35m[Kthrow[m[K(WrongTypeException) {
811 | [01;35m[K^~~~~[m[K
812[01m[Kdecompiler/value.cpp:115:32:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
813 115 | uint32 IntValue::getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException) {
814 | [01;35m[K^~~~~[m[K
815[01m[Kdecompiler/value.cpp:135:33:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
816 135 | int32 AddressValue::getSigned() [01;35m[Kthrow[m[K(WrongTypeException) {
817 | [01;35m[K^~~~~[m[K
818[01m[Kdecompiler/value.cpp:151:39:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
819 151 | uint32 RelAddressValue::getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException) {
820 | [01;35m[K^~~~~[m[K
821[01m[Kdecompiler/value.cpp:207:34:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
822 207 | ValuePtr BinaryOpValue::negate() [01;35m[Kthrow[m[K(WrongTypeException) {
823 | [01;35m[K^~~~~[m[K
824[01m[Kdecompiler/value.cpp:232:33:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
825 232 | ValuePtr NegatedValue::negate() [01;35m[Kthrow[m[K(WrongTypeException) {
826 | [01;35m[K^~~~~[m[K
827mkdir -p decompiler/groovie/.deps
828x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/groovie/.deps/disassembler.d" -MQ "decompiler/groovie/disassembler.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/groovie/disassembler.cpp -o decompiler/groovie/disassembler.o
829In file included from [01m[K./decompiler/instruction.h:32[m[K,
830 from [01m[K./decompiler/disassembler.h:28[m[K,
831 from [01m[K./decompiler/reassembler.h:29[m[K,
832 from [01m[Kdecompiler/groovie/disassembler.h:25[m[K,
833 from [01m[Kdecompiler/groovie/disassembler.cpp:22[m[K:
834[01m[K./decompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
835 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
836 | [01;35m[K^~~~~[m[K
837[01m[K./decompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
838 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
839 | [01;35m[K^~~~~[m[K
840[01m[K./decompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
841 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
842 | [01;35m[K^~~~~[m[K
843[01m[K./decompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
844 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
845 | [01;35m[K^~~~~[m[K
846[01m[K./decompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
847 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
848 | [01;35m[K^~~~~[m[K
849[01m[K./decompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
850 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
851 | [01;35m[K^~~~~[m[K
852[01m[K./decompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
853 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
854 | [01;35m[K^~~~~[m[K
855[01m[K./decompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
856 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
857 | [01;35m[K^~~~~[m[K
858[01m[K./decompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
859 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
860 | [01;35m[K^~~~~[m[K
861[01m[K./decompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
862 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
863 | [01;35m[K^~~~~[m[K
864[01m[K./decompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
865 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
866 | [01;35m[K^~~~~[m[K
867[01m[K./decompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
868 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
869 | [01;35m[K^~~~~[m[K
870[01m[Kdecompiler/groovie/disassembler.h:39:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
871 39 | void doDisassemble() [01;35m[Kthrow[m[K(UnknownOpcodeException);
872 | [01;35m[K^~~~~[m[K
873[01m[Kdecompiler/groovie/disassembler.h:40:63:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
874 40 | GroovieOpcode getInstruction(const std::string &name) [01;35m[Kthrow[m[K(std::exception);
875 | [01;35m[K^~~~~[m[K
876[01m[Kdecompiler/groovie/disassembler.h:41:143:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
877 41 | void doAssembly(const std::string &label, std::string &instruction, const std::vector<std::string> &args, const std::string &comment) [01;35m[Kthrow[m[K(std::exception);
878 | [01;35m[K^~~~~[m[K
879[01m[Kdecompiler/groovie/disassembler.cpp:[m[K In member function ‘[01m[KInstPtr Groovie::GroovieDisassembler::[01;32m[KreadInstruction[m[K()[m[K’:
880[01m[Kdecompiler/groovie/disassembler.cpp:99:40:[m[K [01;35m[Kwarning: [m[Kcatching polymorphic type ‘[01m[Kclass Common::FileException[m[K’ by value [[01;35m[K-Wcatch-value=[m[K]
881 99 | } catch (Common::FileException [01;35m[Ke[m[K) {
882 | [01;35m[K^[m[K
883[01m[Kdecompiler/groovie/disassembler.cpp:[m[K At global scope:
884[01m[Kdecompiler/groovie/disassembler.cpp:337:43:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
885 337 | void GroovieDisassembler::doDisassemble() [01;35m[Kthrow[m[K (UnknownOpcodeException) {
886 | [01;35m[K^~~~~[m[K
887[01m[Kdecompiler/groovie/disassembler.cpp:363:76:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
888 363 | GroovieOpcode GroovieDisassembler::getInstruction(const std::string &name) [01;35m[Kthrow[m[K(std::exception) {
889 | [01;35m[K^~~~~[m[K
890[01m[Kdecompiler/groovie/disassembler.cpp:372:156:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
891 372 | void GroovieDisassembler::doAssembly(const std::string &label, std::string &instruction, const std::vector<std::string> &args, const std::string &comment) [01;35m[Kthrow[m[K(std::exception) {
892 | [01;35m[K^~~~~[m[K
893mkdir -p decompiler/.deps
894x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/graph.d" -MQ "decompiler/graph.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/graph.cpp -o decompiler/graph.o
895In file included from [01m[Kdecompiler/instruction.h:32[m[K,
896 from [01m[Kdecompiler/graph.h:25[m[K,
897 from [01m[Kdecompiler/graph.cpp:22[m[K:
898[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
899 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
900 | [01;35m[K^~~~~[m[K
901[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
902 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
903 | [01;35m[K^~~~~[m[K
904[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
905 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
906 | [01;35m[K^~~~~[m[K
907[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
908 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
909 | [01;35m[K^~~~~[m[K
910[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
911 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
912 | [01;35m[K^~~~~[m[K
913[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
914 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
915 | [01;35m[K^~~~~[m[K
916[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
917 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
918 | [01;35m[K^~~~~[m[K
919[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
920 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
921 | [01;35m[K^~~~~[m[K
922[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
923 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
924 | [01;35m[K^~~~~[m[K
925[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
926 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
927 | [01;35m[K^~~~~[m[K
928[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
929 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
930 | [01;35m[K^~~~~[m[K
931In file included from [01m[Kdecompiler/engine.h:25[m[K,
932 from [01m[Kdecompiler/graph.cpp:23[m[K:
933[01m[Kdecompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
934 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
935 | [01;35m[K^~~~~[m[K
936mkdir -p decompiler/.deps
937x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/instruction.d" -MQ "decompiler/instruction.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/instruction.cpp -o decompiler/instruction.o
938In file included from [01m[Kdecompiler/instruction.h:32[m[K,
939 from [01m[Kdecompiler/instruction.cpp:22[m[K:
940[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
941 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
942 | [01;35m[K^~~~~[m[K
943[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
944 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
945 | [01;35m[K^~~~~[m[K
946[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
947 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
948 | [01;35m[K^~~~~[m[K
949[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
950 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
951 | [01;35m[K^~~~~[m[K
952[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
953 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
954 | [01;35m[K^~~~~[m[K
955[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
956 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
957 | [01;35m[K^~~~~[m[K
958[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
959 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
960 | [01;35m[K^~~~~[m[K
961[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
962 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
963 | [01;35m[K^~~~~[m[K
964[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
965 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
966 | [01;35m[K^~~~~[m[K
967[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
968 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
969 | [01;35m[K^~~~~[m[K
970[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
971 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
972 | [01;35m[K^~~~~[m[K
973In file included from [01m[Kdecompiler/engine.h:25[m[K,
974 from [01m[Kdecompiler/instruction.cpp:24[m[K:
975[01m[Kdecompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
976 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
977 | [01;35m[K^~~~~[m[K
978mkdir -p decompiler/.deps
979x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/control_flow.d" -MQ "decompiler/control_flow.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/control_flow.cpp -o decompiler/control_flow.o
980In file included from [01m[Kdecompiler/instruction.h:32[m[K,
981 from [01m[Kdecompiler/graph.h:25[m[K,
982 from [01m[Kdecompiler/control_flow.h:25[m[K,
983 from [01m[Kdecompiler/control_flow.cpp:22[m[K:
984[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
985 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
986 | [01;35m[K^~~~~[m[K
987[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
988 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
989 | [01;35m[K^~~~~[m[K
990[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
991 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
992 | [01;35m[K^~~~~[m[K
993[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
994 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
995 | [01;35m[K^~~~~[m[K
996[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
997 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
998 | [01;35m[K^~~~~[m[K
999[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1000 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1001 | [01;35m[K^~~~~[m[K
1002[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1003 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1004 | [01;35m[K^~~~~[m[K
1005[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1006 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1007 | [01;35m[K^~~~~[m[K
1008[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1009 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1010 | [01;35m[K^~~~~[m[K
1011[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1012 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1013 | [01;35m[K^~~~~[m[K
1014[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1015 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1016 | [01;35m[K^~~~~[m[K
1017In file included from [01m[Kdecompiler/engine.h:25[m[K,
1018 from [01m[Kdecompiler/control_flow.h:26[m[K:
1019[01m[Kdecompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1020 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1021 | [01;35m[K^~~~~[m[K
1022mkdir -p decompiler/.deps
1023x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/codegen.d" -MQ "decompiler/codegen.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/codegen.cpp -o decompiler/codegen.o
1024In file included from [01m[Kdecompiler/instruction.h:32[m[K,
1025 from [01m[Kdecompiler/graph.h:25[m[K,
1026 from [01m[Kdecompiler/codegen.h:22[m[K,
1027 from [01m[Kdecompiler/codegen.cpp:22[m[K:
1028[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1029 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1030 | [01;35m[K^~~~~[m[K
1031[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1032 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1033 | [01;35m[K^~~~~[m[K
1034[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1035 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1036 | [01;35m[K^~~~~[m[K
1037[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1038 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1039 | [01;35m[K^~~~~[m[K
1040[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1041 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1042 | [01;35m[K^~~~~[m[K
1043[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1044 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1045 | [01;35m[K^~~~~[m[K
1046[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1047 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1048 | [01;35m[K^~~~~[m[K
1049[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1050 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1051 | [01;35m[K^~~~~[m[K
1052[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1053 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1054 | [01;35m[K^~~~~[m[K
1055[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1056 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1057 | [01;35m[K^~~~~[m[K
1058[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1059 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1060 | [01;35m[K^~~~~[m[K
1061In file included from [01m[Kdecompiler/engine.h:25[m[K,
1062 from [01m[Kdecompiler/codegen.cpp:23[m[K:
1063[01m[Kdecompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1064 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1065 | [01;35m[K^~~~~[m[K
1066mkdir -p decompiler/groovie/.deps
1067x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/groovie/.deps/engine.d" -MQ "decompiler/groovie/engine.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/groovie/engine.cpp -o decompiler/groovie/engine.o
1068In file included from [01m[K./decompiler/instruction.h:32[m[K,
1069 from [01m[K./decompiler/disassembler.h:28[m[K,
1070 from [01m[K./decompiler/engine.h:25[m[K,
1071 from [01m[Kdecompiler/groovie/engine.h:25[m[K,
1072 from [01m[Kdecompiler/groovie/engine.cpp:22[m[K:
1073[01m[K./decompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1074 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1075 | [01;35m[K^~~~~[m[K
1076[01m[K./decompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1077 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1078 | [01;35m[K^~~~~[m[K
1079[01m[K./decompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1080 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1081 | [01;35m[K^~~~~[m[K
1082[01m[K./decompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1083 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1084 | [01;35m[K^~~~~[m[K
1085[01m[K./decompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1086 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1087 | [01;35m[K^~~~~[m[K
1088[01m[K./decompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1089 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1090 | [01;35m[K^~~~~[m[K
1091[01m[K./decompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1092 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1093 | [01;35m[K^~~~~[m[K
1094[01m[K./decompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1095 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1096 | [01;35m[K^~~~~[m[K
1097[01m[K./decompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1098 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1099 | [01;35m[K^~~~~[m[K
1100[01m[K./decompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1101 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1102 | [01;35m[K^~~~~[m[K
1103[01m[K./decompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1104 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1105 | [01;35m[K^~~~~[m[K
1106[01m[K./decompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1107 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1108 | [01;35m[K^~~~~[m[K
1109In file included from [01m[Kdecompiler/groovie/engine.cpp:23[m[K:
1110[01m[Kdecompiler/groovie/disassembler.h:39:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1111 39 | void doDisassemble() [01;35m[Kthrow[m[K(UnknownOpcodeException);
1112 | [01;35m[K^~~~~[m[K
1113[01m[Kdecompiler/groovie/disassembler.h:40:63:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1114 40 | GroovieOpcode getInstruction(const std::string &name) [01;35m[Kthrow[m[K(std::exception);
1115 | [01;35m[K^~~~~[m[K
1116[01m[Kdecompiler/groovie/disassembler.h:41:143:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1117 41 | void doAssembly(const std::string &label, std::string &instruction, const std::vector<std::string> &args, const std::string &comment) [01;35m[Kthrow[m[K(std::exception);
1118 | [01;35m[K^~~~~[m[K
1119mkdir -p ./.deps
1120x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/create_sjisfnt.d" -MQ "create_sjisfnt.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -UICONV_USES_CONST -c create_sjisfnt.cpp -o create_sjisfnt.o
1121x86_64-pc-linux-gnu-g++ -o decine engines/cine/decine.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1122mkdir -p ./.deps
1123x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/version.d" -MQ "version.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c version.cpp -o version.o
1124mkdir -p decompiler/kyra/.deps
1125x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/kyra/.deps/codegen.d" -MQ "decompiler/kyra/codegen.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/kyra/codegen.cpp -o decompiler/kyra/codegen.o
1126In file included from [01m[Kdecompiler/kyra/../instruction.h:32[m[K,
1127 from [01m[Kdecompiler/kyra/../graph.h:25[m[K,
1128 from [01m[Kdecompiler/kyra/../codegen.h:22[m[K,
1129 from [01m[Kdecompiler/kyra/codegen.h:25[m[K,
1130 from [01m[Kdecompiler/kyra/codegen.cpp:22[m[K:
1131[01m[Kdecompiler/kyra/../value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1132 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1133 | [01;35m[K^~~~~[m[K
1134[01m[Kdecompiler/kyra/../value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1135 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1136 | [01;35m[K^~~~~[m[K
1137[01m[Kdecompiler/kyra/../value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1138 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1139 | [01;35m[K^~~~~[m[K
1140[01m[Kdecompiler/kyra/../value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1141 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1142 | [01;35m[K^~~~~[m[K
1143[01m[Kdecompiler/kyra/../value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1144 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1145 | [01;35m[K^~~~~[m[K
1146[01m[Kdecompiler/kyra/../value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1147 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1148 | [01;35m[K^~~~~[m[K
1149[01m[Kdecompiler/kyra/../value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1150 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1151 | [01;35m[K^~~~~[m[K
1152[01m[Kdecompiler/kyra/../value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1153 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1154 | [01;35m[K^~~~~[m[K
1155[01m[Kdecompiler/kyra/../value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1156 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1157 | [01;35m[K^~~~~[m[K
1158[01m[Kdecompiler/kyra/../value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1159 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1160 | [01;35m[K^~~~~[m[K
1161[01m[Kdecompiler/kyra/../value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1162 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1163 | [01;35m[K^~~~~[m[K
1164In file included from [01m[K./decompiler/engine.h:25[m[K,
1165 from [01m[Kdecompiler/kyra/engine.h:25[m[K,
1166 from [01m[Kdecompiler/kyra/codegen.cpp:23[m[K:
1167[01m[K./decompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1168 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1169 | [01;35m[K^~~~~[m[K
1170x86_64-pc-linux-gnu-g++ -o dekyra engines/kyra/dekyra.o engines/kyra/dekyra_v1.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1171mkdir -p decompiler/.deps
1172x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/.deps/decompiler.d" -MQ "decompiler/decompiler.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/decompiler.cpp -o decompiler/decompiler.o
1173In file included from [01m[Kdecompiler/instruction.h:32[m[K,
1174 from [01m[Kdecompiler/disassembler.h:28[m[K,
1175 from [01m[Kdecompiler/decompiler.cpp:24[m[K:
1176[01m[Kdecompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1177 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1178 | [01;35m[K^~~~~[m[K
1179[01m[Kdecompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1180 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1181 | [01;35m[K^~~~~[m[K
1182[01m[Kdecompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1183 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1184 | [01;35m[K^~~~~[m[K
1185[01m[Kdecompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1186 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1187 | [01;35m[K^~~~~[m[K
1188[01m[Kdecompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1189 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1190 | [01;35m[K^~~~~[m[K
1191[01m[Kdecompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1192 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1193 | [01;35m[K^~~~~[m[K
1194[01m[Kdecompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1195 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1196 | [01;35m[K^~~~~[m[K
1197[01m[Kdecompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1198 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1199 | [01;35m[K^~~~~[m[K
1200[01m[Kdecompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1201 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1202 | [01;35m[K^~~~~[m[K
1203[01m[Kdecompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1204 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1205 | [01;35m[K^~~~~[m[K
1206[01m[Kdecompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1207 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1208 | [01;35m[K^~~~~[m[K
1209[01m[Kdecompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1210 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1211 | [01;35m[K^~~~~[m[K
1212mkdir -p decompiler/kyra/.deps
1213x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/kyra/.deps/engine.d" -MQ "decompiler/kyra/engine.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/kyra/engine.cpp -o decompiler/kyra/engine.o
1214In file included from [01m[K./decompiler/instruction.h:32[m[K,
1215 from [01m[K./decompiler/disassembler.h:28[m[K,
1216 from [01m[K./decompiler/engine.h:25[m[K,
1217 from [01m[Kdecompiler/kyra/engine.h:25[m[K,
1218 from [01m[Kdecompiler/kyra/engine.cpp:22[m[K:
1219[01m[K./decompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1220 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1221 | [01;35m[K^~~~~[m[K
1222[01m[K./decompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1223 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1224 | [01;35m[K^~~~~[m[K
1225[01m[K./decompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1226 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1227 | [01;35m[K^~~~~[m[K
1228[01m[K./decompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1229 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1230 | [01;35m[K^~~~~[m[K
1231[01m[K./decompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1232 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1233 | [01;35m[K^~~~~[m[K
1234[01m[K./decompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1235 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1236 | [01;35m[K^~~~~[m[K
1237[01m[K./decompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1238 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1239 | [01;35m[K^~~~~[m[K
1240[01m[K./decompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1241 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1242 | [01;35m[K^~~~~[m[K
1243[01m[K./decompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1244 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1245 | [01;35m[K^~~~~[m[K
1246[01m[K./decompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1247 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1248 | [01;35m[K^~~~~[m[K
1249[01m[K./decompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1250 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1251 | [01;35m[K^~~~~[m[K
1252[01m[K./decompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1253 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1254 | [01;35m[K^~~~~[m[K
1255In file included from [01m[Kdecompiler/kyra/engine.cpp:23[m[K:
1256[01m[Kdecompiler/kyra/disassembler.h:97:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1257 97 | void doDisassemble() [01;35m[Kthrow[m[K(std::exception);
1258 | [01;35m[K^~~~~[m[K
1259mkdir -p decompiler/kyra/.deps
1260x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/kyra/.deps/disassembler.d" -MQ "decompiler/kyra/disassembler.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/kyra/disassembler.cpp -o decompiler/kyra/disassembler.o
1261In file included from [01m[K./decompiler/instruction.h:32[m[K,
1262 from [01m[K./decompiler/disassembler.h:28[m[K,
1263 from [01m[Kdecompiler/kyra/disassembler.h:25[m[K,
1264 from [01m[Kdecompiler/kyra/disassembler.cpp:22[m[K:
1265[01m[K./decompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1266 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1267 | [01;35m[K^~~~~[m[K
1268[01m[K./decompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1269 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1270 | [01;35m[K^~~~~[m[K
1271[01m[K./decompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1272 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1273 | [01;35m[K^~~~~[m[K
1274[01m[K./decompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1275 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1276 | [01;35m[K^~~~~[m[K
1277[01m[K./decompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1278 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1279 | [01;35m[K^~~~~[m[K
1280[01m[K./decompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1281 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1282 | [01;35m[K^~~~~[m[K
1283[01m[K./decompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1284 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1285 | [01;35m[K^~~~~[m[K
1286[01m[K./decompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1287 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1288 | [01;35m[K^~~~~[m[K
1289[01m[K./decompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1290 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1291 | [01;35m[K^~~~~[m[K
1292[01m[K./decompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1293 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1294 | [01;35m[K^~~~~[m[K
1295[01m[K./decompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1296 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1297 | [01;35m[K^~~~~[m[K
1298[01m[K./decompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1299 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1300 | [01;35m[K^~~~~[m[K
1301[01m[Kdecompiler/kyra/disassembler.h:97:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1302 97 | void doDisassemble() [01;35m[Kthrow[m[K(std::exception);
1303 | [01;35m[K^~~~~[m[K
1304[01m[Kdecompiler/kyra/disassembler.cpp:279:47:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1305 279 | void Kyra::Kyra2Disassembler::doDisassemble() [01;35m[Kthrow[m[K(std::exception) {
1306 | [01;35m[K^~~~~[m[K
1307x86_64-pc-linux-gnu-g++ -o deprince engines/prince/deprince.o engines/prince/flags.o engines/prince/utils.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1308x86_64-pc-linux-gnu-g++ -o gob_loadcalc engines/gob/gob_loadcalc.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1309x86_64-pc-linux-gnu-g++ -o extract_gob_cdi engines/gob/extract_gob_cdi.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1310x86_64-pc-linux-gnu-g++ -o desword2 engines/sword2/desword2.o tool.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1311mkdir -p decompiler/scummv6/.deps
1312x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/scummv6/.deps/codegen.d" -MQ "decompiler/scummv6/codegen.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/scummv6/codegen.cpp -o decompiler/scummv6/codegen.o
1313In file included from [01m[Kdecompiler/scummv6/../instruction.h:32[m[K,
1314 from [01m[Kdecompiler/scummv6/../graph.h:25[m[K,
1315 from [01m[Kdecompiler/scummv6/../codegen.h:22[m[K,
1316 from [01m[Kdecompiler/scummv6/codegen.h:25[m[K,
1317 from [01m[Kdecompiler/scummv6/codegen.cpp:22[m[K:
1318[01m[Kdecompiler/scummv6/../value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1319 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1320 | [01;35m[K^~~~~[m[K
1321[01m[Kdecompiler/scummv6/../value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1322 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1323 | [01;35m[K^~~~~[m[K
1324[01m[Kdecompiler/scummv6/../value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1325 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1326 | [01;35m[K^~~~~[m[K
1327[01m[Kdecompiler/scummv6/../value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1328 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1329 | [01;35m[K^~~~~[m[K
1330[01m[Kdecompiler/scummv6/../value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1331 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1332 | [01;35m[K^~~~~[m[K
1333[01m[Kdecompiler/scummv6/../value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1334 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1335 | [01;35m[K^~~~~[m[K
1336[01m[Kdecompiler/scummv6/../value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1337 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1338 | [01;35m[K^~~~~[m[K
1339[01m[Kdecompiler/scummv6/../value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1340 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1341 | [01;35m[K^~~~~[m[K
1342[01m[Kdecompiler/scummv6/../value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1343 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1344 | [01;35m[K^~~~~[m[K
1345[01m[Kdecompiler/scummv6/../value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1346 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1347 | [01;35m[K^~~~~[m[K
1348[01m[Kdecompiler/scummv6/../value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1349 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1350 | [01;35m[K^~~~~[m[K
1351[01m[Kdecompiler/scummv6/codegen.cpp:[m[K In member function ‘[01m[Kvirtual void Scumm::v6::Scummv6CodeGenerator::[01;32m[KprocessSpecialMetadata[m[K(InstPtr, char, int)[m[K’:
1352[01m[Kdecompiler/scummv6/codegen.cpp:259:23:[m[K [01;35m[Kwarning: [m[Kthis statement may fall through [[01;35m[K-Wimplicit-fallthrough=[m[K]
1353 259 | [01;35m[KaddArg(inst->_params[0])[m[K;
1354 | [01;35m[K~~~~~~^~~~~~~~~~~~~~~~~~[m[K
1355[01m[Kdecompiler/scummv6/codegen.cpp:260:9:[m[K [01;36m[Knote: [m[Khere
1356 260 | [01;36m[Kcase[m[K 'v':
1357 | [01;36m[K^~~~[m[K
1358mkdir -p decompiler/scummv6/.deps
1359x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/scummv6/.deps/engine.d" -MQ "decompiler/scummv6/engine.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/scummv6/engine.cpp -o decompiler/scummv6/engine.o
1360In file included from [01m[Kdecompiler/scummv6/../instruction.h:32[m[K,
1361 from [01m[Kdecompiler/scummv6/../disassembler.h:28[m[K,
1362 from [01m[Kdecompiler/scummv6/../engine.h:25[m[K,
1363 from [01m[Kdecompiler/scummv6/engine.h:25[m[K,
1364 from [01m[Kdecompiler/scummv6/engine.cpp:22[m[K:
1365[01m[Kdecompiler/scummv6/../value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1366 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1367 | [01;35m[K^~~~~[m[K
1368[01m[Kdecompiler/scummv6/../value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1369 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1370 | [01;35m[K^~~~~[m[K
1371[01m[Kdecompiler/scummv6/../value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1372 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1373 | [01;35m[K^~~~~[m[K
1374[01m[Kdecompiler/scummv6/../value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1375 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1376 | [01;35m[K^~~~~[m[K
1377[01m[Kdecompiler/scummv6/../value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1378 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1379 | [01;35m[K^~~~~[m[K
1380[01m[Kdecompiler/scummv6/../value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1381 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1382 | [01;35m[K^~~~~[m[K
1383[01m[Kdecompiler/scummv6/../value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1384 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1385 | [01;35m[K^~~~~[m[K
1386[01m[Kdecompiler/scummv6/../value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1387 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1388 | [01;35m[K^~~~~[m[K
1389[01m[Kdecompiler/scummv6/../value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1390 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1391 | [01;35m[K^~~~~[m[K
1392[01m[Kdecompiler/scummv6/../value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1393 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1394 | [01;35m[K^~~~~[m[K
1395[01m[Kdecompiler/scummv6/../value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1396 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1397 | [01;35m[K^~~~~[m[K
1398[01m[Kdecompiler/scummv6/../disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1399 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1400 | [01;35m[K^~~~~[m[K
1401In file included from [01m[Kdecompiler/scummv6/engine.cpp:23[m[K:
1402[01m[Kdecompiler/scummv6/disassembler.h:44:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1403 44 | void doDisassemble() [01;35m[Kthrow[m[K(std::exception);
1404 | [01;35m[K^~~~~[m[K
1405x86_64-pc-linux-gnu-g++ -o descumm engines/scumm/descumm.o engines/scumm/descumm6.o engines/scumm/descumm-common.o engines/scumm/descumm-tool.o tool.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1406x86_64-pc-linux-gnu-g++ -o extract_ngi engines/ngi/extract_ngi.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1407x86_64-pc-linux-gnu-g++ -o extract_hadesch engines/hadesch/extract_hadesch.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1408x86_64-pc-linux-gnu-g++ -o scummvm-tools-cli main_cli.o scummvm-tools-cli.o engines/agos/compress_agos.o engines/bladerunner/pack_bladerunner.o engines/gob/compress_gob.o engines/gob/extract_fascination_cd.o engines/hdb/extract_hdb.o engines/kyra/compress_kyra.o engines/queen/compress_queen.o engines/saga/compress_saga.o engines/sci/compress_sci.o engines/scumm/compress_scumm_san.o engines/scumm/compress_scumm_sou.o engines/sword1/compress_sword1.o engines/sword2/compress_sword2.o engines/tinsel/compress_tinsel.o engines/tony/compress_tony.o engines/tony/compress_tony_vdb.o engines/touche/compress_touche.o engines/tucker/compress_tucker.o engines/agos/extract_agos.o engines/asylum/extract_asylum.o engines/cge/extract_cge.o engines/cge/pack_cge.o engines/cine/extract_cine.o engines/cruise/extract_cruise_pc.o engines/cryo/extract_cryo.o engines/gob/extract_gob_stk.o engines/kyra/extract_kyra.o engines/prince/extract_prince.o engines/prince/pack_prince.o engines/prince/utils.o engines/parallaction/extract_parallaction.o engines/scumm/extract_loom_tg16.o engines/scumm/extract_mm_apple.o engines/scumm/extract_mm_c64.o engines/scumm/extract_mm_nes.o engines/scumm/extract_scumm_mac.o engines/scumm/extract_zak_c64.o engines/kyra/kyra_ins.o engines/kyra/kyra_pak.o compress.o tool.o tools.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o encode_dxa.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -lvorbisfile -lvorbis -lvorbisenc -logg -lFLAC -logg -lmad -lpng16 -lz -lfreetype
1409engines/scumm/extract_loom_tg16.cpp:75:8: error: type ‘struct t_resource’ violates the C++ One Definition Rule [-Werror=odr]
1410 75 | struct t_resource {
1411 | ^
1412engines/scumm/extract_mm_nes.h:58:8: note: a different type is defined in another translation unit
1413 58 | struct t_resource {
1414 | ^
1415engines/scumm/extract_loom_tg16.cpp:76:16: note: the first difference of corresponding definitions is field ‘offset’
1416 76 | uint32 offset[NUM_ISOS];
1417 | ^
1418engines/scumm/extract_mm_nes.h:59:16: note: a field of same name but different type is defined in another translation unit
1419 59 | uint32 offset;
1420 | ^
1421engines/scumm/extract_loom_tg16.cpp:56:14: error: type ‘_res_type’ violates the C++ One Definition Rule [-Werror=odr]
1422 56 | typedef enum _res_type {
1423 | ^
1424engines/scumm/extract_mm_nes.h:29:14: note: an enum with different value name is defined in another translation unit
1425 29 | typedef enum _res_type {
1426 | ^
1427engines/scumm/extract_loom_tg16.cpp:57:9: note: name ‘RES_GLOBDATA’ differs from name ‘NES_UNKNOWN’ defined in another translation unit
1428 57 | RES_GLOBDATA = 0,
1429 | ^
1430engines/scumm/extract_mm_nes.h:30:9: note: mismatching definition
1431 30 | NES_UNKNOWN,
1432 | ^
1433lto1: some warnings being treated as errors
1434lto-wrapper: fatal error: x86_64-pc-linux-gnu-g++ returned 1 exit status
1435compilation terminated.
1436/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: error: lto-wrapper failed
1437collect2: error: ld returned 1 exit status
1438make: *** [Makefile.common:504: scummvm-tools-cli] Error 1
1439x86_64-pc-linux-gnu-g++ -o extract_lokalizator engines/scumm/extract_lokalizator.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1440x86_64-pc-linux-gnu-g++ -o msn_convert_mod common/file.o common/util.o engines/supernova/convert_mod.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1441x86_64-pc-linux-gnu-g++ -o extract_hadesch_img engines/hadesch/extract_hadesch_img.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -lvorbisfile -lvorbis -lvorbisenc -logg -lFLAC -logg -lmad -lpng16 -lz -lfreetype
1442x86_64-pc-linux-gnu-g++ -o extract_mohawk engines/mohawk/archive.o engines/mohawk/extract_mohawk.o engines/mohawk/utils.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1443x86_64-pc-linux-gnu-g++ -o grim_animb2txt engines/grim/emi/animb2txt.o engines/grim/lab.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1444x86_64-pc-linux-gnu-g++ -o extract_mps engines/mads/extract_mps.o common/dcl.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1445x86_64-pc-linux-gnu-g++ -o construct_mohawk engines/mohawk/construct_mohawk.o engines/mohawk/utils.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1446x86_64-pc-linux-gnu-g++ -o grim_bm2bmp engines/grim/bm2bmp.o engines/grim/lab.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1447x86_64-pc-linux-gnu-g++ -o grim_imc2wav engines/grim/imc2wav.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1448x86_64-pc-linux-gnu-g++ -o grim_int2flt engines/grim/int2flt.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1449x86_64-pc-linux-gnu-g++ -o grim_cosb2cos engines/grim/emi/cosb2cos.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1450In member function ‘readFromFile’,
1451 inlined from ‘readFromFile’ at engines/grim/emi/cosb2cos.cpp:131:27,
1452 inlined from ‘main’ at engines/grim/emi/cosb2cos.cpp:213:16:
1453engines/grim/emi/cosb2cos.cpp:102:52: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
1454 102 | _tracks = new ChoreTrack[_numTracks];
1455 | ^
1456/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/new: In function ‘main’:
1457/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/new:128:26: note: in a call to allocation function ‘operator new []’ declared here
1458 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
1459 | ^
1460x86_64-pc-linux-gnu-g++ -o detwine engines/twine/detwine.o engines/twine/hqr.o engines/twine/lba1.o engines/twine/lba2.o tool.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1461x86_64-pc-linux-gnu-g++ -o grim_mklab engines/grim/mklab.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1462x86_64-pc-linux-gnu-g++ -o grim_meshb2obj engines/grim/emi/meshb2obj.o engines/grim/lab.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1463engines/grim/emi/meshb2obj.cpp: In function ‘main’:
1464engines/grim/emi/meshb2obj.cpp:72:60: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
1465 72 | std::string *texNames = new std::string[numTextures];
1466 | ^
1467/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/new:128:26: note: in a call to allocation function ‘operator new []’ declared here
1468 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
1469 | ^
1470x86_64-pc-linux-gnu-g++ -o grim_set2fig engines/grim/set2fig.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1471x86_64-pc-linux-gnu-g++ -o grim_diffr engines/grim/diffr.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o common/zlib.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -lvorbisfile -lvorbis -lvorbisenc -logg -lFLAC -logg -lmad -lpng16 -lz -lfreetype
1472x86_64-pc-linux-gnu-g++ -o grim_patchex engines/grim/patchex/patchex.o engines/grim/patchex/mszipd.o engines/grim/patchex/cabd.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1473x86_64-pc-linux-gnu-g++ -o grim_sklb2txt engines/grim/emi/sklb2txt.o engines/grim/lab.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1474mkdir -p decompiler/scummv6/.deps
1475x86_64-pc-linux-gnu-g++ -MMD -MF "decompiler/scummv6/.deps/disassembler.d" -MQ "decompiler/scummv6/disassembler.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c decompiler/scummv6/disassembler.cpp -o decompiler/scummv6/disassembler.o
1476In file included from [01m[K./decompiler/instruction.h:32[m[K,
1477 from [01m[K./decompiler/disassembler.h:28[m[K,
1478 from [01m[K./decompiler/simple_disassembler.h:25[m[K,
1479 from [01m[Kdecompiler/scummv6/disassembler.h:25[m[K,
1480 from [01m[Kdecompiler/scummv6/disassembler.cpp:27[m[K:
1481[01m[K./decompiler/value.h:93:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1482 93 | virtual bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1483 | [01;35m[K^~~~~[m[K
1484[01m[K./decompiler/value.h:101:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1485 101 | virtual int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1486 | [01;35m[K^~~~~[m[K
1487[01m[K./decompiler/value.h:109:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1488 109 | virtual uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1489 | [01;35m[K^~~~~[m[K
1490[01m[K./decompiler/value.h:140:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1491 140 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1492 | [01;35m[K^~~~~[m[K
1493[01m[K./decompiler/value.h:189:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1494 189 | bool isSignedValue() [01;35m[Kthrow[m[K(WrongTypeException);
1495 | [01;35m[K^~~~~[m[K
1496[01m[K./decompiler/value.h:190:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1497 190 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1498 | [01;35m[K^~~~~[m[K
1499[01m[K./decompiler/value.h:191:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1500 191 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1501 | [01;35m[K^~~~~[m[K
1502[01m[K./decompiler/value.h:211:27:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1503 211 | int32 getSigned() [01;35m[Kthrow[m[K(WrongTypeException);
1504 | [01;35m[K^~~~~[m[K
1505[01m[K./decompiler/value.h:235:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1506 235 | uint32 getUnsigned() [01;35m[Kthrow[m[K(WrongTypeException);
1507 | [01;35m[K^~~~~[m[K
1508[01m[K./decompiler/value.h:338:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1509 338 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1510 | [01;35m[K^~~~~[m[K
1511[01m[K./decompiler/value.h:380:35:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1512 380 | virtual ValuePtr negate() [01;35m[Kthrow[m[K(WrongTypeException);
1513 | [01;35m[K^~~~~[m[K
1514[01m[K./decompiler/disassembler.h:47:38:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1515 47 | virtual void doDisassemble() [01;35m[Kthrow[m[K(std::exception) = 0;
1516 | [01;35m[K^~~~~[m[K
1517[01m[Kdecompiler/scummv6/disassembler.h:44:30:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1518 44 | void doDisassemble() [01;35m[Kthrow[m[K(std::exception);
1519 | [01;35m[K^~~~~[m[K
1520[01m[Kdecompiler/scummv6/disassembler.cpp:32:54:[m[K [01;35m[Kwarning: [m[Kdynamic exception specifications are deprecated in C++11 [[01;35m[K-Wdeprecated[m[K]
1521 32 | void Scumm::v6::Scummv6Disassembler::doDisassemble() [01;35m[Kthrow[m[K(std::exception) {
1522 | [01;35m[K^~~~~[m[K
1523x86_64-pc-linux-gnu-g++ -o grim_patchr engines/grim/patchr.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o common/zlib.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -lvorbisfile -lvorbis -lvorbisenc -logg -lFLAC -logg -lmad -lpng16 -lz -lfreetype
1524x86_64-pc-linux-gnu-g++ -o grim_til2bmp engines/grim/emi/til2bmp.o engines/grim/lab.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -lvorbisfile -lvorbis -lvorbisenc -logg -lFLAC -logg -lmad -lpng16 -lz -lfreetype
1525x86_64-pc-linux-gnu-g++ -o grim_vima engines/grim/vima.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1526x86_64-pc-linux-gnu-g++ -o saga_unpack_amiga engines/saga/unpack_amiga.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1527x86_64-pc-linux-gnu-g++ -o grim_unlab engines/grim/unlab.o engines/grim/lab.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1528x86_64-pc-linux-gnu-g++ -o grim_setb2set engines/grim/emi/setb2set.o engines/grim/lab.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1529x86_64-pc-linux-gnu-g++ -o saga_unpack engines/saga/unpack_saga.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1530x86_64-pc-linux-gnu-g++ -o scummvm-tools gui/configuration.o gui/gui_tools.o gui/main.o gui/pages.o engines/agos/compress_agos.o engines/bladerunner/pack_bladerunner.o engines/gob/compress_gob.o engines/gob/extract_fascination_cd.o engines/hdb/extract_hdb.o engines/kyra/compress_kyra.o engines/queen/compress_queen.o engines/saga/compress_saga.o engines/sci/compress_sci.o engines/scumm/compress_scumm_san.o engines/scumm/compress_scumm_sou.o engines/sword1/compress_sword1.o engines/sword2/compress_sword2.o engines/tinsel/compress_tinsel.o engines/tony/compress_tony.o engines/tony/compress_tony_vdb.o engines/touche/compress_touche.o engines/tucker/compress_tucker.o engines/agos/extract_agos.o engines/asylum/extract_asylum.o engines/cge/extract_cge.o engines/cge/pack_cge.o engines/cine/extract_cine.o engines/cruise/extract_cruise_pc.o engines/cryo/extract_cryo.o engines/gob/extract_gob_stk.o engines/kyra/extract_kyra.o engines/prince/extract_prince.o engines/prince/pack_prince.o engines/prince/utils.o engines/parallaction/extract_parallaction.o engines/scumm/extract_loom_tg16.o engines/scumm/extract_mm_apple.o engines/scumm/extract_mm_c64.o engines/scumm/extract_mm_nes.o engines/scumm/extract_scumm_mac.o engines/scumm/extract_zak_c64.o engines/kyra/kyra_ins.o engines/kyra/kyra_pak.o compress.o tool.o tools.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o encode_dxa.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.2-gtk3 -lwx_gtk3u_html-3.2-gtk3 -lwx_gtk3u_qa-3.2-gtk3 -lwx_gtk3u_core-3.2-gtk3 -lwx_baseu_xml-3.2-gtk3 -lwx_baseu_net-3.2-gtk3 -lwx_baseu-3.2-gtk3 -lvorbisfile -lvorbis -lvorbisenc -logg -lFLAC -logg -lmad -lpng16 -lz -lfreetype
1531engines/scumm/extract_loom_tg16.cpp:75:8: error: type ‘struct t_resource’ violates the C++ One Definition Rule [-Werror=odr]
1532 75 | struct t_resource {
1533 | ^
1534engines/scumm/extract_mm_nes.h:58:8: note: a different type is defined in another translation unit
1535 58 | struct t_resource {
1536 | ^
1537engines/scumm/extract_loom_tg16.cpp:76:16: note: the first difference of corresponding definitions is field ‘offset’
1538 76 | uint32 offset[NUM_ISOS];
1539 | ^
1540engines/scumm/extract_mm_nes.h:59:16: note: a field of same name but different type is defined in another translation unit
1541 59 | uint32 offset;
1542 | ^
1543engines/scumm/extract_loom_tg16.cpp:56:14: error: type ‘_res_type’ violates the C++ One Definition Rule [-Werror=odr]
1544 56 | typedef enum _res_type {
1545 | ^
1546engines/scumm/extract_mm_nes.h:29:14: note: an enum with different value name is defined in another translation unit
1547 29 | typedef enum _res_type {
1548 | ^
1549engines/scumm/extract_loom_tg16.cpp:57:9: note: name ‘RES_GLOBDATA’ differs from name ‘NES_UNKNOWN’ defined in another translation unit
1550 57 | RES_GLOBDATA = 0,
1551 | ^
1552engines/scumm/extract_mm_nes.h:30:9: note: mismatching definition
1553 30 | NES_UNKNOWN,
1554 | ^
1555lto1: some warnings being treated as errors
1556lto-wrapper: fatal error: x86_64-pc-linux-gnu-g++ returned 1 exit status
1557compilation terminated.
1558/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: error: lto-wrapper failed
1559collect2: error: ld returned 1 exit status
1560make: *** [Makefile.common:504: scummvm-tools] Error 1
1561x86_64-pc-linux-gnu-g++ -o create_sjisfnt create_sjisfnt.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -lfreetype
1562x86_64-pc-linux-gnu-g++ -o grim_delua engines/grim/delua.o engines/grim/lua/lapi.o engines/grim/lua/lauxlib.o engines/grim/lua/lbuffer.o engines/grim/lua/lbuiltin.o engines/grim/lua/ldo.o engines/grim/lua/lfunc.o engines/grim/lua/lgc.o engines/grim/lua/liolib.o engines/grim/lua/llex.o engines/grim/lua/lmathlib.o engines/grim/lua/lmem.o engines/grim/lua/lobject.o engines/grim/lua/lparser.o engines/grim/lua/lstate.o engines/grim/lua/lstring.o engines/grim/lua/lstrlib.o engines/grim/lua/ltable.o engines/grim/lua/ltask.o engines/grim/lua/ltm.o engines/grim/lua/lundump.o engines/grim/lua/lvm.o engines/grim/lua/lzio.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1563x86_64-pc-linux-gnu-g++ -o degob engines/gob/degob.o engines/gob/degob_script.o engines/gob/degob_script_v1.o engines/gob/degob_script_v2.o engines/gob/degob_script_v3.o engines/gob/degob_script_v4.o engines/gob/degob_script_v5.o engines/gob/degob_script_v6.o engines/gob/degob_script_v7.o engines/gob/degob_script_bargon.o engines/gob/degob_script_fascin.o engines/gob/degob_script_geisha.o engines/gob/degob_script_littlered.o tool.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm
1564x86_64-pc-linux-gnu-g++ -o decompile common/file.o decompiler/codegen.o decompiler/control_flow.o decompiler/decompiler.o decompiler/disassembler.o decompiler/reassembler.o decompiler/graph.o decompiler/instruction.o decompiler/simple_disassembler.o decompiler/unknown_opcode.o decompiler/value.o decompiler/groovie/disassembler.o decompiler/groovie/engine.o decompiler/kyra/codegen.o decompiler/kyra/disassembler.o decompiler/kyra/engine.o decompiler/scummv6/codegen.o decompiler/scummv6/disassembler.o decompiler/scummv6/engine.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -lboost_program_options
1565make: Target 'all' not remade because of errors.
1566 [31;01m*[0m ERROR: games-engines/scummvm-tools-2.7.0_p1::gentoo failed (compile phase):
1567 [31;01m*[0m emake failed
1568 [31;01m*[0m
1569 [31;01m*[0m If you need support, post the output of `emerge --info '=games-engines/scummvm-tools-2.7.0_p1::gentoo'`,
1570 [31;01m*[0m the complete build log and the output of `emerge -pqv '=games-engines/scummvm-tools-2.7.0_p1::gentoo'`.
1571 [31;01m*[0m The complete build log is located at '/var/log/portage/build/games-engines/scummvm-tools-2.7.0_p1:20240322-015743.log'.
1572 [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/temp/build.log'.
1573 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/temp/environment'.
1574 [31;01m*[0m Working directory: '/var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work/scummvm-tools-2.7.0'
1575 [31;01m*[0m S: '/var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work/scummvm-tools-2.7.0'
1576[32m * [39;49;00mPackage: games-engines/scummvm-tools-2.7.0_p1:0
1577[32m * [39;49;00mRepository: gentoo
1578[32m * [39;49;00mMaintainer: games@gentoo.org
1579[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc flac iconv kernel_linux mad png vorbis
1580[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
1581>>> Compiling source in /var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work/scummvm-tools-2.7.0 ...
1582make -j8 -k -O
1583mkdir -p engines/grim/luac/.deps
1584x86_64-pc-linux-gnu-g++ -MMD -MF "engines/grim/luac/.deps/dump.d" -MQ "engines/grim/luac/dump.o" -MP -Wall -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wformat -Werror=format-security -DNDEBUG -g -W -Wno-unused-parameter -Wno-empty-body -std=c++11 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/include/libpng16 -c engines/grim/luac/dump.cpp -o engines/grim/luac/dump.o
1585[01m[Kengines/grim/luac/dump.cpp:[m[K In function ‘[01m[Kvoid[01;32m[K DumpFloat[m[K(float, FILE*)[m[K’:
1586[01m[Kengines/grim/luac/dump.cpp:31:31:[m[K [01;31m[Kerror: [m[Kdereferencing type-punned pointer will break strict-aliasing rules [[01;31m[K-Werror=strict-aliasing[m[K]
1587 31 | WRITE_LE_UINT32(out, *[01;31m[K(uint32*)(&f)[m[K);
1588 | [01;31m[K^~~~~~~~~~~~~[m[K
1589cc1plus: some warnings being treated as errors
1590make: *** [Makefile.common:531: engines/grim/luac/dump.o] Error 1
1591x86_64-pc-linux-gnu-g++ -o scummvm-tools-cli main_cli.o scummvm-tools-cli.o engines/agos/compress_agos.o engines/bladerunner/pack_bladerunner.o engines/gob/compress_gob.o engines/gob/extract_fascination_cd.o engines/hdb/extract_hdb.o engines/kyra/compress_kyra.o engines/queen/compress_queen.o engines/saga/compress_saga.o engines/sci/compress_sci.o engines/scumm/compress_scumm_san.o engines/scumm/compress_scumm_sou.o engines/sword1/compress_sword1.o engines/sword2/compress_sword2.o engines/tinsel/compress_tinsel.o engines/tony/compress_tony.o engines/tony/compress_tony_vdb.o engines/touche/compress_touche.o engines/tucker/compress_tucker.o engines/agos/extract_agos.o engines/asylum/extract_asylum.o engines/cge/extract_cge.o engines/cge/pack_cge.o engines/cine/extract_cine.o engines/cruise/extract_cruise_pc.o engines/cryo/extract_cryo.o engines/gob/extract_gob_stk.o engines/kyra/extract_kyra.o engines/prince/extract_prince.o engines/prince/pack_prince.o engines/prince/utils.o engines/parallaction/extract_parallaction.o engines/scumm/extract_loom_tg16.o engines/scumm/extract_mm_apple.o engines/scumm/extract_mm_c64.o engines/scumm/extract_mm_nes.o engines/scumm/extract_scumm_mac.o engines/scumm/extract_zak_c64.o engines/kyra/kyra_ins.o engines/kyra/kyra_pak.o compress.o tool.o tools.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o encode_dxa.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -lvorbisfile -lvorbis -lvorbisenc -logg -lFLAC -logg -lmad -lpng16 -lz -lfreetype
1592engines/scumm/extract_loom_tg16.cpp:75:8: error: type ‘struct t_resource’ violates the C++ One Definition Rule [-Werror=odr]
1593 75 | struct t_resource {
1594 | ^
1595engines/scumm/extract_mm_nes.h:58:8: note: a different type is defined in another translation unit
1596 58 | struct t_resource {
1597 | ^
1598engines/scumm/extract_loom_tg16.cpp:76:16: note: the first difference of corresponding definitions is field ‘offset’
1599 76 | uint32 offset[NUM_ISOS];
1600 | ^
1601engines/scumm/extract_mm_nes.h:59:16: note: a field of same name but different type is defined in another translation unit
1602 59 | uint32 offset;
1603 | ^
1604engines/scumm/extract_loom_tg16.cpp:56:14: error: type ‘_res_type’ violates the C++ One Definition Rule [-Werror=odr]
1605 56 | typedef enum _res_type {
1606 | ^
1607engines/scumm/extract_mm_nes.h:29:14: note: an enum with different value name is defined in another translation unit
1608 29 | typedef enum _res_type {
1609 | ^
1610engines/scumm/extract_loom_tg16.cpp:57:9: note: name ‘RES_GLOBDATA’ differs from name ‘NES_UNKNOWN’ defined in another translation unit
1611 57 | RES_GLOBDATA = 0,
1612 | ^
1613engines/scumm/extract_mm_nes.h:30:9: note: mismatching definition
1614 30 | NES_UNKNOWN,
1615 | ^
1616lto1: some warnings being treated as errors
1617lto-wrapper: fatal error: x86_64-pc-linux-gnu-g++ returned 1 exit status
1618compilation terminated.
1619/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: error: lto-wrapper failed
1620collect2: error: ld returned 1 exit status
1621make: *** [Makefile.common:504: scummvm-tools-cli] Error 1
1622x86_64-pc-linux-gnu-g++ -o scummvm-tools gui/configuration.o gui/gui_tools.o gui/main.o gui/pages.o engines/agos/compress_agos.o engines/bladerunner/pack_bladerunner.o engines/gob/compress_gob.o engines/gob/extract_fascination_cd.o engines/hdb/extract_hdb.o engines/kyra/compress_kyra.o engines/queen/compress_queen.o engines/saga/compress_saga.o engines/sci/compress_sci.o engines/scumm/compress_scumm_san.o engines/scumm/compress_scumm_sou.o engines/sword1/compress_sword1.o engines/sword2/compress_sword2.o engines/tinsel/compress_tinsel.o engines/tony/compress_tony.o engines/tony/compress_tony_vdb.o engines/touche/compress_touche.o engines/tucker/compress_tucker.o engines/agos/extract_agos.o engines/asylum/extract_asylum.o engines/cge/extract_cge.o engines/cge/pack_cge.o engines/cine/extract_cine.o engines/cruise/extract_cruise_pc.o engines/cryo/extract_cryo.o engines/gob/extract_gob_stk.o engines/kyra/extract_kyra.o engines/prince/extract_prince.o engines/prince/pack_prince.o engines/prince/utils.o engines/parallaction/extract_parallaction.o engines/scumm/extract_loom_tg16.o engines/scumm/extract_mm_apple.o engines/scumm/extract_mm_c64.o engines/scumm/extract_mm_nes.o engines/scumm/extract_scumm_mac.o engines/scumm/extract_zak_c64.o engines/kyra/kyra_ins.o engines/kyra/kyra_pak.o compress.o tool.o tools.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/stream.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o encode_dxa.o -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -lm -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.2-gtk3 -lwx_gtk3u_html-3.2-gtk3 -lwx_gtk3u_qa-3.2-gtk3 -lwx_gtk3u_core-3.2-gtk3 -lwx_baseu_xml-3.2-gtk3 -lwx_baseu_net-3.2-gtk3 -lwx_baseu-3.2-gtk3 -lvorbisfile -lvorbis -lvorbisenc -logg -lFLAC -logg -lmad -lpng16 -lz -lfreetype
1623engines/scumm/extract_loom_tg16.cpp:75:8: error: type ‘struct t_resource’ violates the C++ One Definition Rule [-Werror=odr]
1624 75 | struct t_resource {
1625 | ^
1626engines/scumm/extract_mm_nes.h:58:8: note: a different type is defined in another translation unit
1627 58 | struct t_resource {
1628 | ^
1629engines/scumm/extract_loom_tg16.cpp:76:16: note: the first difference of corresponding definitions is field ‘offset’
1630 76 | uint32 offset[NUM_ISOS];
1631 | ^
1632engines/scumm/extract_mm_nes.h:59:16: note: a field of same name but different type is defined in another translation unit
1633 59 | uint32 offset;
1634 | ^
1635engines/scumm/extract_loom_tg16.cpp:56:14: error: type ‘_res_type’ violates the C++ One Definition Rule [-Werror=odr]
1636 56 | typedef enum _res_type {
1637 | ^
1638engines/scumm/extract_mm_nes.h:29:14: note: an enum with different value name is defined in another translation unit
1639 29 | typedef enum _res_type {
1640 | ^
1641engines/scumm/extract_loom_tg16.cpp:57:9: note: name ‘RES_GLOBDATA’ differs from name ‘NES_UNKNOWN’ defined in another translation unit
1642 57 | RES_GLOBDATA = 0,
1643 | ^
1644engines/scumm/extract_mm_nes.h:30:9: note: mismatching definition
1645 30 | NES_UNKNOWN,
1646 | ^
1647lto1: some warnings being treated as errors
1648lto-wrapper: fatal error: x86_64-pc-linux-gnu-g++ returned 1 exit status
1649compilation terminated.
1650/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: error: lto-wrapper failed
1651collect2: error: ld returned 1 exit status
1652make: *** [Makefile.common:504: scummvm-tools] Error 1
1653make: Target 'all' not remade because of errors.
1654 [31;01m*[0m ERROR: games-engines/scummvm-tools-2.7.0_p1::gentoo failed (compile phase):
1655 [31;01m*[0m emake failed
1656 [31;01m*[0m
1657 [31;01m*[0m If you need support, post the output of `emerge --info '=games-engines/scummvm-tools-2.7.0_p1::gentoo'`,
1658 [31;01m*[0m the complete build log and the output of `emerge -pqv '=games-engines/scummvm-tools-2.7.0_p1::gentoo'`.
1659 [31;01m*[0m The complete build log is located at '/var/log/portage/build/games-engines/scummvm-tools-2.7.0_p1:20240322-015743.log'.
1660 [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/temp/build.log'.
1661 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/temp/environment'.
1662 [31;01m*[0m Working directory: '/var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work/scummvm-tools-2.7.0'
1663 [31;01m*[0m S: '/var/tmp/portage/games-engines/scummvm-tools-2.7.0_p1/work/scummvm-tools-2.7.0'