openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 19:29
Overview
Data
Wrapper Log
1Using Python: python3
2make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=mingw-w64 \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8make[1]: Entering directory '/home/openmsx/openMSX'
9Using Python: python3
10make -f build/3rdparty.mk \
11 BUILD_PATH=derived/x86_64-mingw-w64-opt-3rd/3rdparty \
12 OPENMSX_TARGET_CPU=x86_64 \
13 OPENMSX_TARGET_OS=mingw-w64 \
14 _CC=x86_64-w64-mingw32-gcc _CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
15 _LDFLAGS="-m64" \
16 WINDRES=x86_64-w64-mingw32-windres \
17 LINK_MODE=3RD_STA \
18 PYTHON=python3
19make[2]: Entering directory '/home/openmsx/openMSX'
20make[2]: Nothing to be done for 'all'.
21make[2]: Leaving directory '/home/openmsx/openMSX'
22make[1]: Leaving directory '/home/openmsx/openMSX'
23make -f build/main.mk bindist \
24 OPENMSX_TARGET_CPU=x86_64 \
25 OPENMSX_TARGET_OS=mingw-w64 \
26 OPENMSX_FLAVOUR=opt \
27 3RDPARTY_FLAG=true \
28 PYTHON=python3
29make[1]: Entering directory '/home/openmsx/openMSX'
30Using Python: python3
31Build configuration:
32Updating derived/x86_64-mingw-w64-opt-3rd/config/Version.ii...
33 Platform: x86_64-mingw-w64
34 Flavour: opt
35 Compiler: x86_64-w64-mingw32-g++
36 Subset: full build
37Compiling Version.cc...
38Compiling sound/YM2413NukeYKT.cc...
39Compiling sound/YM2413OriginalNukeYKT.cc...
40Compiling sound/YMF262.cc...
41Compiling sound/YMF278.cc...
42Compiling utils/Base64.cc...
43Compiling utils/Date.cc...
44Compiling utils/DeltaBlock.cc...
45Compiling utils/HexDump.cc...
46Compiling utils/MemoryOps.cc...
47Compiling utils/SerializeBuffer.cc...
48Compiling utils/TigerTree.cc...
49Compiling utils/lz4.cc...
50Compiling utils/rapidsax.cc...
51Compiling utils/sha1.cc...
52Compiling utils/tiger.cc...
53Compiling utils/win32-arggen.cc...
54Compiling video/ADVram.cc...
55Compiling video/AviRecorder.cc...
56Compiling video/AviWriter.cc...
57Compiling video/BitmapConverter.cc...
58Compiling video/CharacterConverter.cc...
59Compiling video/Deflicker.cc...
60src/video/Deflicker.cc: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
61src/video/Deflicker.cc:175:22: required from 'const void* openmsx::DeflickerImpl<Pixel>::getLineInfo(unsigned int, unsigned int&, void*, unsigned int) const [with Pixel = unsigned int]'
62src/video/Deflicker.cc:23:28: required from here
63src/video/Deflicker.cc:79:50: warning: parameter 'blendMask' set but not used [-Wunused-but-set-parameter]
64 79 | static __m128i blend(__m128i x, __m128i y, Pixel blendMask)
65 | ~~~~~~^~~~~~~~~
66Compiling video/Display.cc...
67Compiling video/DummyRenderer.cc...
68Compiling video/DummyVideoSystem.cc...
69Compiling video/FBPostProcessor.cc...
70Compiling video/FrameSource.cc...
71Compiling video/GLContext.cc...
72In file included from src/video/FrameSource.cc:4:
73src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
74src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
75src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
76src/video/FrameSource.cc:182:9: required from 'void openmsx::FrameSource::scaleLine(const Pixel*, Pixel*, unsigned int, unsigned int) const [with Pixel = unsigned int]'
77src/video/FrameSource.cc:356:96: required from here
78src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
79 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
80 | ~~~~~~^~~~
81Compiling video/GLImage.cc...
82Compiling video/GLPostProcessor.cc...
83Compiling video/GLSnow.cc...
84Compiling video/GLUtil.cc...
85Compiling video/OutputSurface.cc...
86Compiling video/PNG.cc...
87Compiling video/PixelRenderer.cc...
88src/video/GLPostProcessor.cc: In member function 'void openmsx::GLPostProcessor::preCalcNoise(float)':
89src/video/GLPostProcessor.cc:400:32: warning: 'distribution.std::normal_distribution<float>::_M_saved' may be used uninitialized in this function [-Wmaybe-uninitialized]
90 400 | int s = std::clamp(int(roundf(r * factor)), -255, 255);
91 | ~~~~~~^~~~~~~~~~~~
92Compiling video/PostProcessor.cc...
93Compiling video/RawFrame.cc...
94Compiling video/RenderSettings.cc...
95Compiling video/RendererFactory.cc...
96Compiling video/SDLGLOffScreenSurface.cc...
97Compiling video/SDLGLVisibleSurface.cc...
98Compiling video/SDLImage.cc...
99Compiling video/SDLOffScreenSurface.cc...
100Compiling video/SDLOutputSurface.cc...
101Compiling video/SDLRasterizer.cc...
102Compiling video/SDLSnow.cc...
103Compiling video/SDLVideoSystem.cc...
104Compiling video/SDLVisibleSurface.cc...
105Compiling video/SDLVisibleSurfaceBase.cc...
106Compiling video/SpriteChecker.cc...
107Compiling video/SuperImposedFrame.cc...
108Compiling video/SuperImposedVideoFrame.cc...
109Compiling video/VDP.cc...
110Compiling video/VDPAccessSlots.cc...
111Compiling video/VDPCmdEngine.cc...
112Compiling video/VDPVRAM.cc...
113Compiling video/VideoLayer.cc...
114Compiling video/VisibleSurface.cc...
115Compiling video/ZMBVEncoder.cc...
116Compiling video/ld/LDDummyRenderer.cc...
117Compiling video/ld/LDPixelRenderer.cc...
118Compiling video/ld/LDSDLRasterizer.cc...
119Compiling video/scalers/DirectScalerOutput.cc...
120Compiling video/scalers/GLDefaultScaler.cc...
121Compiling video/scalers/GLHQLiteScaler.cc...
122Compiling video/scalers/GLHQScaler.cc...
123Compiling video/scalers/GLRGBScaler.cc...
124Compiling video/scalers/GLSaIScaler.cc...
125Compiling video/scalers/GLScaleNxScaler.cc...
126Compiling video/scalers/GLScaler.cc...
127Compiling video/scalers/GLScalerFactory.cc...
128Compiling video/scalers/GLSimpleScaler.cc...
129Compiling video/scalers/GLTVScaler.cc...
130Compiling video/scalers/HQ2xLiteScaler.cc...
131Compiling video/scalers/HQ2xScaler.cc...
132Compiling video/scalers/HQ3xLiteScaler.cc...
133In file included from src/video/scalers/HQCommon.hh:6,
134 from src/video/scalers/HQ2xLiteScaler.cc:14:
135src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
136src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
137src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
138src/video/scalers/LineScalers.hh:325:3: required from 'void openmsx::PolyScale<Pixel, Scaler>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; Scaler = openmsx::Scale_2on1<unsigned int>; size_t = long long unsigned int]'
139src/video/scalers/LineScalers.hh:323:7: required from here
140src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
141 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
142 | ~~~~~~^~~~
143In file included from src/video/scalers/HQCommon.hh:6,
144 from src/video/scalers/HQ2xScaler.cc:12:
145src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
146src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
147src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
148src/video/scalers/LineScalers.hh:325:3: required from 'void openmsx::PolyScale<Pixel, Scaler>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; Scaler = openmsx::Scale_2on1<unsigned int>; size_t = long long unsigned int]'
149src/video/scalers/LineScalers.hh:323:7: required from here
150src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
151 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
152 | ~~~~~~^~~~
153In file included from src/video/scalers/HQCommon.hh:6,
154 from src/video/scalers/HQ3xLiteScaler.cc:12:
155src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
156src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
157src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
158src/video/scalers/LineScalers.hh:325:3: required from 'void openmsx::PolyScale<Pixel, Scaler>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; Scaler = openmsx::Scale_2on1<unsigned int>; size_t = long long unsigned int]'
159src/video/scalers/LineScalers.hh:323:7: required from here
160src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
161 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
162 | ~~~~~~^~~~
163Compiling video/scalers/HQ3xScaler.cc...
164Compiling video/scalers/MLAAScaler.cc...
165In file included from src/video/scalers/HQCommon.hh:6,
166 from src/video/scalers/HQ3xScaler.cc:12:
167src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
168src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
169src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
170src/video/scalers/LineScalers.hh:325:3: required from 'void openmsx::PolyScale<Pixel, Scaler>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; Scaler = openmsx::Scale_2on1<unsigned int>; size_t = long long unsigned int]'
171src/video/scalers/LineScalers.hh:323:7: required from here
172src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
173 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
174 | ~~~~~~^~~~
175Compiling video/scalers/Multiply32.cc...
176Compiling video/scalers/RGBTriplet3xScaler.cc...
177Compiling video/scalers/SaI2xScaler.cc...
178In file included from src/video/scalers/RGBTriplet3xScaler.cc:3:
179src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
180src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
181src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
182src/video/scalers/LineScalers.hh:325:3: required from 'void openmsx::PolyScale<Pixel, Scaler>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; Scaler = openmsx::Scale_2on1<unsigned int>; size_t = long long unsigned int]'
183src/video/scalers/LineScalers.hh:323:7: required from here
184src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
185 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
186 | ~~~~~~^~~~
187Compiling video/scalers/SaI3xScaler.cc...
188Compiling video/scalers/Scale2xScaler.cc...
189Compiling video/scalers/Scale3xScaler.cc...
190src/video/scalers/Scale2xScaler.cc: In instantiation of 'void openmsx::scale1(__m128i&, __m128i&, __m128i&, __m128i&, __m128i&, __m128i*, __m128i*) [with Pixel = short unsigned int; bool DOUBLE_X = false; __m128i = __vector(2) long long int]':
191src/video/scalers/Scale2xScaler.cc:186:26: required from 'void openmsx::scaleSSE(Pixel*, Pixel*, const Pixel*, const Pixel*, const Pixel*, size_t) [with bool DOUBLE_X = false; Pixel = short unsigned int; int SHIFT = 14; size_t = long long unsigned int]'
192src/video/scalers/Scale2xScaler.cc:277:17: required from 'void openmsx::Scale2xScaler<Pixel>::scaleLine_1on1(Pixel*, Pixel*, const Pixel*, const Pixel*, const Pixel*, size_t) [with Pixel = short unsigned int; size_t = long long unsigned int]'
193src/video/scalers/Scale2xScaler.cc:375:16: required from here
194src/video/scalers/Scale2xScaler.cc:123:10: warning: variable 'b' set but not used [-Wunused-but-set-variable]
195 123 | __m128i b = select(mid, top, cndB);
196 | ^
197src/video/scalers/Scale2xScaler.cc:125:10: warning: variable 'd' set but not used [-Wunused-but-set-variable]
198 125 | __m128i d = select(mid, bottom, cndD);
199 | ^
200src/video/scalers/Scale2xScaler.cc: In instantiation of 'void openmsx::scale1(__m128i&, __m128i&, __m128i&, __m128i&, __m128i&, __m128i*, __m128i*) [with Pixel = unsigned int; bool DOUBLE_X = false; __m128i = __vector(2) long long int]':
201src/video/scalers/Scale2xScaler.cc:186:26: required from 'void openmsx::scaleSSE(Pixel*, Pixel*, const Pixel*, const Pixel*, const Pixel*, size_t) [with bool DOUBLE_X = false; Pixel = unsigned int; int SHIFT = 12; size_t = long long unsigned int]'
202src/video/scalers/Scale2xScaler.cc:277:17: required from 'void openmsx::Scale2xScaler<Pixel>::scaleLine_1on1(Pixel*, Pixel*, const Pixel*, const Pixel*, const Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
203src/video/scalers/Scale2xScaler.cc:378:16: required from here
204src/video/scalers/Scale2xScaler.cc:123:10: warning: variable 'b' set but not used [-Wunused-but-set-variable]
205 123 | __m128i b = select(mid, top, cndB);
206 | ^
207src/video/scalers/Scale2xScaler.cc:125:10: warning: variable 'd' set but not used [-Wunused-but-set-variable]
208 125 | __m128i d = select(mid, bottom, cndD);
209 | ^
210Compiling video/scalers/Scaler1.cc...
211Compiling video/scalers/Scaler2.cc...
212In file included from src/video/scalers/Scaler1.cc:2:
213src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
214src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
215src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
216src/video/scalers/LineScalers.hh:325:3: required from 'void openmsx::PolyScale<Pixel, Scaler>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; Scaler = openmsx::Scale_2on1<unsigned int>; size_t = long long unsigned int]'
217src/video/scalers/LineScalers.hh:323:7: required from here
218src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
219 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
220 | ~~~~~~^~~~
221In file included from src/video/scalers/Scaler2.cc:2:
222src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
223src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
224src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
225src/video/scalers/LineScalers.hh:325:3: required from 'void openmsx::PolyScale<Pixel, Scaler>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; Scaler = openmsx::Scale_2on1<unsigned int>; size_t = long long unsigned int]'
226src/video/scalers/LineScalers.hh:323:7: required from here
227src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
228 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
229 | ~~~~~~^~~~
230Compiling video/scalers/Scaler3.cc...
231Compiling video/scalers/ScalerFactory.cc...
232Compiling video/scalers/Scanline.cc...
233Compiling video/scalers/Simple2xScaler.cc...
234Compiling video/scalers/Simple3xScaler.cc...
235Compiling video/scalers/StretchScalerOutput.cc...
236Compiling video/scalers/SuperImposeScalerOutput.cc...
237Compiling video/v9990/V9990.cc...
238In file included from src/video/scalers/SuperImposeScalerOutput.hh:5,
239 from src/video/scalers/SuperImposeScalerOutput.cc:1:
240src/video/PixelOperations.hh: In instantiation of 'unsigned int openmsx::PixelOperations<Pixel>::alpha(Pixel) const [with Pixel = short unsigned int]':
241src/video/scalers/LineScalers.hh:1114:11: required from 'void openmsx::AlphaBlendLines<Pixel>::operator()(Pixel, const Pixel*, Pixel*, size_t) [with Pixel = short unsigned int; size_t = long long unsigned int]'
242src/video/scalers/SuperImposeScalerOutput.cc:72:14: required from 'void openmsx::SuperImposeScalerOutput<Pixel>::fillLine(unsigned int, Pixel) [with Pixel = short unsigned int]'
243src/video/scalers/SuperImposeScalerOutput.cc:96:16: required from here
244src/video/PixelOperations.hh:284:53: warning: parameter 'p' set but not used [-Wunused-but-set-parameter]
245 284 | inline unsigned PixelOperations<Pixel>::alpha(Pixel p) const
246 | ~~~~~~^
247src/video/PixelOperations.hh: In instantiation of 'static Pixel openmsx::PixelOperations<Pixel>::multiply(Pixel, unsigned int) [with Pixel = short unsigned int]':
248src/video/scalers/LineScalers.hh:1122:8: required from 'void openmsx::AlphaBlendLines<Pixel>::operator()(Pixel, const Pixel*, Pixel*, size_t) [with Pixel = short unsigned int; size_t = long long unsigned int]'
249src/video/scalers/SuperImposeScalerOutput.cc:72:14: required from 'void openmsx::SuperImposeScalerOutput<Pixel>::fillLine(unsigned int, Pixel) [with Pixel = short unsigned int]'
250src/video/scalers/SuperImposeScalerOutput.cc:96:16: required from here
251src/video/PixelOperations.hh:602:53: warning: parameter 'p' set but not used [-Wunused-but-set-parameter]
252 602 | inline Pixel PixelOperations<Pixel>::multiply(Pixel p, unsigned x)
253 | ~~~~~~^
254src/video/PixelOperations.hh:602:65: warning: parameter 'x' set but not used [-Wunused-but-set-parameter]
255 602 | inline Pixel PixelOperations<Pixel>::multiply(Pixel p, unsigned x)
256 | ~~~~~~~~~^
257Compiling video/v9990/V9990BitmapConverter.cc...
258Compiling video/v9990/V9990CmdEngine.cc...
259Compiling video/v9990/V9990DummyRenderer.cc...
260Compiling video/v9990/V9990PixelRenderer.cc...
261src/video/v9990/V9990CmdEngine.cc: In instantiation of 'void openmsx::V9990CmdEngine::executeSRCH(openmsx::EmuTime::param) [with Mode = openmsx::V9990CmdEngine::V9990Bpp16; openmsx::EmuTime::param = openmsx::EmuTime]':
262src/video/v9990/V9990CmdEngine.cc:1719:42: required from here
263src/video/v9990/V9990CmdEngine.cc:1534:22: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
264 1534 | typename Mode::Type mask = (1 << Mode::BITS_PER_PIXEL) -1;
265 | ^~~~
266Compiling video/v9990/V9990PxConverter.cc...
267Compiling video/v9990/V9990SDLRasterizer.cc...
268Compiling video/v9990/V9990VRAM.cc...
269src/video/v9990/V9990PxConverter.cc: In instantiation of 'void openmsx::renderPattern(openmsx::V9990VRAM&, Pixel*, openmsx::byte*, Pixel, int, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*, const Pixel*) [with Policy = openmsx::P1ForegroundPolicy; Pixel = short unsigned int; openmsx::byte = unsigned char]':
270src/video/v9990/V9990PxConverter.cc:191:23: required from 'void openmsx::renderPattern2(openmsx::V9990VRAM&, Pixel*, openmsx::byte*, Pixel, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*) [with Policy = openmsx::P1ForegroundPolicy; Pixel = short unsigned int; openmsx::byte = unsigned char]'
271src/video/v9990/V9990PxConverter.cc:307:36: required from 'void openmsx::V9990P1Converter<Pixel>::convertLine(Pixel*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, bool) [with Pixel = short unsigned int]'
272src/video/v9990/V9990PxConverter.cc:358:16: required from here
273src/video/v9990/V9990PxConverter.cc:131:8: warning: parameter 'bgCol' set but not used [-Wunused-but-set-parameter]
274 131 | Pixel bgCol, int width, unsigned x, unsigned y,
275 | ~~~~~~^~~~~
276src/video/v9990/V9990PxConverter.cc: In instantiation of 'void openmsx::renderPattern(openmsx::V9990VRAM&, Pixel*, openmsx::byte*, Pixel, int, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*, const Pixel*) [with Policy = openmsx::P1ForegroundPolicy; Pixel = unsigned int; openmsx::byte = unsigned char]':
277src/video/v9990/V9990PxConverter.cc:191:23: required from 'void openmsx::renderPattern2(openmsx::V9990VRAM&, Pixel*, openmsx::byte*, Pixel, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*) [with Policy = openmsx::P1ForegroundPolicy; Pixel = unsigned int; openmsx::byte = unsigned char]'
278src/video/v9990/V9990PxConverter.cc:307:36: required from 'void openmsx::V9990P1Converter<Pixel>::convertLine(Pixel*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, bool) [with Pixel = unsigned int]'
279src/video/v9990/V9990PxConverter.cc:362:16: required from here
280src/video/v9990/V9990PxConverter.cc:131:8: warning: parameter 'bgCol' set but not used [-Wunused-but-set-parameter]
281Compiling video/v9990/Video9000.cc...
282Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
283Compiling resources...
284Linking openmsx.exe...
285Removing any old binary package...
286Creating binary package:
287 Executable...
288 Data files...
289 Documentation...
290 C-BIOS...
291 Creating symlinks...
292make[1]: Leaving directory '/home/openmsx/openMSX'