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