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