openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:56
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 CartridgeSlotManager.cc...
9Compiling Autofire.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 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...
65Compiling PrinterPortLogger.cc...
66In file included from /usr/include/SDL2/SDL_video.h:33,
67 from /usr/include/SDL2/SDL_events.h:33,
68 from /usr/include/SDL2/SDL.h:41,
69 from src/input/Joystick.hh:9,
70 from src/PluggableFactory.cc:5:
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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
84In file included from /usr/include/SDL2/SDL_video.h:33,
85 from /usr/include/SDL2/SDL_events.h:33,
86 from /usr/include/SDL2/SDL.h:41,
87 from src/video/SDLSurfacePtr.hh:6,
88 from src/video/PNG.hh:5,
89 from src/Printer.cc:2:
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...
174Compiling console/OSDGUI.cc...
175In file included from /usr/include/SDL2/SDL_video.h:33,
176 from /usr/include/SDL2/SDL_events.h:33,
177 from /usr/include/SDL2/SDL.h:41,
178 from src/video/SDLSurfacePtr.hh:6,
179 from src/console/TTFFont.hh:4,
180 from src/console/OSDConsoleRenderer.hh:6,
181 from src/console/OSDConsoleRenderer.cc:1:
182/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
183/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
184 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
185 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
186/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
187 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
188 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
189/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
190 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
191 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
192/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
193 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
194 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
195Compiling console/OSDGUILayer.cc...
196Compiling console/OSDImageBasedWidget.cc...
197In file included from /usr/include/SDL2/SDL_video.h:33,
198 from /usr/include/SDL2/SDL_events.h:33,
199 from /usr/include/SDL2/SDL.h:41,
200 from src/video/SDLSurfacePtr.hh:6,
201 from src/console/TTFFont.hh:4,
202 from src/console/OSDText.hh:5,
203 from src/console/OSDGUI.cc:4:
204/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
205/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
206 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
207 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
208/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
209 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
210 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
211/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
212 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
213 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
214/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
215 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
216 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
217Compiling console/OSDRectangle.cc...
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/console/TTFFont.hh:4,
226 from src/console/OSDText.hh:5,
227 from src/console/OSDText.cc:1:
228/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
229/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
230 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
231 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
232/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
233 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
234 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
235/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
236 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
237 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
238/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
239 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
240 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
241In file included from /usr/include/SDL2/SDL_video.h:33,
242 from /usr/include/SDL2/SDL_events.h:33,
243 from /usr/include/SDL2/SDL.h:41,
244 from src/video/SDLSurfacePtr.hh:6,
245 from src/video/SDLImage.hh:5,
246 from src/console/OSDRectangle.cc:2:
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...
261Compiling cpu/CPUClock.cc...
262In file included from /usr/include/SDL2/SDL_video.h:33,
263 from /usr/include/SDL2/SDL_events.h:33,
264 from /usr/include/SDL2/SDL.h:41,
265 from src/video/SDLOutputSurface.hh:6,
266 from src/console/OSDWidget.cc:2:
267/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
268/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
269 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
270 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
271/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
272 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
273 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
274/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
275 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
276 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
277/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
278 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
279 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
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/DirAsDSK.cc...
357Compiling fdc/DiskChanger.cc...
358Compiling fdc/DiskDrive.cc...
359Compiling fdc/DiskFactory.cc...
360Compiling fdc/DiskManipulator.cc...
361Compiling fdc/DiskName.cc...
362Compiling fdc/DriveMultiplexer.cc...
363Compiling fdc/MSXFDC.cc...
364Compiling fdc/MSXtar.cc...
365Compiling fdc/MicrosolFDC.cc...
366Compiling fdc/NationalFDC.cc...
367Compiling fdc/NowindCommand.cc...
368Compiling fdc/NowindHost.cc...
369Compiling fdc/NowindInterface.cc...
370Compiling fdc/NowindRomDisk.cc...
371Compiling fdc/PhilipsFDC.cc...
372Compiling fdc/RawTrack.cc...
373Compiling fdc/RealDrive.cc...
374Compiling fdc/SVIFDC.cc...
375Compiling fdc/SanyoFDC.cc...
376Compiling fdc/SpectravideoFDC.cc...
377Compiling fdc/TC8566AF.cc...
378Compiling fdc/TalentTDC600.cc...
379Compiling fdc/ToshibaFDC.cc...
380Compiling fdc/TurboRFDC.cc...
381Compiling fdc/VictorFDC.cc...
382Compiling fdc/WD2793.cc...
383Compiling fdc/WD2793BasedFDC.cc...
384Compiling fdc/YamahaFDC.cc...
385Compiling file/FileContext.cc...
386Compiling file/FileOperations.cc...
387Compiling file/FilePool.cc...
388Compiling file/FilePoolCore.cc...
389Compiling file/Filename.cc...
390Compiling ide/AbstractIDEDevice.cc...
391Compiling ide/BeerIDE.cc...
392Compiling ide/DummyIDEDevice.cc...
393Compiling ide/DummySCSIDevice.cc...
394Compiling ide/GoudaSCSI.cc...
395Compiling ide/HD.cc...
396Compiling ide/HDCommand.cc...
397Compiling ide/IDECDROM.cc...
398Compiling ide/IDEDeviceFactory.cc...
399Compiling ide/IDEHD.cc...
400Compiling ide/MB89352.cc...
401Compiling ide/MegaSCSI.cc...
402Compiling ide/SCSIHD.cc...
403Compiling ide/SCSILS120.cc...
404Compiling ide/SunriseIDE.cc...
405Compiling ide/WD33C93.cc...
406Compiling input/ArkanoidPad.cc...
407Compiling input/ColecoJoystickIO.cc...
408Compiling input/DummyJoystick.cc...
409Compiling input/EventDelay.cc...
410Compiling input/JoyMega.cc...
411Compiling input/JoyTap.cc...
412Compiling input/Joystick.cc...
413In file included from /usr/include/SDL2/SDL_video.h:33,
414 from /usr/include/SDL2/SDL_events.h:33,
415 from /usr/include/SDL2/SDL.h:41,
416 from src/input/JoyMega.hh:7,
417 from src/input/JoyMega.cc:1:
418/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
419/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
420 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
421 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
422/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
423 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
424 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
425/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
426 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
427 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
428/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
429 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
430 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
431Compiling input/JoystickDevice.cc...
432Compiling input/JoystickPort.cc...
433Compiling input/KeyJoystick.cc...
434In file included from /usr/include/SDL2/SDL_video.h:33,
435 from /usr/include/SDL2/SDL_events.h:33,
436 from /usr/include/SDL2/SDL.h:41,
437 from src/input/Joystick.hh:9,
438 from src/input/Joystick.cc:1:
439/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
440/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
441 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
442 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
443/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
444 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
445 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
446/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
447 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
448 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
449/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
450 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
451 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
452Compiling input/Keyboard.cc...
453Compiling input/MSXEventDistributor.cc...
454Compiling input/MagicKey.cc...
455Compiling input/Mouse.cc...
456Compiling input/MsxChar2Unicode.cc...
457Compiling input/NinjaTap.cc...
458In file included from /usr/include/SDL2/SDL_video.h:33,
459 from /usr/include/SDL2/SDL_events.h:33,
460 from /usr/include/SDL2/SDL.h:41,
461 from src/input/Keyboard.cc:28:
462/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
463/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
464 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
465 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
466/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
467 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
468 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
469/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
470 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
471 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
472/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
473 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
474 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
475Compiling input/Paddle.cc...
476Compiling input/RecordedCommand.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/SETetrisDongle.cc...
495Compiling input/SG1000JoystickIO.cc...
496Compiling input/StateChangeDistributor.cc...
497Compiling input/Touchpad.cc...
498Compiling input/Trackball.cc...
499Compiling laserdisc/LaserdiscPlayer.cc...
500Compiling laserdisc/PioneerLDControl.cc...
501Compiling laserdisc/yuv2rgb.cc...
502Compiling memory/AmdFlash.cc...
503Compiling memory/CanonWordProcessor.cc...
504Compiling memory/Carnivore2.cc...
505Compiling memory/CheckedRam.cc...
506Compiling memory/ColecoSuperGameModule.cc...
507Compiling memory/EEPROM_93C46.cc...
508Compiling memory/ESE_RAM.cc...
509Compiling memory/ESE_SCC.cc...
510Compiling memory/FraelSwitchableROM.cc...
511Compiling memory/KonamiUltimateCollection.cc...
512Compiling memory/MSXHBI55.cc...
513Compiling memory/MSXMapperIO.cc...
514Compiling memory/MSXMegaRam.cc...
515Compiling memory/MSXMemoryMapper.cc...
516Compiling memory/MSXMemoryMapperBase.cc...
517Compiling memory/MSXMirrorDevice.cc...
518Compiling memory/MSXPac.cc...
519Compiling memory/MSXRam.cc...
520Compiling memory/MSXRom.cc...
521Compiling memory/MSXRomCLI.cc...
522Compiling memory/MegaFlashRomSCCPlus.cc...
523Compiling memory/MegaFlashRomSCCPlusSD.cc...
524Compiling memory/MusicalMemoryMapper.cc...
525Compiling memory/PanasonicMemory.cc...
526Compiling memory/PanasonicRam.cc...
527Compiling memory/ROMHunterMk2.cc...
528Compiling memory/Ram.cc...
529Compiling memory/ReproCartridgeV1.cc...
530Compiling memory/ReproCartridgeV2.cc...
531Compiling memory/Rom.cc...
532Compiling memory/RomArc.cc...
533Compiling memory/RomAscii16_2.cc...
534Compiling memory/RomAscii16kB.cc...
535Compiling memory/RomAscii8_8.cc...
536Compiling memory/RomAscii8kB.cc...
537Compiling memory/RomBlocks.cc...
538Compiling memory/RomColecoMegaCart.cc...
539Compiling memory/RomCrossBlaim.cc...
540Compiling memory/RomDRAM.cc...
541Compiling memory/RomDatabase.cc...
542Compiling memory/RomDooly.cc...
543Compiling memory/RomFSA1FM.cc...
544Compiling memory/RomFactory.cc...
545Compiling memory/RomGameMaster2.cc...
546Compiling memory/RomGeneric16kB.cc...
547Compiling memory/RomGeneric8kB.cc...
548Compiling memory/RomHalnote.cc...
549Compiling memory/RomHarryFox.cc...
550Compiling memory/RomHolyQuran.cc...
551Compiling memory/RomHolyQuran2.cc...
552Compiling memory/RomInfo.cc...
553Compiling memory/RomKonami.cc...
554Compiling memory/RomKonamiKeyboardMaster.cc...
555Compiling memory/RomKonamiSCC.cc...
556Compiling memory/RomMSXDOS2.cc...
557Compiling memory/RomMSXWrite.cc...
558Compiling memory/RomMSXtra.cc...
559Compiling memory/RomMajutsushi.cc...
560Compiling memory/RomManbow2.cc...
561Compiling memory/RomMatraCompilation.cc...
562Compiling memory/RomMatraInk.cc...
563Compiling memory/RomMitsubishiMLTS2.cc...
564Compiling memory/RomMultiRom.cc...
565Compiling memory/RomNational.cc...
566Compiling memory/RomNettouYakyuu.cc...
567Compiling memory/RomPadial16kB.cc...
568Compiling memory/RomPadial8kB.cc...
569Compiling memory/RomPageNN.cc...
570Compiling memory/RomPanasonic.cc...
571Compiling memory/RomPlain.cc...
572Compiling memory/RomPlayBall.cc...
573Compiling memory/RomRType.cc...
574Compiling memory/RomRamFile.cc...
575Compiling memory/RomSuperLodeRunner.cc...
576Compiling memory/RomSuperSwangi.cc...
577Compiling memory/RomSynthesizer.cc...
578Compiling memory/RomZemina126in1.cc...
579Compiling memory/RomZemina25in1.cc...
580Compiling memory/RomZemina80in1.cc...
581Compiling memory/RomZemina90in1.cc...
582Compiling memory/SRAM.cc...
583Compiling memory/SdCard.cc...
584Compiling memory/TrackedRam.cc...
585Compiling serial/ClockPin.cc...
586Compiling serial/DummyMidiInDevice.cc...
587Compiling serial/DummyMidiOutDevice.cc...
588Compiling serial/DummyRS232Device.cc...
589Compiling serial/I8251.cc...
590Compiling serial/I8254.cc...
591Compiling serial/JVCMSXMIDI.cc...
592Compiling serial/MC6850.cc...
593Compiling serial/MSXFacMidiInterface.cc...
594Compiling serial/MSXMidi.cc...
595Compiling serial/MSXRS232.cc...
596Compiling serial/MidiInConnector.cc...
597Compiling serial/MidiInDevice.cc...
598Compiling serial/MidiInReader.cc...
599Compiling serial/MidiOutConnector.cc...
600Compiling serial/MidiOutDevice.cc...
601Compiling serial/MidiOutLogger.cc...
602Compiling serial/MidiSessionALSA.cc...
603Compiling serial/MusicModuleMIDI.cc...
604Compiling serial/RS232Connector.cc...
605Compiling serial/RS232Device.cc...
606Compiling serial/RS232Tester.cc...
607Compiling serial/YM2148.cc...
608Compiling settings/EnumSetting.cc...
609Compiling settings/ProxySetting.cc...
610Compiling settings/Setting.cc...
611Compiling settings/VideoSourceSetting.cc...
612Compiling sound/AY8910.cc...
613Compiling sound/AY8910Periphery.cc...
614Compiling sound/AudioInputConnector.cc...
615Compiling sound/AudioInputDevice.cc...
616Compiling sound/BlipBuffer.cc...
617Compiling sound/DACSound16S.cc...
618Compiling sound/DACSound8U.cc...
619Compiling sound/DummyAudioInputDevice.cc...
620Compiling sound/DummyY8950KeyboardDevice.cc...
621Compiling sound/EmuTimer.cc...
622Compiling sound/KeyClick.cc...
623Compiling sound/MSXAudio.cc...
624Compiling sound/MSXFmPac.cc...
625Compiling sound/MSXMixer.cc...
626Compiling sound/MSXMoonSound.cc...
627Compiling sound/MSXMusic.cc...
628Compiling sound/MSXOPL3Cartridge.cc...
629Compiling sound/MSXPSG.cc...
630Compiling sound/MSXSCCPlusCart.cc...
631Compiling sound/MSXTurboRPCM.cc...
632Compiling sound/MSXYamahaSFG.cc...
633Compiling sound/Mixer.cc...
634Compiling sound/ResampleBlip.cc...
635Compiling sound/ResampleHQ.cc...
636Compiling sound/ResampleLQ.cc...
637Compiling sound/ResampleTrivial.cc...
638In file included from /usr/include/SDL2/SDL_video.h:33,
639 from /usr/include/SDL2/SDL_events.h:33,
640 from /usr/include/SDL2/SDL.h:41,
641 from src/video/SDLSurfacePtr.hh:6,
642 from src/sound/SDLSoundDriver.hh:5,
643 from src/sound/Mixer.cc:4:
644/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
645/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
646 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
647 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
648/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
649 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
650 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
651/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
652 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
653 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
654/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
655 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
656 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
657Compiling sound/ResampledSoundDevice.cc...
658Compiling sound/SCC.cc...
659Compiling sound/SDLSoundDriver.cc...
660Compiling sound/SN76489.cc...
661In file included from /usr/include/SDL2/SDL_video.h:33,
662 from /usr/include/SDL2/SDL_events.h:33,
663 from /usr/include/SDL2/SDL.h:41,
664 from src/video/SDLSurfacePtr.hh:6,
665 from src/sound/SDLSoundDriver.hh:5,
666 from src/sound/SDLSoundDriver.cc:1:
667/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
668/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
669 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
670 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
671/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
672 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
673 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
674/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
675 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
676 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
677/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
678 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
679 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
680Compiling sound/SNPSG.cc...
681Compiling sound/SVIPSG.cc...
682Compiling sound/SamplePlayer.cc...
683Compiling sound/SoundDevice.cc...
684Compiling sound/VLM5030.cc...
685Compiling sound/WavAudioInput.cc...
686Compiling sound/WavWriter.cc...
687Compiling sound/Y8950.cc...
688Compiling sound/Y8950Adpcm.cc...
689Compiling sound/Y8950KeyboardConnector.cc...
690Compiling sound/Y8950KeyboardDevice.cc...
691Compiling sound/Y8950Periphery.cc...
692Compiling sound/YM2151.cc...
693Compiling sound/YM2413.cc...
694Compiling sound/YM2413Burczynski.cc...
695Compiling sound/YM2413NukeYKT.cc...
696Compiling sound/YM2413Okazaki.cc...
697Compiling sound/YM2413OriginalNukeYKT.cc...
698Compiling sound/YMF262.cc...
699Compiling sound/YMF278.cc...
700Compiling utils/StringOp.cc...
701Compiling utils/TigerTree.cc...
702Compiling video/ADVram.cc...
703Compiling video/AviRecorder.cc...
704Compiling video/BaseImage.cc...
705Compiling video/CharacterConverter.cc...
706Compiling video/Display.cc...
707Compiling video/DummyRenderer.cc...
708Compiling video/DummyVideoSystem.cc...
709Compiling video/FBPostProcessor.cc...
710Compiling video/GLContext.cc...
711Compiling video/GLImage.cc...
712Compiling video/GLPostProcessor.cc...
713In file included from /usr/include/SDL2/SDL_video.h:33,
714 from /usr/include/SDL2/SDL_events.h:33,
715 from /usr/include/SDL2/SDL.h:41,
716 from src/video/SDLOutputSurface.hh:6,
717 from src/video/FBPostProcessor.cc:8:
718/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
719/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
720 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
721 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
722/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
723 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
724 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
725/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
726 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
727 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
728/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
729 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
730 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
731In file included from /usr/include/SDL2/SDL_video.h:33,
732 from /usr/include/SDL2/SDL_events.h:33,
733 from /usr/include/SDL2/SDL.h:41,
734 from src/video/SDLSurfacePtr.hh:6,
735 from src/video/GLImage.cc:3:
736/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
737/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
738 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
739 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
740/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
741 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
742 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
743/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
744 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
745 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
746/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
747 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
748 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
749Compiling video/GLSnow.cc...
750Compiling video/OutputSurface.cc...
751Compiling video/PixelRenderer.cc...
752Compiling video/PostProcessor.cc...
753Compiling video/RenderSettings.cc...
754Compiling video/RendererFactory.cc...
755In file included from /usr/include/SDL2/SDL_video.h:33,
756 from /usr/include/SDL2/SDL_events.h:33,
757 from /usr/include/SDL2/SDL.h:41,
758 from src/video/SDLSurfacePtr.hh:6,
759 from src/video/PNG.hh:5,
760 from src/video/PostProcessor.cc:8:
761/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
762/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
763 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
764 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
765/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
766 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
767 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
768/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
769 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
770 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
771/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
772 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
773 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
774Compiling video/SDLGLOffScreenSurface.cc...
775Compiling video/SDLGLVisibleSurface.cc...
776Compiling video/SDLImage.cc...
777In file included from /usr/include/SDL2/SDL_video.h:33,
778 from /usr/include/SDL2/SDL_events.h:33,
779 from /usr/include/SDL2/SDL.h:41,
780 from src/video/SDLOutputSurface.hh:6,
781 from src/video/SDLVisibleSurfaceBase.hh:4,
782 from src/video/SDLGLVisibleSurface.hh:4,
783 from src/video/SDLGLOffScreenSurface.cc:2:
784/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
785/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
786 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
787 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
788/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
789 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
790 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
791/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
792 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
793 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
794/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
795 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
796 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
797In file included from /usr/include/SDL2/SDL_video.h:33,
798 from /usr/include/SDL2/SDL_events.h:33,
799 from /usr/include/SDL2/SDL.h:41,
800 from src/video/SDLOutputSurface.hh:6,
801 from src/video/SDLVisibleSurfaceBase.hh:4,
802 from src/video/SDLGLVisibleSurface.hh:4,
803 from src/video/SDLGLVisibleSurface.cc:1:
804/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
805/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
806 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
807 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
808/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
809 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
810 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
811/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
812 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
813 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
814/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
815 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
816 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
817Compiling video/SDLOffScreenSurface.cc...
818Compiling video/SDLOutputSurface.cc...
819In file included from /usr/include/SDL2/SDL_video.h:33,
820 from /usr/include/SDL2/SDL_events.h:33,
821 from /usr/include/SDL2/SDL.h:41,
822 from src/video/SDLSurfacePtr.hh:6,
823 from src/video/SDLImage.hh:5,
824 from src/video/SDLImage.cc:1:
825/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
826/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
827 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
828 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
829/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
830 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
831 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
832/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
833 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
834 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
835/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
836 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
837 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
838Compiling video/SDLRasterizer.cc...
839In file included from /usr/include/SDL2/SDL_video.h:33,
840 from /usr/include/SDL2/SDL_events.h:33,
841 from /usr/include/SDL2/SDL.h:41,
842 from src/video/SDLOutputSurface.hh:6,
843 from src/video/SDLOffScreenSurface.hh:4,
844 from src/video/SDLOffScreenSurface.cc:1:
845/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
846/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
847 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
848 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
849/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
850 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
851 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
852/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
853 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
854 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
855/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
856 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
857 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
858Compiling video/SDLSnow.cc...
859In file included from /usr/include/SDL2/SDL_video.h:33,
860 from /usr/include/SDL2/SDL_events.h:33,
861 from /usr/include/SDL2/SDL.h:41,
862 from src/video/SDLOutputSurface.hh:6,
863 from src/video/SDLOutputSurface.cc:1:
864/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
865/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
866 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
867 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
868/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
869 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
870 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
871/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
872 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
873 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
874/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
875 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
876 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
877Compiling video/SDLVideoSystem.cc...
878Compiling video/SDLVisibleSurface.cc...
879In file included from /usr/include/SDL2/SDL_video.h:33,
880 from /usr/include/SDL2/SDL_events.h:33,
881 from /usr/include/SDL2/SDL.h:41,
882 from src/video/SDLOutputSurface.hh:6,
883 from src/video/SDLSnow.cc:2:
884/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
885/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
886 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
887 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
888/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
889 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
890 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
891/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
892 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
893 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
894/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
895 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
896 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
897In file included from /usr/include/SDL2/SDL_video.h:33,
898 from /usr/include/SDL2/SDL_events.h:33,
899 from /usr/include/SDL2/SDL.h:41,
900 from src/video/SDLOutputSurface.hh:6,
901 from src/video/SDLVisibleSurfaceBase.hh:4,
902 from src/video/SDLVisibleSurface.hh:4,
903 from src/video/SDLVisibleSurface.cc:1:
904/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
905/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
906 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
907 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
908/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
909 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
910 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
911/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
912 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
913 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
914/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
915 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
916 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
917In file included from /usr/include/SDL2/SDL_video.h:33,
918 from /usr/include/SDL2/SDL_events.h:33,
919 from /usr/include/SDL2/SDL.h:41,
920 from src/video/SDLOutputSurface.hh:6,
921 from src/video/SDLVisibleSurfaceBase.hh:4,
922 from src/video/SDLVisibleSurface.hh:4,
923 from src/video/SDLVideoSystem.cc:2:
924/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
925/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
926 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
927 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
928/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
929 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
930 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
931/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
932 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
933 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
934/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
935 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
936 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
937Compiling video/SDLVisibleSurfaceBase.cc...
938Compiling video/SpriteChecker.cc...
939Compiling video/VDP.cc...
940In file included from /usr/include/SDL2/SDL_video.h:33,
941 from /usr/include/SDL2/SDL_events.h:33,
942 from /usr/include/SDL2/SDL.h:41,
943 from src/video/SDLOutputSurface.hh:6,
944 from src/video/SDLVisibleSurfaceBase.hh:4,
945 from src/video/SDLVisibleSurfaceBase.cc:1:
946/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
947/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
948 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
949 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
950/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
951 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
952 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
953/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
954 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
955 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
956/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
957 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
958 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
959Compiling video/VDPAccessSlots.cc...
960Compiling video/VDPCmdEngine.cc...
961Compiling video/VDPVRAM.cc...
962Compiling video/VideoLayer.cc...
963Compiling video/VideoSystem.cc...
964Compiling video/VisibleSurface.cc...
965Compiling video/ld/LDDummyRenderer.cc...
966In file included from /usr/include/SDL2/SDL_video.h:33,
967 from /usr/include/SDL2/SDL_events.h:33,
968 from /usr/include/SDL2/SDL.h:41,
969 from src/events/InputEventGenerator.hh:8,
970 from src/video/VisibleSurface.cc:9:
971/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
972/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
973 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
974 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
975/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
976 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
977 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
978/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
979 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
980 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
981/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
982 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
983 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
984Compiling video/ld/LDPixelRenderer.cc...
985Compiling video/ld/LDSDLRasterizer.cc...
986Compiling video/scalers/DirectScalerOutput.cc...
987In file included from /usr/include/SDL2/SDL_video.h:33,
988 from /usr/include/SDL2/SDL_events.h:33,
989 from /usr/include/SDL2/SDL.h:41,
990 from src/video/SDLOutputSurface.hh:6,
991 from src/video/scalers/DirectScalerOutput.hh:5,
992 from src/video/scalers/DirectScalerOutput.cc:1:
993/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
994/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
995 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
996 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
997/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
998 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
999 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1000/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1001 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1002 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1003/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1004 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1005 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1006Compiling video/scalers/GLRGBScaler.cc...
1007Compiling video/scalers/GLScaler.cc...
1008Compiling video/scalers/GLScalerFactory.cc...
1009Compiling video/scalers/GLSimpleScaler.cc...
1010Compiling video/scalers/GLTVScaler.cc...
1011Compiling video/scalers/RGBTriplet3xScaler.cc...
1012Compiling video/scalers/ScalerFactory.cc...
1013Compiling video/scalers/Simple2xScaler.cc...
1014Compiling video/scalers/Simple3xScaler.cc...
1015Compiling video/scalers/StretchScalerOutput.cc...
1016In file included from /usr/include/SDL2/SDL_video.h:33,
1017 from /usr/include/SDL2/SDL_events.h:33,
1018 from /usr/include/SDL2/SDL.h:41,
1019 from src/video/SDLOutputSurface.hh:6,
1020 from src/video/scalers/DirectScalerOutput.hh:5,
1021 from src/video/scalers/StretchScalerOutput.cc:2:
1022/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
1023/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1024 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
1025 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1026/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1027 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
1028 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1029/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1030 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
1031 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1032/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
1033 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
1034 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
1035Compiling video/v9990/V9990.cc...
1036Compiling video/v9990/V9990BitmapConverter.cc...
1037Compiling video/v9990/V9990CmdEngine.cc...
1038Compiling video/v9990/V9990DummyRenderer.cc...
1039Compiling video/v9990/V9990PixelRenderer.cc...
1040Compiling video/v9990/V9990PxConverter.cc...
1041Compiling video/v9990/V9990SDLRasterizer.cc...
1042Compiling video/v9990/V9990VRAM.cc...
1043Compiling video/v9990/Video9000.cc...
1044Linking openmsx...
1045Removing any old binary package...
1046Creating binary package:
1047 Executable...
1048 Data files...
1049 Documentation...
1050 C-BIOS...
1051 Creating symlinks...