openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 19:00
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 Autofire.cc...
9Compiling CartridgeSlotManager.cc...
10Compiling ChakkariCopy.cc...
11Compiling CliExtension.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 FirmwareSwitch.cc...
21Compiling GlobalSettings.cc...
22Compiling I8255.cc...
23Compiling IPSPatch.cc...
24Compiling LedStatus.cc...
25In file included from /usr/include/SDL2/SDL_video.h:33,
26 from /usr/include/SDL2/SDL_events.h:33,
27 from /usr/include/SDL2/SDL.h:41,
28 from src/GlobalSettings.cc:9:
29/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
30/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
31 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
32 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
33/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
34 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
35 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
36/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
37 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
38 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
39/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
40 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
41 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
42Compiling MSXBunsetsu.cc...
43Compiling MSXCielTurbo.cc...
44Compiling MSXDevice.cc...
45Compiling MSXDeviceSwitch.cc...
46Compiling MSXE6Timer.cc...
47Compiling MSXHiResTimer.cc...
48Compiling MSXKanji.cc...
49Compiling MSXKanji12.cc...
50Compiling MSXMatsushita.cc...
51Compiling MSXMotherBoard.cc...
52Compiling MSXPPI.cc...
53Compiling MSXPrinterPort.cc...
54Compiling MSXRTC.cc...
55Compiling MSXResetStatusRegister.cc...
56Compiling MSXS1985.cc...
57Compiling MSXS1990.cc...
58Compiling MSXSwitchedDevice.cc...
59Compiling MSXToshibaTcx200x.cc...
60Compiling MSXTurboRPause.cc...
61Compiling MSXVictorHC9xSystemControl.cc...
62Compiling PasswordCart.cc...
63Compiling Pluggable.cc...
64Compiling PluggableFactory.cc...
65Compiling PluggingController.cc...
66Compiling Printer.cc...
67Compiling PrinterPortDevice.cc...
68Compiling PrinterPortLogger.cc...
69In file included from /usr/include/SDL2/SDL_video.h:33,
70 from /usr/include/SDL2/SDL_events.h:33,
71 from /usr/include/SDL2/SDL.h:41,
72 from src/input/Joystick.hh:9,
73 from src/PluggableFactory.cc:5:
74/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
75/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
76 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
77 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
78/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
79 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
80 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
81/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
82 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
83 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
84/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
85 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
86 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
87In file included from /usr/include/SDL2/SDL_video.h:33,
88 from /usr/include/SDL2/SDL_events.h:33,
89 from /usr/include/SDL2/SDL.h:41,
90 from src/video/SDLSurfacePtr.hh:6,
91 from src/video/PNG.hh:5,
92 from src/Printer.cc:2:
93/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
94/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
95 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
96 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
97/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
98 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
99 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
100/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
101 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
102 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
103/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
104 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
105 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
106Compiling PrinterPortSimpl.cc...
107Compiling RP5C01.cc...
108Compiling RTScheduler.cc...
109Compiling Reactor.cc...
110Compiling RealTime.cc...
111Compiling RenShaTurbo.cc...
112Compiling ReverseManager.cc...
113Compiling SC3000PPI.cc...
114In file included from /usr/include/SDL2/SDL_video.h:33,
115 from /usr/include/SDL2/SDL_events.h:33,
116 from /usr/include/SDL2/SDL.h:41,
117 from src/events/InputEventGenerator.hh:8,
118 from src/Reactor.cc:6:
119/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
120/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
121 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
122 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
123/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
124 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
125 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
126/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
127 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
128 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
129/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
130 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
131 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
132Compiling SG1000Pause.cc...
133Compiling SVIPPI.cc...
134Compiling SVIPrinterPort.cc...
135Compiling Schedulable.cc...
136Compiling Scheduler.cc...
137Compiling SensorKid.cc...
138Compiling SpeedManager.cc...
139Compiling ThrottleManager.cc...
140Compiling Version.cc...
141Compiling main.cc...
142Compiling serialize.cc...
143Compiling serialize_core.cc...
144Compiling serialize_meta.cc...
145Compiling cassette/CasImage.cc...
146In file included from /usr/include/SDL2/SDL_video.h:33,
147 from /usr/include/SDL2/SDL_events.h:33,
148 from /usr/include/SDL2/SDL.h:41,
149 from src/main.cc:24:
150/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
151/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
152 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
153 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
154/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
155 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
156 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
157/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
158 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
159 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
160/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
161 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
162 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
163Compiling cassette/CassetteDevice.cc...
164Compiling cassette/CassetteImage.cc...
165Compiling cassette/CassettePlayer.cc...
166Compiling cassette/CassettePort.cc...
167Compiling cassette/DummyCassetteDevice.cc...
168Compiling cassette/WavImage.cc...
169Compiling commands/Command.cc...
170Compiling commands/Completer.cc...
171Compiling commands/GlobalCommandController.cc...
172Compiling commands/InfoCommand.cc...
173Compiling commands/InfoTopic.cc...
174Compiling commands/Interpreter.cc...
175Compiling commands/MSXCommandController.cc...
176Compiling commands/ProxyCommand.cc...
177Compiling commands/TclArgParser.cc...
178Compiling commands/TclCallback.cc...
179Compiling commands/TclParser.cc...
180Compiling config/DeviceConfig.cc...
181Compiling config/HardwareConfig.cc...
182Compiling config/SettingsConfig.cc...
183Compiling config/XMLElement.cc...
184Compiling console/CommandConsole.cc...
185Compiling console/OSDConsoleRenderer.cc...
186Compiling console/OSDGUI.cc...
187Compiling console/OSDGUILayer.cc...
188In file included from /usr/include/SDL2/SDL_video.h:33,
189 from /usr/include/SDL2/SDL_events.h:33,
190 from /usr/include/SDL2/SDL.h:41,
191 from src/video/SDLSurfacePtr.hh:6,
192 from src/console/TTFFont.hh:4,
193 from src/console/OSDConsoleRenderer.hh:6,
194 from src/console/OSDConsoleRenderer.cc:1:
195/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
196/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
197 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
198 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
199/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
200 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
201 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
202/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
203 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
204 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
205/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
206 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
207 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
208Compiling console/OSDImageBasedWidget.cc...
209In file included from /usr/include/SDL2/SDL_video.h:33,
210 from /usr/include/SDL2/SDL_events.h:33,
211 from /usr/include/SDL2/SDL.h:41,
212 from src/video/SDLSurfacePtr.hh:6,
213 from src/console/TTFFont.hh:4,
214 from src/console/OSDText.hh:5,
215 from src/console/OSDGUI.cc:4:
216/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
217/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
218 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
219 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
220/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
221 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
222 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
223/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
224 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
225 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
226/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
227 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
228 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
229Compiling console/OSDRectangle.cc...
230Compiling console/OSDText.cc...
231Compiling console/OSDTopWidget.cc...
232Compiling console/OSDWidget.cc...
233In file included from /usr/include/SDL2/SDL_video.h:33,
234 from /usr/include/SDL2/SDL_events.h:33,
235 from /usr/include/SDL2/SDL.h:41,
236 from src/video/SDLSurfacePtr.hh:6,
237 from src/video/SDLImage.hh:5,
238 from src/console/OSDRectangle.cc:2:
239/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
240/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
241 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
242 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
243/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
244 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
245 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
246/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
247 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
248 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
249/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
250 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
251 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
252In file included from /usr/include/SDL2/SDL_video.h:33,
253 from /usr/include/SDL2/SDL_events.h:33,
254 from /usr/include/SDL2/SDL.h:41,
255 from src/video/SDLSurfacePtr.hh:6,
256 from src/console/TTFFont.hh:4,
257 from src/console/OSDText.hh:5,
258 from src/console/OSDText.cc:1:
259/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
260/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
261 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
262 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
263/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
264 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
265 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
266/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
267 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
268 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
269/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
270 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
271 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
272In file included from /usr/include/SDL2/SDL_video.h:33,
273 from /usr/include/SDL2/SDL_events.h:33,
274 from /usr/include/SDL2/SDL.h:41,
275 from src/video/SDLOutputSurface.hh:6,
276 from src/console/OSDWidget.cc:2:
277/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
278/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
279 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
280 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
281/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
282 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
283 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
284/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
285 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
286 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
287/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
288 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
289 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
290Compiling console/TTFFont.cc...
291Compiling cpu/BreakPointBase.cc...
292Compiling cpu/CPUClock.cc...
293Compiling cpu/CPUCore.cc...
294Compiling cpu/CPURegs.cc...
295In file included from /usr/include/SDL2/SDL_video.h:33,
296 from /usr/include/SDL2/SDL_events.h:33,
297 from /usr/include/SDL2/SDL.h:41,
298 from src/video/SDLSurfacePtr.hh:6,
299 from src/console/TTFFont.hh:4,
300 from src/console/TTFFont.cc:1:
301/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
302/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
303 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
304 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
305/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
306 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
307 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
308/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
309 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
310 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
311/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
312 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
313 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
314Compiling cpu/Dasm.cc...
315Compiling cpu/IRQHelper.cc...
316Compiling cpu/MSXCPU.cc...
317Compiling cpu/MSXCPUInterface.cc...
318Compiling cpu/MSXMultiDevice.cc...
319Compiling cpu/MSXMultiIODevice.cc...
320Compiling cpu/MSXMultiMemDevice.cc...
321Compiling cpu/MSXWatchIODevice.cc...
322Compiling cpu/VDPIODelay.cc...
323Compiling debugger/Debugger.cc...
324Compiling debugger/Probe.cc...
325Compiling debugger/ProbeBreakPoint.cc...
326Compiling debugger/SimpleDebuggable.cc...
327Compiling events/AfterCommand.cc...
328Compiling events/CliConnection.cc...
329Compiling events/CliServer.cc...
330Compiling events/Event.cc...
331Compiling events/EventDistributor.cc...
332In file included from /usr/include/SDL2/SDL_video.h:33,
333 from /usr/include/SDL2/SDL_events.h:33,
334 from /usr/include/SDL2/SDL.h:41,
335 from src/events/Event.cc:5:
336/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
337/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
338 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
339 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
340/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
341 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
342 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
343/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
344 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
345 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
346/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
347 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
348 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
349Compiling events/GlobalCliComm.cc...
350In file included from /usr/include/SDL2/SDL_video.h:33,
351 from /usr/include/SDL2/SDL_events.h:33,
352 from /usr/include/SDL2/SDL.h:41,
353 from src/events/InputEventGenerator.hh:8,
354 from src/events/EventDistributor.cc:6:
355/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
356/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
357 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
358 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
359/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
360 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
361 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
362/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
363 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
364 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
365/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
366 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
367 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
368Compiling events/HotKey.cc...
369Compiling events/InputEventFactory.cc...
370In file included from /usr/include/SDL2/SDL_video.h:33,
371 from /usr/include/SDL2/SDL_events.h:33,
372 from /usr/include/SDL2/SDL.h:41,
373 from src/events/InputEventFactory.cc:8:
374/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
375/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
376 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
377 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
378/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
379 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
380 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
381/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
382 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
383 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
384/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
385 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
386 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
387Compiling events/InputEventGenerator.cc...
388Compiling events/Keys.cc...
389In file included from /usr/include/SDL2/SDL_video.h:33,
390 from /usr/include/SDL2/SDL_events.h:33,
391 from /usr/include/SDL2/SDL.h:41,
392 from src/events/InputEventGenerator.hh:8,
393 from src/events/InputEventGenerator.cc:1:
394/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
395/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
396 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
397 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
398/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
399 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
400 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
401/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
402 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
403 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
404/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
405 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
406 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
407Compiling events/MSXCliComm.cc...
408Compiling events/TclCallbackMessages.cc...
409Compiling fdc/AVTFDC.cc...
410Compiling fdc/CanonFDC.cc...
411Compiling fdc/DMKDiskImage.cc...
412Compiling fdc/DSKDiskImage.cc...
413Compiling fdc/DirAsDSK.cc...
414Compiling fdc/DiskChanger.cc...
415Compiling fdc/DiskContainer.cc...
416Compiling fdc/DiskDrive.cc...
417Compiling fdc/DiskFactory.cc...
418Compiling fdc/DiskImageUtils.cc...
419Compiling fdc/DiskManipulator.cc...
420Compiling fdc/DiskName.cc...
421Compiling fdc/DiskPartition.cc...
422Compiling fdc/DriveMultiplexer.cc...
423Compiling fdc/DummyDisk.cc...
424Compiling fdc/MSXFDC.cc...
425Compiling fdc/MSXtar.cc...
426Compiling fdc/MicrosolFDC.cc...
427Compiling fdc/NationalFDC.cc...
428Compiling fdc/NowindCommand.cc...
429Compiling fdc/NowindHost.cc...
430Compiling fdc/NowindInterface.cc...
431Compiling fdc/NowindRomDisk.cc...
432Compiling fdc/PhilipsFDC.cc...
433Compiling fdc/RamDSKDiskImage.cc...
434Compiling fdc/RawTrack.cc...
435Compiling fdc/RealDrive.cc...
436Compiling fdc/SVIFDC.cc...
437Compiling fdc/SanyoFDC.cc...
438Compiling fdc/SectorBasedDisk.cc...
439Compiling fdc/SpectravideoFDC.cc...
440Compiling fdc/TC8566AF.cc...
441Compiling fdc/TalentTDC600.cc...
442Compiling fdc/ToshibaFDC.cc...
443Compiling fdc/TurboRFDC.cc...
444Compiling fdc/VictorFDC.cc...
445Compiling fdc/WD2793.cc...
446Compiling fdc/WD2793BasedFDC.cc...
447Compiling fdc/XSADiskImage.cc...
448Compiling fdc/YamahaFDC.cc...
449Compiling file/CompressedFileAdapter.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/HDImageCLI.cc...
463Compiling ide/IDECDROM.cc...
464Compiling ide/IDEDeviceFactory.cc...
465Compiling ide/IDEHD.cc...
466Compiling ide/MB89352.cc...
467Compiling ide/MegaSCSI.cc...
468Compiling ide/SCSIHD.cc...
469Compiling ide/SCSILS120.cc...
470Compiling ide/SunriseIDE.cc...
471Compiling ide/WD33C93.cc...
472Compiling input/ArkanoidPad.cc...
473Compiling input/ColecoJoystickIO.cc...
474Compiling input/DummyJoystick.cc...
475Compiling input/EventDelay.cc...
476Compiling input/JoyMega.cc...
477Compiling input/JoyTap.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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
496Compiling input/Joystick.cc...
497Compiling input/JoystickDevice.cc...
498Compiling input/JoystickPort.cc...
499Compiling input/KeyJoystick.cc...
500In file included from /usr/include/SDL2/SDL_video.h:33,
501 from /usr/include/SDL2/SDL_events.h:33,
502 from /usr/include/SDL2/SDL.h:41,
503 from src/input/Joystick.hh:9,
504 from src/input/Joystick.cc:1:
505/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
506/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
507 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
508 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
509/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
510 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
511 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
512/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
513 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
514 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
515/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
516 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
517 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
518Compiling input/Keyboard.cc...
519Compiling input/KeyboardSettings.cc...
520Compiling input/MSXEventDistributor.cc...
521Compiling input/MagicKey.cc...
522Compiling input/Mouse.cc...
523Compiling input/MsxChar2Unicode.cc...
524In file included from /usr/include/SDL2/SDL_video.h:33,
525 from /usr/include/SDL2/SDL_events.h:33,
526 from /usr/include/SDL2/SDL.h:41,
527 from src/input/Keyboard.cc:28:
528/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
529/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
530 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
531 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
532/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
533 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
534 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
535/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
536 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
537 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
538/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
539 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
540 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
541Compiling input/NinjaTap.cc...
542In file included from /usr/include/SDL2/SDL_video.h:33,
543 from /usr/include/SDL2/SDL_events.h:33,
544 from /usr/include/SDL2/SDL.h:41,
545 from src/input/Mouse.cc:10:
546/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
547/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
548 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
549 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
550/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
551 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
552 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
553/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
554 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
555 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
556/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
557 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
558 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
559Compiling input/Paddle.cc...
560Compiling input/RecordedCommand.cc...
561Compiling input/SETetrisDongle.cc...
562Compiling input/SG1000JoystickIO.cc...
563Compiling input/StateChangeDistributor.cc...
564Compiling input/Touchpad.cc...
565Compiling input/Trackball.cc...
566Compiling input/UnicodeKeymap.cc...
567Compiling laserdisc/LaserdiscPlayer.cc...
568Compiling laserdisc/OggReader.cc...
569Compiling laserdisc/PioneerLDControl.cc...
570Compiling memory/AmdFlash.cc...
571Compiling memory/CanonWordProcessor.cc...
572Compiling memory/Carnivore2.cc...
573Compiling memory/CheckedRam.cc...
574Compiling memory/ColecoSuperGameModule.cc...
575Compiling memory/EEPROM_93C46.cc...
576Compiling memory/ESE_RAM.cc...
577Compiling memory/ESE_SCC.cc...
578Compiling memory/FraelSwitchableROM.cc...
579Compiling memory/KonamiUltimateCollection.cc...
580Compiling memory/MSXHBI55.cc...
581Compiling memory/MSXMapperIO.cc...
582Compiling memory/MSXMegaRam.cc...
583Compiling memory/MSXMemoryMapper.cc...
584Compiling memory/MSXMemoryMapperBase.cc...
585Compiling memory/MSXMirrorDevice.cc...
586Compiling memory/MSXPac.cc...
587Compiling memory/MSXRam.cc...
588Compiling memory/MSXRom.cc...
589Compiling memory/MSXRomCLI.cc...
590Compiling memory/MegaFlashRomSCCPlus.cc...
591Compiling memory/MegaFlashRomSCCPlusSD.cc...
592Compiling memory/MusicalMemoryMapper.cc...
593Compiling memory/PanasonicMemory.cc...
594Compiling memory/PanasonicRam.cc...
595Compiling memory/ROMHunterMk2.cc...
596Compiling memory/Ram.cc...
597Compiling memory/ReproCartridgeV1.cc...
598Compiling memory/ReproCartridgeV2.cc...
599Compiling memory/Rom.cc...
600Compiling memory/RomArc.cc...
601Compiling memory/RomAscii16_2.cc...
602Compiling memory/RomAscii16kB.cc...
603Compiling memory/RomAscii8_8.cc...
604Compiling memory/RomAscii8kB.cc...
605Compiling memory/RomBlocks.cc...
606Compiling memory/RomColecoMegaCart.cc...
607Compiling memory/RomCrossBlaim.cc...
608Compiling memory/RomDRAM.cc...
609Compiling memory/RomDatabase.cc...
610Compiling memory/RomDooly.cc...
611Compiling memory/RomFSA1FM.cc...
612Compiling memory/RomFactory.cc...
613Compiling memory/RomGameMaster2.cc...
614Compiling memory/RomGeneric16kB.cc...
615Compiling memory/RomGeneric8kB.cc...
616Compiling memory/RomHalnote.cc...
617Compiling memory/RomHarryFox.cc...
618Compiling memory/RomHolyQuran.cc...
619Compiling memory/RomHolyQuran2.cc...
620Compiling memory/RomInfo.cc...
621Compiling memory/RomKonami.cc...
622Compiling memory/RomKonamiKeyboardMaster.cc...
623Compiling memory/RomKonamiSCC.cc...
624Compiling memory/RomMSXDOS2.cc...
625Compiling memory/RomMSXWrite.cc...
626Compiling memory/RomMSXtra.cc...
627Compiling memory/RomMajutsushi.cc...
628Compiling memory/RomManbow2.cc...
629Compiling memory/RomMatraCompilation.cc...
630Compiling memory/RomMatraInk.cc...
631Compiling memory/RomMitsubishiMLTS2.cc...
632Compiling memory/RomMultiRom.cc...
633Compiling memory/RomNational.cc...
634Compiling memory/RomNettouYakyuu.cc...
635Compiling memory/RomPadial16kB.cc...
636Compiling memory/RomPadial8kB.cc...
637Compiling memory/RomPageNN.cc...
638Compiling memory/RomPanasonic.cc...
639Compiling memory/RomPlain.cc...
640Compiling memory/RomPlayBall.cc...
641Compiling memory/RomRType.cc...
642Compiling memory/RomRamFile.cc...
643Compiling memory/RomSuperLodeRunner.cc...
644Compiling memory/RomSuperSwangi.cc...
645Compiling memory/RomSynthesizer.cc...
646Compiling memory/RomZemina126in1.cc...
647Compiling memory/RomZemina25in1.cc...
648Compiling memory/RomZemina80in1.cc...
649Compiling memory/RomZemina90in1.cc...
650Compiling memory/SRAM.cc...
651Compiling memory/SdCard.cc...
652Compiling memory/TrackedRam.cc...
653Compiling serial/ClockPin.cc...
654Compiling serial/DummyMidiInDevice.cc...
655Compiling serial/DummyMidiOutDevice.cc...
656Compiling serial/DummyRS232Device.cc...
657Compiling serial/I8251.cc...
658Compiling serial/I8254.cc...
659Compiling serial/JVCMSXMIDI.cc...
660Compiling serial/MC6850.cc...
661Compiling serial/MSXFacMidiInterface.cc...
662Compiling serial/MSXMidi.cc...
663Compiling serial/MSXRS232.cc...
664Compiling serial/MidiInConnector.cc...
665Compiling serial/MidiInDevice.cc...
666Compiling serial/MidiInReader.cc...
667Compiling serial/MidiOutConnector.cc...
668Compiling serial/MidiOutDevice.cc...
669Compiling serial/MidiOutLogger.cc...
670Compiling serial/MidiSessionALSA.cc...
671Compiling serial/MusicModuleMIDI.cc...
672Compiling serial/RS232Connector.cc...
673Compiling serial/RS232Device.cc...
674Compiling serial/RS232Tester.cc...
675Compiling serial/YM2148.cc...
676Compiling settings/BooleanSetting.cc...
677Compiling settings/EnumSetting.cc...
678Compiling settings/FilenameSetting.cc...
679Compiling settings/FloatSetting.cc...
680Compiling settings/IntegerSetting.cc...
681Compiling settings/KeyCodeSetting.cc...
682Compiling settings/ProxySetting.cc...
683Compiling settings/ReadOnlySetting.cc...
684Compiling settings/Setting.cc...
685Compiling settings/SettingsManager.cc...
686Compiling settings/StringSetting.cc...
687Compiling settings/UserSettings.cc...
688Compiling settings/VideoSourceSetting.cc...
689Compiling sound/AY8910.cc...
690Compiling sound/AY8910Periphery.cc...
691Compiling sound/AudioInputConnector.cc...
692Compiling sound/AudioInputDevice.cc...
693Compiling sound/BlipBuffer.cc...
694Compiling sound/DACSound16S.cc...
695Compiling sound/DACSound8U.cc...
696Compiling sound/DummyAudioInputDevice.cc...
697Compiling sound/DummyY8950KeyboardDevice.cc...
698Compiling sound/EmuTimer.cc...
699Compiling sound/KeyClick.cc...
700Compiling sound/MSXAudio.cc...
701Compiling sound/MSXFmPac.cc...
702Compiling sound/MSXMixer.cc...
703Compiling sound/MSXMoonSound.cc...
704Compiling sound/MSXMusic.cc...
705Compiling sound/MSXOPL3Cartridge.cc...
706Compiling sound/MSXPSG.cc...
707Compiling sound/MSXSCCPlusCart.cc...
708Compiling sound/MSXTurboRPCM.cc...
709Compiling sound/MSXYamahaSFG.cc...
710Compiling sound/Mixer.cc...
711Compiling sound/ResampleBlip.cc...
712Compiling sound/ResampleHQ.cc...
713Compiling sound/ResampleLQ.cc...
714Compiling sound/ResampleTrivial.cc...
715In file included from /usr/include/SDL2/SDL_video.h:33,
716 from /usr/include/SDL2/SDL_events.h:33,
717 from /usr/include/SDL2/SDL.h:41,
718 from src/video/SDLSurfacePtr.hh:6,
719 from src/sound/SDLSoundDriver.hh:5,
720 from src/sound/Mixer.cc:4:
721/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
722/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
723 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
724 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
725/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
726 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
727 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
728/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
729 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
730 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
731/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
732 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
733 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
734Compiling sound/ResampledSoundDevice.cc...
735Compiling sound/SCC.cc...
736Compiling sound/SDLSoundDriver.cc...
737Compiling sound/SN76489.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/SDLSoundDriver.cc:1:
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/SNPSG.cc...
758Compiling sound/SVIPSG.cc...
759Compiling sound/SamplePlayer.cc...
760Compiling sound/SoundDevice.cc...
761Compiling sound/VLM5030.cc...
762Compiling sound/WavAudioInput.cc...
763Compiling sound/Y8950.cc...
764Compiling sound/Y8950Adpcm.cc...
765Compiling sound/Y8950KeyboardConnector.cc...
766Compiling sound/Y8950KeyboardDevice.cc...
767Compiling sound/Y8950Periphery.cc...
768Compiling sound/YM2151.cc...
769Compiling sound/YM2413.cc...
770Compiling sound/YM2413Burczynski.cc...
771Compiling sound/YM2413NukeYKT.cc...
772Compiling sound/YM2413Okazaki.cc...
773Compiling sound/YM2413OriginalNukeYKT.cc...
774Compiling sound/YMF262.cc...
775Compiling sound/YMF278.cc...
776Compiling utils/DeltaBlock.cc...
777Compiling utils/MemoryOps.cc...
778Compiling utils/StringOp.cc...
779Compiling utils/sha1.cc...
780Compiling video/ADVram.cc...
781Compiling video/AviRecorder.cc...
782Compiling video/CharacterConverter.cc...
783Compiling video/Display.cc...
784Compiling video/DummyRenderer.cc...
785Compiling video/DummyVideoSystem.cc...
786Compiling video/FBPostProcessor.cc...
787Compiling video/GLPostProcessor.cc...
788Compiling video/GLSnow.cc...
789In file included from /usr/include/SDL2/SDL_video.h:33,
790 from /usr/include/SDL2/SDL_events.h:33,
791 from /usr/include/SDL2/SDL.h:41,
792 from src/video/SDLOutputSurface.hh:6,
793 from src/video/FBPostProcessor.cc:8:
794/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
795/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
796 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
797 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
798/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
799 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
800 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
801/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
802 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
803 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
804/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
805 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
806 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
807Compiling video/PixelRenderer.cc...
808Compiling video/PostProcessor.cc...
809Compiling video/RenderSettings.cc...
810Compiling video/RendererFactory.cc...
811In file included from /usr/include/SDL2/SDL_video.h:33,
812 from /usr/include/SDL2/SDL_events.h:33,
813 from /usr/include/SDL2/SDL.h:41,
814 from src/video/SDLSurfacePtr.hh:6,
815 from src/video/PNG.hh:5,
816 from src/video/PostProcessor.cc:8:
817/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
818/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
819 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
820 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
821/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
822 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
823 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
824/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
825 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
826 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
827/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
828 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
829 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
830Compiling video/SDLGLVisibleSurface.cc...
831Compiling video/SDLImage.cc...
832In file included from /usr/include/SDL2/SDL_video.h:33,
833 from /usr/include/SDL2/SDL_events.h:33,
834 from /usr/include/SDL2/SDL.h:41,
835 from src/video/SDLOutputSurface.hh:6,
836 from src/video/SDLVisibleSurfaceBase.hh:4,
837 from src/video/SDLGLVisibleSurface.hh:4,
838 from src/video/SDLGLVisibleSurface.cc:1:
839/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
840/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
841 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
842 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
843/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
844 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
845 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
846/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
847 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
848 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
849/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
850 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
851 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
852In file included from /usr/include/SDL2/SDL_video.h:33,
853 from /usr/include/SDL2/SDL_events.h:33,
854 from /usr/include/SDL2/SDL.h:41,
855 from src/video/SDLSurfacePtr.hh:6,
856 from src/video/SDLImage.hh:5,
857 from src/video/SDLImage.cc:1:
858/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
859/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
860 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
861 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
862/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
863 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
864 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
865/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
866 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
867 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
868/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
869 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
870 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
871Compiling video/SDLRasterizer.cc...
872Compiling video/SDLSnow.cc...
873Compiling video/SDLVideoSystem.cc...
874Compiling video/SDLVisibleSurface.cc...
875In file included from /usr/include/SDL2/SDL_video.h:33,
876 from /usr/include/SDL2/SDL_events.h:33,
877 from /usr/include/SDL2/SDL.h:41,
878 from src/video/SDLOutputSurface.hh:6,
879 from src/video/SDLSnow.cc:2:
880/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
881/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
882 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
883 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
884/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
885 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
886 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
887/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
888 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
889 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
890/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
891 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
892 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
893In file included from /usr/include/SDL2/SDL_video.h:33,
894 from /usr/include/SDL2/SDL_events.h:33,
895 from /usr/include/SDL2/SDL.h:41,
896 from src/video/SDLOutputSurface.hh:6,
897 from src/video/SDLVisibleSurfaceBase.hh:4,
898 from src/video/SDLVisibleSurface.hh:4,
899 from src/video/SDLVisibleSurface.cc:1:
900/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
901/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
902 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
903 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
904/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
905 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
906 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
907/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
908 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
909 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
910/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
911 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
912 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
913In file included from /usr/include/SDL2/SDL_video.h:33,
914 from /usr/include/SDL2/SDL_events.h:33,
915 from /usr/include/SDL2/SDL.h:41,
916 from src/video/SDLOutputSurface.hh:6,
917 from src/video/SDLVisibleSurfaceBase.hh:4,
918 from src/video/SDLVisibleSurface.hh:4,
919 from src/video/SDLVideoSystem.cc:2:
920/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
921/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
922 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
923 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
924/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
925 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
926 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
927/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
928 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
929 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
930/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
931 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
932 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
933Compiling video/SDLVisibleSurfaceBase.cc...
934Compiling video/SpriteChecker.cc...
935Compiling video/VDP.cc...
936In file included from /usr/include/SDL2/SDL_video.h:33,
937 from /usr/include/SDL2/SDL_events.h:33,
938 from /usr/include/SDL2/SDL.h:41,
939 from src/video/SDLOutputSurface.hh:6,
940 from src/video/SDLVisibleSurfaceBase.hh:4,
941 from src/video/SDLVisibleSurfaceBase.cc:1:
942/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
943/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
944 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
945 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
946/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
947 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
948 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
949/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
950 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
951 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
952/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
953 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
954 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
955Compiling video/VDPAccessSlots.cc...
956Compiling video/VDPCmdEngine.cc...
957Compiling video/VDPVRAM.cc...
958Compiling video/VideoLayer.cc...
959Compiling video/VisibleSurface.cc...
960In file included from /usr/include/SDL2/SDL_video.h:33,
961 from /usr/include/SDL2/SDL_events.h:33,
962 from /usr/include/SDL2/SDL.h:41,
963 from src/events/InputEventGenerator.hh:8,
964 from src/video/VisibleSurface.cc:9:
965/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
966/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
967 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
968 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
969/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
970 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
971 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
972/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
973 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
974 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
975/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
976 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
977 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
978Compiling video/ZMBVEncoder.cc...
979Compiling video/ld/LDDummyRenderer.cc...
980Compiling video/ld/LDPixelRenderer.cc...
981Compiling video/ld/LDSDLRasterizer.cc...
982Compiling video/scalers/GLRGBScaler.cc...
983Compiling video/scalers/GLScalerFactory.cc...
984Compiling video/scalers/GLSimpleScaler.cc...
985Compiling video/scalers/GLTVScaler.cc...
986Compiling video/scalers/RGBTriplet3xScaler.cc...
987Compiling video/scalers/ScalerFactory.cc...
988Compiling video/scalers/Simple2xScaler.cc...
989Compiling video/scalers/Simple3xScaler.cc...
990Compiling video/v9990/V9990.cc...
991Compiling video/v9990/V9990BitmapConverter.cc...
992Compiling video/v9990/V9990CmdEngine.cc...
993Compiling video/v9990/V9990DummyRenderer.cc...
994Compiling video/v9990/V9990PixelRenderer.cc...
995Compiling video/v9990/V9990PxConverter.cc...
996Compiling video/v9990/V9990SDLRasterizer.cc...
997Compiling video/v9990/V9990VRAM.cc...
998Compiling video/v9990/Video9000.cc...
999Linking openmsx...
1000Removing any old binary package...
1001Creating binary package:
1002 Executable...
1003 Data files...
1004 Documentation...
1005 C-BIOS...
1006 Creating symlinks...