openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 19:01
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-unittest/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: unittest
6 Compiler: g++
7 Subset: full build
8Compiling CartridgeSlotManager.cc...
9Compiling Autofire.cc...
10Compiling CliExtension.cc...
11Compiling ChakkariCopy.cc...
12Compiling CommandLineParser.cc...
13Compiling Connector.cc...
14Compiling DebugDevice.cc...
15Compiling DeviceFactory.cc...
16Compiling DummyDevice.cc...
17Compiling DummyPrinterPortDevice.cc...
18Compiling DynamicClock.cc...
19Compiling EmuTime.cc...
20Compiling GlobalSettings.cc...
21Compiling I8255.cc...
22Compiling MSXBunsetsu.cc...
23In file included from /usr/include/SDL2/SDL_video.h:33,
24 from /usr/include/SDL2/SDL_events.h:33,
25 from /usr/include/SDL2/SDL.h:41,
26 from src/GlobalSettings.cc:9:
27/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
28/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
29 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
30 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
31/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
32 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
33 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
34/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
35 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
36 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
37/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
38 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
39 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
40Compiling MSXCielTurbo.cc...
41Compiling MSXDevice.cc...
42Compiling MSXDeviceSwitch.cc...
43Compiling MSXE6Timer.cc...
44Compiling MSXHiResTimer.cc...
45Compiling MSXKanji.cc...
46Compiling MSXKanji12.cc...
47Compiling MSXMatsushita.cc...
48Compiling MSXMotherBoard.cc...
49Compiling MSXPPI.cc...
50Compiling MSXPrinterPort.cc...
51Compiling MSXRTC.cc...
52Compiling MSXResetStatusRegister.cc...
53Compiling MSXS1985.cc...
54Compiling MSXS1990.cc...
55Compiling MSXSwitchedDevice.cc...
56Compiling MSXToshibaTcx200x.cc...
57Compiling MSXTurboRPause.cc...
58Compiling MSXVictorHC9xSystemControl.cc...
59Compiling PasswordCart.cc...
60Compiling Pluggable.cc...
61Compiling PluggableFactory.cc...
62Compiling PluggingController.cc...
63Compiling Printer.cc...
64In file included from /usr/include/SDL2/SDL_video.h:33,
65 from /usr/include/SDL2/SDL_events.h:33,
66 from /usr/include/SDL2/SDL.h:41,
67 from src/input/Joystick.hh:9,
68 from src/PluggableFactory.cc:5:
69/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
70/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
71 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
72 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
73/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
74 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
75 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
76/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
77 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
78 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
79/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
80 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
81 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
82In file included from /usr/include/SDL2/SDL_video.h:33,
83 from /usr/include/SDL2/SDL_events.h:33,
84 from /usr/include/SDL2/SDL.h:41,
85 from src/video/SDLSurfacePtr.hh:6,
86 from src/video/PNG.hh:5,
87 from src/Printer.cc:2:
88/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
89/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
90 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
91 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
92/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
93 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
94 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
95/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
96 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
97 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
98/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
99 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
100 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
101Compiling PrinterPortDevice.cc...
102Compiling PrinterPortLogger.cc...
103Compiling PrinterPortSimpl.cc...
104Compiling RP5C01.cc...
105Compiling Reactor.cc...
106Compiling RealTime.cc...
107Compiling RenShaTurbo.cc...
108Compiling ReverseManager.cc...
109In file included from /usr/include/SDL2/SDL_video.h:33,
110 from /usr/include/SDL2/SDL_events.h:33,
111 from /usr/include/SDL2/SDL.h:41,
112 from src/events/InputEventGenerator.hh:8,
113 from src/Reactor.cc:6:
114/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
115/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
116 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
117 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
118/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
119 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
120 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
121/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
122 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
123 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
124/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
125 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
126 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
127Compiling SC3000PPI.cc...
128Compiling SG1000Pause.cc...
129Compiling SVIPPI.cc...
130Compiling SVIPrinterPort.cc...
131Compiling Schedulable.cc...
132Compiling Scheduler.cc...
133Compiling SensorKid.cc...
134Compiling Version.cc...
135In file included from src/utils/StringOp.hh:11,
136 from src/serialize.hh:6,
137 from src/EmuDuration.hh:4,
138 from src/EmuTime.hh:4,
139 from src/Schedulable.hh:4,
140 from src/ReverseManager.hh:4,
141 from src/ReverseManager.cc:1:
142In constructor ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Up = unsigned int; bool <anonymous> = true; _Tp = unsigned int]’,
143 inlined from ‘constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Tp = unsigned int]’ at /usr/include/c++/12/optional:126:4,
144 inlined from ‘constexpr std::_Optional_payload<unsigned int, true, true, true>::_Optional_payload(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}][inherited from std::_Optional_payload_base<unsigned int>]’ at /usr/include/c++/12/optional:339:42,
145 inlined from ‘constexpr std::_Optional_base<_Tp, true, true>::_Optional_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; typename std::enable_if<is_constructible_v<_Tp, _Args ...>, bool>::type <anonymous> = false; _Tp = unsigned int]’ at /usr/include/c++/12/optional:650:4,
146 inlined from ‘constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = unsigned int; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Tuple>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Tuple>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = unsigned int]’ at /usr/include/c++/12/optional:749:47,
147 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:150:11,
148 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:188:31:
149/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
150 214 | : _M_value(std::forward<_Args>(__args)...)
151 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
153src/utils/StringOp.hh:145:19: note: ‘result’ was declared here
154 145 | T result;
155 | ^~~~~~
156Compiling serialize.cc...
157Compiling serialize_core.cc...
158Compiling serialize_meta.cc...
159Compiling cassette/CasImage.cc...
160Compiling cassette/CassetteDevice.cc...
161Compiling cassette/CassetteImage.cc...
162Compiling cassette/CassettePlayer.cc...
163Compiling cassette/CassettePort.cc...
164Compiling cassette/DummyCassetteDevice.cc...
165Compiling cassette/WavImage.cc...
166Compiling commands/Command.cc...
167Compiling commands/Completer.cc...
168Compiling commands/Interpreter.cc...
169Compiling commands/MSXCommandController.cc...
170Compiling commands/ProxyCommand.cc...
171Compiling config/DeviceConfig.cc...
172Compiling config/HardwareConfig.cc...
173Compiling config/SettingsConfig.cc...
174Compiling config/XMLElement.cc...
175Compiling console/CommandConsole.cc...
176In file included from src/utils/StringOp.hh:11,
177 from src/config/XMLElement.cc:6:
178In constructor ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Up = unsigned int; bool <anonymous> = true; _Tp = unsigned int]’,
179 inlined from ‘constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Tp = unsigned int]’ at /usr/include/c++/12/optional:126:4,
180 inlined from ‘constexpr std::_Optional_payload<unsigned int, true, true, true>::_Optional_payload(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}][inherited from std::_Optional_payload_base<unsigned int>]’ at /usr/include/c++/12/optional:339:42,
181 inlined from ‘constexpr std::_Optional_base<_Tp, true, true>::_Optional_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; typename std::enable_if<is_constructible_v<_Tp, _Args ...>, bool>::type <anonymous> = false; _Tp = unsigned int]’ at /usr/include/c++/12/optional:650:4,
182 inlined from ‘constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = unsigned int; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = unsigned int]’ at /usr/include/c++/12/optional:749:47,
183 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:150:11,
184 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:188:31:
185/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
186 214 | : _M_value(std::forward<_Args>(__args)...)
187 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
188src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
189src/utils/StringOp.hh:145:19: note: ‘result’ was declared here
190 145 | T result;
191 | ^~~~~~
192Compiling console/OSDConsoleRenderer.cc...
193Compiling console/OSDGUI.cc...
194Compiling console/OSDGUILayer.cc...
195In file included from /usr/include/SDL2/SDL_video.h:33,
196 from /usr/include/SDL2/SDL_events.h:33,
197 from /usr/include/SDL2/SDL.h:41,
198 from src/video/SDLSurfacePtr.hh:6,
199 from src/console/TTFFont.hh:4,
200 from src/console/OSDConsoleRenderer.hh:6,
201 from src/console/OSDConsoleRenderer.cc:1:
202/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
203/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
204 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
205 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
206/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
207 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
208 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
209/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
210 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
211 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
212/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
213 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
214 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
215Compiling console/OSDImageBasedWidget.cc...
216Compiling console/OSDRectangle.cc...
217In file included from /usr/include/SDL2/SDL_video.h:33,
218 from /usr/include/SDL2/SDL_events.h:33,
219 from /usr/include/SDL2/SDL.h:41,
220 from src/video/SDLSurfacePtr.hh:6,
221 from src/console/TTFFont.hh:4,
222 from src/console/OSDText.hh:5,
223 from src/console/OSDGUI.cc:4:
224/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
225/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
226 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
227 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
228/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
229 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
230 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
231/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
232 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
233 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
234/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
235 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
236 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
237In file included from /usr/include/SDL2/SDL_video.h:33,
238 from /usr/include/SDL2/SDL_events.h:33,
239 from /usr/include/SDL2/SDL.h:41,
240 from src/video/SDLSurfacePtr.hh:6,
241 from src/video/SDLImage.hh:5,
242 from src/console/OSDRectangle.cc:2:
243/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
244/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
245 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
246 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
247/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
248 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
249 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
250/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
251 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
252 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
253/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
254 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
255 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
256Compiling console/OSDText.cc...
257Compiling console/OSDTopWidget.cc...
258Compiling console/OSDWidget.cc...
259Compiling console/TTFFont.cc...
260In file included from /usr/include/SDL2/SDL_video.h:33,
261 from /usr/include/SDL2/SDL_events.h:33,
262 from /usr/include/SDL2/SDL.h:41,
263 from src/video/SDLSurfacePtr.hh:6,
264 from src/console/TTFFont.hh:4,
265 from src/console/OSDText.hh:5,
266 from src/console/OSDText.cc:1:
267/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
268/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
269 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
270 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
271/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
272 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
273 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
274/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
275 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
276 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
277/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
278 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
279 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
280In file included from /usr/include/SDL2/SDL_video.h:33,
281 from /usr/include/SDL2/SDL_events.h:33,
282 from /usr/include/SDL2/SDL.h:41,
283 from src/video/SDLOutputSurface.hh:6,
284 from src/console/OSDWidget.cc:2:
285/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
286/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
287 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
288 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
289/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
290 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
291 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
292/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
293 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
294 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
295/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
296 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
297 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
298In file included from /usr/include/SDL2/SDL_video.h:33,
299 from /usr/include/SDL2/SDL_events.h:33,
300 from /usr/include/SDL2/SDL.h:41,
301 from src/video/SDLSurfacePtr.hh:6,
302 from src/console/TTFFont.hh:4,
303 from src/console/TTFFont.cc:1:
304/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
305/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
306 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
307 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
308/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
309 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
310 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
311/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
312 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
313 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
314/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
315 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
316 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
317Compiling cpu/CPUClock.cc...
318Compiling cpu/CPUCore.cc...
319Compiling cpu/CPURegs.cc...
320Compiling cpu/Dasm.cc...
321Compiling cpu/IRQHelper.cc...
322Compiling cpu/MSXCPU.cc...
323Compiling cpu/MSXCPUInterface.cc...
324Compiling cpu/MSXMultiDevice.cc...
325Compiling cpu/MSXMultiIODevice.cc...
326Compiling cpu/MSXMultiMemDevice.cc...
327Compiling cpu/MSXWatchIODevice.cc...
328Compiling cpu/VDPIODelay.cc...
329Compiling debugger/Debugger.cc...
330Compiling debugger/Probe.cc...
331Compiling debugger/ProbeBreakPoint.cc...
332Compiling debugger/SimpleDebuggable.cc...
333Compiling events/AfterCommand.cc...
334Compiling events/InputEventFactory.cc...
335In file included from /usr/include/SDL2/SDL_video.h:33,
336 from /usr/include/SDL2/SDL_events.h:33,
337 from /usr/include/SDL2/SDL.h:41,
338 from src/events/InputEventFactory.cc:8:
339/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
340/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
341 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
342 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
343/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
344 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
345 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
346/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
347 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
348 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
349/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
350 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
351 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
352In file included from src/commands/TclObject.hh:13,
353 from src/events/Event.hh:9,
354 from src/events/AfterCommand.hh:6,
355 from src/events/AfterCommand.cc:1:
356In constructor ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Up = unsigned int; bool <anonymous> = true; _Tp = unsigned int]’,
357 inlined from ‘constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Tp = unsigned int]’ at /usr/include/c++/12/optional:126:4,
358 inlined from ‘constexpr std::_Optional_payload<unsigned int, true, true, true>::_Optional_payload(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}][inherited from std::_Optional_payload_base<unsigned int>]’ at /usr/include/c++/12/optional:339:42,
359 inlined from ‘constexpr std::_Optional_base<_Tp, true, true>::_Optional_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; typename std::enable_if<is_constructible_v<_Tp, _Args ...>, bool>::type <anonymous> = false; _Tp = unsigned int]’ at /usr/include/c++/12/optional:650:4,
360 inlined from ‘constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = unsigned int; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = unsigned int]’ at /usr/include/c++/12/optional:749:47,
361 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:150:11,
362 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:188:31:
363/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
364 214 | : _M_value(std::forward<_Args>(__args)...)
365 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
366In file included from src/serialize.hh:6,
367 from src/EmuDuration.hh:4,
368 from src/EmuTime.hh:4,
369 from src/Schedulable.hh:4,
370 from src/events/AfterCommand.cc:5:
371src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
372src/utils/StringOp.hh:145:19: note: ‘result’ was declared here
373 145 | T result;
374 | ^~~~~~
375Compiling events/InputEventGenerator.cc...
376Compiling events/Keys.cc...
377In file included from /usr/include/SDL2/SDL_video.h:33,
378 from /usr/include/SDL2/SDL_events.h:33,
379 from /usr/include/SDL2/SDL.h:41,
380 from src/events/InputEventGenerator.hh:8,
381 from src/events/InputEventGenerator.cc:1:
382/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
383/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
384 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
385 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
386/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
387 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
388 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
389/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
390 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
391 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
392/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
393 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
394 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
395Compiling events/MSXCliComm.cc...
396Compiling fdc/AVTFDC.cc...
397Compiling fdc/CanonFDC.cc...
398Compiling fdc/DMKDiskImage.cc...
399Compiling fdc/DSKDiskImage.cc...
400Compiling fdc/DirAsDSK.cc...
401Compiling fdc/DiskChanger.cc...
402Compiling fdc/DiskDrive.cc...
403Compiling fdc/DiskFactory.cc...
404Compiling fdc/DiskManipulator.cc...
405Compiling fdc/DiskName.cc...
406Compiling fdc/DriveMultiplexer.cc...
407Compiling fdc/MSXFDC.cc...
408Compiling fdc/MSXtar.cc...
409Compiling fdc/MicrosolFDC.cc...
410Compiling fdc/NationalFDC.cc...
411Compiling fdc/NowindCommand.cc...
412Compiling fdc/NowindHost.cc...
413Compiling fdc/NowindInterface.cc...
414Compiling fdc/NowindRomDisk.cc...
415In file included from src/utils/StringOp.hh:11,
416 from src/serialize.hh:6,
417 from src/EmuDuration.hh:4,
418 from src/EmuTime.hh:4,
419 from src/MSXDevice.hh:5,
420 from src/fdc/NowindInterface.hh:4,
421 from src/fdc/NowindInterface.cc:1:
422In constructor ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Up = unsigned int; bool <anonymous> = true; _Tp = unsigned int]’,
423 inlined from ‘constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Tp = unsigned int]’ at /usr/include/c++/12/optional:126:4,
424 inlined from ‘constexpr std::_Optional_payload<unsigned int, true, true, true>::_Optional_payload(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}][inherited from std::_Optional_payload_base<unsigned int>]’ at /usr/include/c++/12/optional:339:42,
425 inlined from ‘constexpr std::_Optional_base<_Tp, true, true>::_Optional_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; typename std::enable_if<is_constructible_v<_Tp, _Args ...>, bool>::type <anonymous> = false; _Tp = unsigned int]’ at /usr/include/c++/12/optional:650:4,
426 inlined from ‘constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = unsigned int; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = unsigned int]’ at /usr/include/c++/12/optional:749:47,
427 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:150:11,
428 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:188:31:
429/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
430 214 | : _M_value(std::forward<_Args>(__args)...)
431 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
432src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
433src/utils/StringOp.hh:145:19: note: ‘result’ was declared here
434 145 | T result;
435 | ^~~~~~
436Compiling fdc/PhilipsFDC.cc...
437Compiling fdc/RawTrack.cc...
438Compiling fdc/RealDrive.cc...
439Compiling fdc/SVIFDC.cc...
440Compiling fdc/SanyoFDC.cc...
441Compiling fdc/SpectravideoFDC.cc...
442Compiling fdc/TC8566AF.cc...
443Compiling fdc/TalentTDC600.cc...
444Compiling fdc/ToshibaFDC.cc...
445Compiling fdc/TurboRFDC.cc...
446Compiling fdc/VictorFDC.cc...
447Compiling fdc/WD2793.cc...
448Compiling fdc/WD2793BasedFDC.cc...
449Compiling fdc/YamahaFDC.cc...
450Compiling file/FileContext.cc...
451Compiling file/FileOperations.cc...
452Compiling file/FilePool.cc...
453Compiling file/FilePoolCore.cc...
454Compiling file/Filename.cc...
455Compiling ide/AbstractIDEDevice.cc...
456Compiling ide/BeerIDE.cc...
457Compiling ide/DummyIDEDevice.cc...
458Compiling ide/DummySCSIDevice.cc...
459Compiling ide/GoudaSCSI.cc...
460Compiling ide/HD.cc...
461Compiling ide/HDCommand.cc...
462Compiling ide/IDECDROM.cc...
463Compiling ide/IDEDeviceFactory.cc...
464Compiling ide/IDEHD.cc...
465Compiling ide/MB89352.cc...
466Compiling ide/MegaSCSI.cc...
467Compiling ide/SCSIHD.cc...
468Compiling ide/SCSILS120.cc...
469Compiling ide/SunriseIDE.cc...
470Compiling ide/WD33C93.cc...
471Compiling input/ArkanoidPad.cc...
472Compiling input/ColecoJoystickIO.cc...
473Compiling input/DummyJoystick.cc...
474Compiling input/EventDelay.cc...
475Compiling input/JoyMega.cc...
476Compiling input/JoyTap.cc...
477Compiling input/Joystick.cc...
478In file included from /usr/include/SDL2/SDL_video.h:33,
479 from /usr/include/SDL2/SDL_events.h:33,
480 from /usr/include/SDL2/SDL.h:41,
481 from src/input/JoyMega.hh:7,
482 from src/input/JoyMega.cc:1:
483/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
484/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
485 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
486 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
487/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
488 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
489 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
490/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
491 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
492 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
493/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
494 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
495 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
496In file included from /usr/include/SDL2/SDL_video.h:33,
497 from /usr/include/SDL2/SDL_events.h:33,
498 from /usr/include/SDL2/SDL.h:41,
499 from src/input/Joystick.hh:9,
500 from src/input/Joystick.cc:1:
501/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
502/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
503 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
504 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
505/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
506 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
507 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
508/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
509 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
510 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
511/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
512 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
513 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
514Compiling input/JoystickDevice.cc...
515Compiling input/JoystickPort.cc...
516Compiling input/KeyJoystick.cc...
517Compiling input/Keyboard.cc...
518Compiling input/MSXEventDistributor.cc...
519Compiling input/MagicKey.cc...
520Compiling input/Mouse.cc...
521In file included from /usr/include/SDL2/SDL_video.h:33,
522 from /usr/include/SDL2/SDL_events.h:33,
523 from /usr/include/SDL2/SDL.h:41,
524 from src/input/Keyboard.cc:28:
525/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
526/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
527 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
528 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
529/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
530 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
531 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
532/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
533 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
534 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
535/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
536 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
537 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
538Compiling input/MsxChar2Unicode.cc...
539Compiling input/NinjaTap.cc...
540In file included from /usr/include/SDL2/SDL_video.h:33,
541 from /usr/include/SDL2/SDL_events.h:33,
542 from /usr/include/SDL2/SDL.h:41,
543 from src/input/Mouse.cc:10:
544/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
545/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
546 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
547 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
548/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
549 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
550 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
551/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
552 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
553 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
554/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
555 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
556 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
557Compiling input/Paddle.cc...
558Compiling input/RecordedCommand.cc...
559Compiling input/SETetrisDongle.cc...
560Compiling input/SG1000JoystickIO.cc...
561Compiling input/StateChangeDistributor.cc...
562Compiling input/Touchpad.cc...
563Compiling input/Trackball.cc...
564Compiling laserdisc/LaserdiscPlayer.cc...
565Compiling laserdisc/PioneerLDControl.cc...
566Compiling laserdisc/yuv2rgb.cc...
567Compiling memory/AmdFlash.cc...
568Compiling memory/CanonWordProcessor.cc...
569Compiling memory/Carnivore2.cc...
570Compiling memory/CheckedRam.cc...
571Compiling memory/ColecoSuperGameModule.cc...
572Compiling memory/EEPROM_93C46.cc...
573Compiling memory/ESE_RAM.cc...
574Compiling memory/ESE_SCC.cc...
575Compiling memory/FraelSwitchableROM.cc...
576Compiling memory/KonamiUltimateCollection.cc...
577Compiling memory/MSXHBI55.cc...
578Compiling memory/MSXMapperIO.cc...
579Compiling memory/MSXMegaRam.cc...
580Compiling memory/MSXMemoryMapper.cc...
581Compiling memory/MSXMemoryMapperBase.cc...
582Compiling memory/MSXMirrorDevice.cc...
583Compiling memory/MSXPac.cc...
584Compiling memory/MSXRam.cc...
585Compiling memory/MSXRom.cc...
586Compiling memory/MSXRomCLI.cc...
587Compiling memory/MegaFlashRomSCCPlus.cc...
588Compiling memory/MegaFlashRomSCCPlusSD.cc...
589Compiling memory/MusicalMemoryMapper.cc...
590Compiling memory/PanasonicMemory.cc...
591Compiling memory/PanasonicRam.cc...
592Compiling memory/ROMHunterMk2.cc...
593Compiling memory/Ram.cc...
594Compiling memory/ReproCartridgeV1.cc...
595Compiling memory/ReproCartridgeV2.cc...
596Compiling memory/Rom.cc...
597Compiling memory/RomArc.cc...
598Compiling memory/RomAscii16_2.cc...
599Compiling memory/RomAscii16kB.cc...
600Compiling memory/RomAscii8_8.cc...
601Compiling memory/RomAscii8kB.cc...
602Compiling memory/RomBlocks.cc...
603Compiling memory/RomColecoMegaCart.cc...
604Compiling memory/RomCrossBlaim.cc...
605Compiling memory/RomDRAM.cc...
606Compiling memory/RomDatabase.cc...
607Compiling memory/RomDooly.cc...
608Compiling memory/RomFSA1FM.cc...
609Compiling memory/RomFactory.cc...
610Compiling memory/RomGameMaster2.cc...
611Compiling memory/RomGeneric16kB.cc...
612Compiling memory/RomGeneric8kB.cc...
613Compiling memory/RomHalnote.cc...
614Compiling memory/RomHarryFox.cc...
615Compiling memory/RomHolyQuran.cc...
616Compiling memory/RomHolyQuran2.cc...
617Compiling memory/RomInfo.cc...
618Compiling memory/RomKonami.cc...
619Compiling memory/RomKonamiKeyboardMaster.cc...
620Compiling memory/RomKonamiSCC.cc...
621Compiling memory/RomMSXDOS2.cc...
622Compiling memory/RomMSXWrite.cc...
623Compiling memory/RomMSXtra.cc...
624Compiling memory/RomMajutsushi.cc...
625Compiling memory/RomManbow2.cc...
626Compiling memory/RomMatraCompilation.cc...
627Compiling memory/RomMatraInk.cc...
628Compiling memory/RomMitsubishiMLTS2.cc...
629Compiling memory/RomMultiRom.cc...
630Compiling memory/RomNational.cc...
631Compiling memory/RomNettouYakyuu.cc...
632Compiling memory/RomPadial16kB.cc...
633Compiling memory/RomPadial8kB.cc...
634Compiling memory/RomPageNN.cc...
635Compiling memory/RomPanasonic.cc...
636Compiling memory/RomPlain.cc...
637Compiling memory/RomPlayBall.cc...
638Compiling memory/RomRType.cc...
639Compiling memory/RomRamFile.cc...
640Compiling memory/RomSuperLodeRunner.cc...
641Compiling memory/RomSuperSwangi.cc...
642Compiling memory/RomSynthesizer.cc...
643Compiling memory/RomZemina126in1.cc...
644Compiling memory/RomZemina25in1.cc...
645Compiling memory/RomZemina80in1.cc...
646Compiling memory/RomZemina90in1.cc...
647Compiling memory/SRAM.cc...
648Compiling memory/SdCard.cc...
649Compiling memory/TrackedRam.cc...
650Compiling serial/ClockPin.cc...
651Compiling serial/DummyMidiInDevice.cc...
652Compiling serial/DummyMidiOutDevice.cc...
653Compiling serial/DummyRS232Device.cc...
654Compiling serial/I8251.cc...
655Compiling serial/I8254.cc...
656Compiling serial/JVCMSXMIDI.cc...
657Compiling serial/MC6850.cc...
658Compiling serial/MSXFacMidiInterface.cc...
659Compiling serial/MSXMidi.cc...
660Compiling serial/MSXRS232.cc...
661Compiling serial/MidiInConnector.cc...
662Compiling serial/MidiInDevice.cc...
663Compiling serial/MidiInReader.cc...
664Compiling serial/MidiOutConnector.cc...
665Compiling serial/MidiOutDevice.cc...
666Compiling serial/MidiOutLogger.cc...
667Compiling serial/MidiSessionALSA.cc...
668Compiling serial/MusicModuleMIDI.cc...
669Compiling serial/RS232Connector.cc...
670Compiling serial/RS232Device.cc...
671Compiling serial/RS232Tester.cc...
672Compiling serial/YM2148.cc...
673Compiling settings/EnumSetting.cc...
674Compiling settings/ProxySetting.cc...
675Compiling settings/Setting.cc...
676Compiling settings/VideoSourceSetting.cc...
677Compiling sound/AY8910.cc...
678Compiling sound/AY8910Periphery.cc...
679Compiling sound/AudioInputConnector.cc...
680Compiling sound/AudioInputDevice.cc...
681Compiling sound/BlipBuffer.cc...
682Compiling sound/DACSound16S.cc...
683Compiling sound/DACSound8U.cc...
684Compiling sound/DummyAudioInputDevice.cc...
685Compiling sound/DummyY8950KeyboardDevice.cc...
686Compiling sound/EmuTimer.cc...
687Compiling sound/KeyClick.cc...
688Compiling sound/MSXAudio.cc...
689Compiling sound/MSXFmPac.cc...
690Compiling sound/MSXMixer.cc...
691Compiling sound/MSXMoonSound.cc...
692Compiling sound/MSXMusic.cc...
693Compiling sound/MSXOPL3Cartridge.cc...
694Compiling sound/MSXPSG.cc...
695Compiling sound/MSXSCCPlusCart.cc...
696Compiling sound/MSXTurboRPCM.cc...
697Compiling sound/MSXYamahaSFG.cc...
698Compiling sound/Mixer.cc...
699Compiling sound/ResampleBlip.cc...
700In file included from /usr/include/SDL2/SDL_video.h:33,
701 from /usr/include/SDL2/SDL_events.h:33,
702 from /usr/include/SDL2/SDL.h:41,
703 from src/video/SDLSurfacePtr.hh:6,
704 from src/sound/SDLSoundDriver.hh:5,
705 from src/sound/Mixer.cc:4:
706/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
707/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
708 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
709 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
710/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
711 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
712 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
713/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
714 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
715 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
716/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
717 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
718 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
719Compiling sound/ResampleHQ.cc...
720Compiling sound/ResampleLQ.cc...
721Compiling sound/ResampleTrivial.cc...
722Compiling sound/ResampledSoundDevice.cc...
723Compiling sound/SCC.cc...
724Compiling sound/SDLSoundDriver.cc...
725Compiling sound/SN76489.cc...
726In file included from /usr/include/SDL2/SDL_video.h:33,
727 from /usr/include/SDL2/SDL_events.h:33,
728 from /usr/include/SDL2/SDL.h:41,
729 from src/video/SDLSurfacePtr.hh:6,
730 from src/sound/SDLSoundDriver.hh:5,
731 from src/sound/SDLSoundDriver.cc:1:
732/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
733/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
734 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
735 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
736/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
737 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
738 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
739/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
740 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
741 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
742/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
743 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
744 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
745Compiling sound/SNPSG.cc...
746Compiling sound/SVIPSG.cc...
747Compiling sound/SamplePlayer.cc...
748Compiling sound/SoundDevice.cc...
749Compiling sound/VLM5030.cc...
750Compiling sound/WavAudioInput.cc...
751Compiling sound/WavWriter.cc...
752Compiling sound/Y8950.cc...
753Compiling sound/Y8950Adpcm.cc...
754Compiling sound/Y8950KeyboardConnector.cc...
755Compiling sound/Y8950KeyboardDevice.cc...
756Compiling sound/Y8950Periphery.cc...
757Compiling sound/YM2151.cc...
758Compiling sound/YM2413.cc...
759Compiling sound/YM2413Burczynski.cc...
760Compiling sound/YM2413NukeYKT.cc...
761Compiling sound/YM2413Okazaki.cc...
762Compiling sound/YM2413OriginalNukeYKT.cc...
763Compiling sound/YMF262.cc...
764src/sound/YM2413NukeYKT.cc: In member function ‘void openmsx::YM2413NukeYKT::YM2413::step18(float**) [with bool TEST_MODE = true]’:
765src/sound/YM2413NukeYKT.cc:830:19: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
766 830 | NEVER_INLINE void YM2413::step18(float* out[9 + 5])
767 | ^~~~~~
768src/sound/YM2151.cc: In member function ‘void openmsx::YM2151::serialize(Archive&, unsigned int) [with Archive = openmsx::MemInputArchive]’:
769src/sound/YM2151.cc:1613:6: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
770 1613 | void YM2151::serialize(Archive& a, unsigned /*version*/)
771 | ^~~~~~
772Compiling sound/YMF278.cc...
773Compiling unittest/DivMod_test.cc...
774Compiling unittest/FilePoolCore_test.cc...
775Compiling unittest/FixedPoint_test.cc...
776Compiling unittest/IterableBitSet_test.cc...
777Compiling unittest/Math_test.cc...
778Compiling unittest/SimpleHashSet_test.cc...
779Compiling unittest/StringOp_test.cc...
780In file included from src/utils/StringOp.hh:11,
781 from src/unittest/StringOp_test.cc:2:
782In constructor ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Up = unsigned int; bool <anonymous> = true; _Tp = unsigned int]’,
783 inlined from ‘constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Tp = unsigned int]’ at /usr/include/c++/12/optional:126:4,
784 inlined from ‘constexpr std::_Optional_payload<unsigned int, true, true, true>::_Optional_payload(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}][inherited from std::_Optional_payload_base<unsigned int>]’ at /usr/include/c++/12/optional:339:42,
785 inlined from ‘constexpr std::_Optional_base<_Tp, true, true>::_Optional_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; typename std::enable_if<is_constructible_v<_Tp, _Args ...>, bool>::type <anonymous> = false; _Tp = unsigned int]’ at /usr/include/c++/12/optional:650:4,
786 inlined from ‘constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = unsigned int; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = unsigned int]’ at /usr/include/c++/12/optional:749:47,
787 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:150:11,
788 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:188:31:
789/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
790 214 | : _M_value(std::forward<_Args>(__args)...)
791 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
792src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
793src/utils/StringOp.hh:145:19: note: ‘result’ was declared here
794 145 | T result;
795 | ^~~~~~
796src/sound/YM2413NukeYKT.cc: In member function ‘void openmsx::YM2413NukeYKT::YM2413::step18(float**) [with bool TEST_MODE = false]’:
797src/sound/YM2413NukeYKT.cc:830:19: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
798Compiling unittest/eeprom.cc...
799Compiling unittest/gl_mat.cc...
800Compiling unittest/gl_transform.cc...
801Compiling unittest/gl_vec.cc...
802In file included from src/unittest/StringOp_test.cc:1:
803src/unittest/StringOp_test.cc: In function ‘void ____C_A_T_C_H____T_E_S_T____0()’:
804src/unittest/StringOp_test.cc:99:1: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
805 99 | TEST_CASE("StringOp")
806 | ^~~~~~~~~
807Compiling utils/DivModBySame.cc...
808Compiling utils/MemoryOps.cc...
809Compiling utils/StringOp.cc...
810Compiling utils/TigerTree.cc...
811Compiling video/ADVram.cc...
812Compiling video/AviRecorder.cc...
813Compiling video/BaseImage.cc...
814Compiling video/CharacterConverter.cc...
815Compiling video/Deflicker.cc...
816Compiling video/Display.cc...
817Compiling video/DummyRenderer.cc...
818Compiling video/DummyVideoSystem.cc...
819Compiling video/FBPostProcessor.cc...
820In file included from /usr/include/SDL2/SDL_video.h:33,
821 from /usr/include/SDL2/SDL_events.h:33,
822 from /usr/include/SDL2/SDL.h:41,
823 from src/video/SDLOutputSurface.hh:6,
824 from src/video/FBPostProcessor.cc:8:
825/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
826/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
827 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
828 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
829/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
830 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
831 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
832/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
833 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
834 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
835/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
836 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
837 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
838Compiling video/FrameSource.cc...
839Compiling video/GLContext.cc...
840Compiling video/GLImage.cc...
841Compiling video/GLPostProcessor.cc...
842In file included from /usr/include/SDL2/SDL_video.h:33,
843 from /usr/include/SDL2/SDL_events.h:33,
844 from /usr/include/SDL2/SDL.h:41,
845 from src/video/SDLSurfacePtr.hh:6,
846 from src/video/GLImage.cc:3:
847/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
848/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
849 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
850 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
851/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
852 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
853 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
854/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
855 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
856 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
857/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
858 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
859 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
860Compiling video/GLSnow.cc...
861Compiling video/OutputSurface.cc...
862Compiling video/PixelRenderer.cc...
863Compiling video/PostProcessor.cc...
864Compiling video/RenderSettings.cc...
865In file included from /usr/include/SDL2/SDL_video.h:33,
866 from /usr/include/SDL2/SDL_events.h:33,
867 from /usr/include/SDL2/SDL.h:41,
868 from src/video/SDLSurfacePtr.hh:6,
869 from src/video/PNG.hh:5,
870 from src/video/PostProcessor.cc:8:
871/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
872/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
873 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
874 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
875/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
876 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
877 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
878/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
879 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
880 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
881/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
882 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
883 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
884Compiling video/RendererFactory.cc...
885Compiling video/SDLGLOffScreenSurface.cc...
886Compiling video/SDLGLVisibleSurface.cc...
887Compiling video/SDLImage.cc...
888In file included from /usr/include/SDL2/SDL_video.h:33,
889 from /usr/include/SDL2/SDL_events.h:33,
890 from /usr/include/SDL2/SDL.h:41,
891 from src/video/SDLOutputSurface.hh:6,
892 from src/video/SDLVisibleSurfaceBase.hh:4,
893 from src/video/SDLGLVisibleSurface.hh:4,
894 from src/video/SDLGLOffScreenSurface.cc:2:
895/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
896/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
897 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
898 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
899/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
900 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
901 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
902/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
903 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
904 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
905/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
906 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
907 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
908In file included from /usr/include/SDL2/SDL_video.h:33,
909 from /usr/include/SDL2/SDL_events.h:33,
910 from /usr/include/SDL2/SDL.h:41,
911 from src/video/SDLOutputSurface.hh:6,
912 from src/video/SDLVisibleSurfaceBase.hh:4,
913 from src/video/SDLGLVisibleSurface.hh:4,
914 from src/video/SDLGLVisibleSurface.cc:1:
915/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
916/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
917 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
918 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
919/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
920 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
921 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
922/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
923 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
924 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
925/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
926 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
927 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
928Compiling video/SDLOffScreenSurface.cc...
929In file included from /usr/include/SDL2/SDL_video.h:33,
930 from /usr/include/SDL2/SDL_events.h:33,
931 from /usr/include/SDL2/SDL.h:41,
932 from src/video/SDLSurfacePtr.hh:6,
933 from src/video/SDLImage.hh:5,
934 from src/video/SDLImage.cc:1:
935/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
936/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
937 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
938 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
939/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
940 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
941 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
942/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
943 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
944 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
945/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
946 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
947 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
948In file included from /usr/include/SDL2/SDL_video.h:33,
949 from /usr/include/SDL2/SDL_events.h:33,
950 from /usr/include/SDL2/SDL.h:41,
951 from src/video/SDLOutputSurface.hh:6,
952 from src/video/SDLOffScreenSurface.hh:4,
953 from src/video/SDLOffScreenSurface.cc:1:
954/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
955/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
956 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
957 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
958/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
959 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
960 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
961/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
962 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
963 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
964/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
965 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
966 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
967Compiling video/SDLOutputSurface.cc...
968Compiling video/SDLRasterizer.cc...
969Compiling video/SDLSnow.cc...
970In file included from /usr/include/SDL2/SDL_video.h:33,
971 from /usr/include/SDL2/SDL_events.h:33,
972 from /usr/include/SDL2/SDL.h:41,
973 from src/video/SDLOutputSurface.hh:6,
974 from src/video/SDLOutputSurface.cc:1:
975/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
976/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
977 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
978 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
979/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
980 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
981 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
982/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
983 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
984 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
985/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
986 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
987 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
988Compiling video/SDLVideoSystem.cc...
989In file included from /usr/include/SDL2/SDL_video.h:33,
990 from /usr/include/SDL2/SDL_events.h:33,
991 from /usr/include/SDL2/SDL.h:41,
992 from src/video/SDLOutputSurface.hh:6,
993 from src/video/SDLSnow.cc:2:
994/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
995/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
996 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
997 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
998/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
999 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
1000 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1001/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1002 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1003 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1004/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1005 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1006 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1007Compiling video/SDLVisibleSurface.cc...
1008In file included from /usr/include/SDL2/SDL_video.h:33,
1009 from /usr/include/SDL2/SDL_events.h:33,
1010 from /usr/include/SDL2/SDL.h:41,
1011 from src/video/SDLOutputSurface.hh:6,
1012 from src/video/SDLVisibleSurfaceBase.hh:4,
1013 from src/video/SDLVisibleSurface.hh:4,
1014 from src/video/SDLVideoSystem.cc:2:
1015/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
1016/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1017 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
1018 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1019/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1020 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
1021 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1022/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1023 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1024 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1025/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1026 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1027 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1028In file included from /usr/include/SDL2/SDL_video.h:33,
1029 from /usr/include/SDL2/SDL_events.h:33,
1030 from /usr/include/SDL2/SDL.h:41,
1031 from src/video/SDLOutputSurface.hh:6,
1032 from src/video/SDLVisibleSurfaceBase.hh:4,
1033 from src/video/SDLVisibleSurface.hh:4,
1034 from src/video/SDLVisibleSurface.cc:1:
1035/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
1036/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1037 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
1038 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1039/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1040 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
1041 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1042/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1043 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1044 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1045/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1046 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1047 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1048Compiling video/SDLVisibleSurfaceBase.cc...
1049In file included from /usr/include/SDL2/SDL_video.h:33,
1050 from /usr/include/SDL2/SDL_events.h:33,
1051 from /usr/include/SDL2/SDL.h:41,
1052 from src/video/SDLOutputSurface.hh:6,
1053 from src/video/SDLVisibleSurfaceBase.hh:4,
1054 from src/video/SDLVisibleSurfaceBase.cc:1:
1055/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
1056/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1057 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
1058 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1059/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1060 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
1061 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1062/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1063 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1064 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1065/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1066 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1067 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1068Compiling video/SpriteChecker.cc...
1069Compiling video/SuperImposedFrame.cc...
1070Compiling video/SuperImposedVideoFrame.cc...
1071Compiling video/VDP.cc...
1072Compiling video/VDPAccessSlots.cc...
1073Compiling video/VDPCmdEngine.cc...
1074Compiling video/VDPVRAM.cc...
1075Compiling video/VideoLayer.cc...
1076Compiling video/VideoSystem.cc...
1077Compiling video/VisibleSurface.cc...
1078In file included from /usr/include/SDL2/SDL_video.h:33,
1079 from /usr/include/SDL2/SDL_events.h:33,
1080 from /usr/include/SDL2/SDL.h:41,
1081 from src/events/InputEventGenerator.hh:8,
1082 from src/video/VisibleSurface.cc:9:
1083/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
1084/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1085 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
1086 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1087/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1088 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
1089 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1090/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1091 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1092 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1093/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1094 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1095 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1096Compiling video/ZMBVEncoder.cc...
1097Compiling video/ld/LDDummyRenderer.cc...
1098Compiling video/ld/LDPixelRenderer.cc...
1099Compiling video/ld/LDSDLRasterizer.cc...
1100Compiling video/scalers/DirectScalerOutput.cc...
1101In file included from /usr/include/SDL2/SDL_video.h:33,
1102 from /usr/include/SDL2/SDL_events.h:33,
1103 from /usr/include/SDL2/SDL.h:41,
1104 from src/video/SDLOutputSurface.hh:6,
1105 from src/video/scalers/DirectScalerOutput.hh:5,
1106 from src/video/scalers/DirectScalerOutput.cc:1:
1107/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
1108/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1109 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
1110 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1111/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1112 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
1113 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1114/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1115 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1116 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1117/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1118 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1119 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1120Compiling video/scalers/GLHQLiteScaler.cc...
1121Compiling video/scalers/GLHQScaler.cc...
1122Compiling video/scalers/GLRGBScaler.cc...
1123Compiling video/scalers/GLScaler.cc...
1124Compiling video/scalers/GLScalerFactory.cc...
1125Compiling video/scalers/GLSimpleScaler.cc...
1126Compiling video/scalers/GLTVScaler.cc...
1127Compiling video/scalers/HQ2xLiteScaler.cc...
1128Compiling video/scalers/HQ2xScaler.cc...
1129Compiling video/scalers/HQ3xLiteScaler.cc...
1130Compiling video/scalers/HQ3xScaler.cc...
1131Compiling video/scalers/MLAAScaler.cc...
1132Compiling video/scalers/Multiply32.cc...
1133Compiling video/scalers/RGBTriplet3xScaler.cc...
1134Compiling video/scalers/SaI2xScaler.cc...
1135Compiling video/scalers/SaI3xScaler.cc...
1136Compiling video/scalers/Scale2xScaler.cc...
1137Compiling video/scalers/Scale3xScaler.cc...
1138Compiling video/scalers/Scaler1.cc...
1139Compiling video/scalers/Scaler2.cc...
1140Compiling video/scalers/Scaler3.cc...
1141Compiling video/scalers/ScalerFactory.cc...
1142Compiling video/scalers/Scanline.cc...
1143Compiling video/scalers/Simple2xScaler.cc...
1144Compiling video/scalers/Simple3xScaler.cc...
1145Compiling video/scalers/StretchScalerOutput.cc...
1146Compiling video/scalers/SuperImposeScalerOutput.cc...
1147In file included from /usr/include/SDL2/SDL_video.h:33,
1148 from /usr/include/SDL2/SDL_events.h:33,
1149 from /usr/include/SDL2/SDL.h:41,
1150 from src/video/SDLOutputSurface.hh:6,
1151 from src/video/scalers/DirectScalerOutput.hh:5,
1152 from src/video/scalers/StretchScalerOutput.cc:2:
1153/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
1154/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1155 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
1156 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1157/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1158 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
1159 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1160/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1161 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1162 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1163/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1164 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1165 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1166Compiling video/v9990/V9990.cc...
1167Compiling video/v9990/V9990BitmapConverter.cc...
1168Compiling video/v9990/V9990CmdEngine.cc...
1169Compiling video/v9990/V9990DummyRenderer.cc...
1170Compiling video/v9990/V9990PixelRenderer.cc...
1171Compiling video/v9990/V9990PxConverter.cc...
1172Compiling video/v9990/V9990SDLRasterizer.cc...
1173Compiling video/v9990/V9990VRAM.cc...
1174Compiling video/v9990/Video9000.cc...
1175Linking openmsx...
1176Removing any old binary package...
1177Creating binary package:
1178 Executable...
1179 Data files...
1180 Documentation...
1181 C-BIOS...
1182 Creating symlinks...