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