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