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