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