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 PluggableFactory.cc...
9Compiling DeviceFactory.cc...
10Compiling Printer.cc...
11Compiling Reactor.cc...
12In file included from /usr/include/SDL2/SDL_video.h:33,
13 from /usr/include/SDL2/SDL_events.h:33,
14 from /usr/include/SDL2/SDL.h:41,
15 from src/video/SDLSurfacePtr.hh:6,
16 from src/video/PNG.hh:5,
17 from src/Printer.cc:2:
18/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
19/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
20 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
21 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
22/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
23 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
24 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
25/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
26 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
27 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
28/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
29 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
30 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
31In file included from /usr/include/SDL2/SDL_video.h:33,
32 from /usr/include/SDL2/SDL_events.h:33,
33 from /usr/include/SDL2/SDL.h:41,
34 from src/input/Joystick.hh:9,
35 from src/PluggableFactory.cc:5:
36/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
37/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
38 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
39 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
40/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
41 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
42 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
43/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
44 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
45 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
46/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
47 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
48 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
49In file included from /usr/include/SDL2/SDL_video.h:33,
50 from /usr/include/SDL2/SDL_events.h:33,
51 from /usr/include/SDL2/SDL.h:41,
52 from src/events/InputEventGenerator.hh:8,
53 from src/Reactor.cc:6:
54/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
55/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
56 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
57 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
58/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
59 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
60 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
61/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
62 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
63 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
64/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
65 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
66 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
67Compiling ReverseManager.cc...
68Compiling Version.cc...
69Compiling main.cc...
70Compiling cassette/WavImage.cc...
71In file included from /usr/include/SDL2/SDL_video.h:33,
72 from /usr/include/SDL2/SDL_events.h:33,
73 from /usr/include/SDL2/SDL.h:41,
74 from src/main.cc:24:
75/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
76/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
77 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
78 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
79/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
80 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
81 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
82/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
83 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
84 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
85/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
86 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
87 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
88Compiling console/CommandConsole.cc...
89Compiling console/OSDConsoleRenderer.cc...
90Compiling console/OSDGUI.cc...
91In file included from /usr/include/SDL2/SDL_video.h:33,
92 from /usr/include/SDL2/SDL_events.h:33,
93 from /usr/include/SDL2/SDL.h:41,
94 from src/video/SDLSurfacePtr.hh:6,
95 from src/console/TTFFont.hh:4,
96 from src/console/OSDConsoleRenderer.hh:6,
97 from src/console/OSDConsoleRenderer.cc:1:
98/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
99/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
100 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
101 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
102/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
103 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
104 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
105/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
106 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
107 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
108/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
109 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
110 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
111In file included from /usr/include/SDL2/SDL_video.h:33,
112 from /usr/include/SDL2/SDL_events.h:33,
113 from /usr/include/SDL2/SDL.h:41,
114 from src/video/SDLSurfacePtr.hh:6,
115 from src/console/TTFFont.hh:4,
116 from src/console/OSDText.hh:5,
117 from src/console/OSDGUI.cc:4:
118/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
119/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
120 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
121 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
122/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
123 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
124 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
125/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
126 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
127 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
128/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
129 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
130 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
131Compiling console/OSDGUILayer.cc...
132Compiling console/OSDImageBasedWidget.cc...
133Compiling console/OSDRectangle.cc...
134Compiling console/OSDText.cc...
135Compiling console/OSDTopWidget.cc...
136Compiling console/OSDWidget.cc...
137In file included from /usr/include/SDL2/SDL_video.h:33,
138 from /usr/include/SDL2/SDL_events.h:33,
139 from /usr/include/SDL2/SDL.h:41,
140 from src/video/SDLSurfacePtr.hh:6,
141 from src/video/SDLImage.hh:5,
142 from src/console/OSDRectangle.cc:2:
143/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
144/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
145 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
146 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
147/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
148 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
149 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
150/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
151 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
152 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
153/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
154 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
155 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
156In file included from /usr/include/SDL2/SDL_video.h:33,
157 from /usr/include/SDL2/SDL_events.h:33,
158 from /usr/include/SDL2/SDL.h:41,
159 from src/video/SDLSurfacePtr.hh:6,
160 from src/console/TTFFont.hh:4,
161 from src/console/OSDText.hh:5,
162 from src/console/OSDText.cc:1:
163/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
164/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
165 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
166 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
167/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
168 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
169 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
170/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
171 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
172 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
173/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
174 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
175 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
176Compiling console/TTFFont.cc...
177Compiling file/FilePool.cc...
178In file included from /usr/include/SDL2/SDL_video.h:33,
179 from /usr/include/SDL2/SDL_events.h:33,
180 from /usr/include/SDL2/SDL.h:41,
181 from src/video/SDLOutputSurface.hh:6,
182 from src/console/OSDWidget.cc:2:
183/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
184/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
185 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
186 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
187/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
188 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
189 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
190/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
191 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
192 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
193/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
194 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
195 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
196Compiling ide/HD.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/TTFFont.cc:1:
203/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
204/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
205 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
206 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
207/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
208 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
209 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
210/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
211 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
212 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
213/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
214 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
215 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
216Compiling ide/SunriseIDE.cc...
217Compiling input/ColecoJoystickIO.cc...
218Compiling input/Touchpad.cc...
219Compiling laserdisc/LaserdiscPlayer.cc...
220Compiling laserdisc/yuv2rgb.cc...
221Compiling memory/Carnivore2.cc...
222Compiling memory/RomInfo.cc...
223Compiling sound/AY8910.cc...
224Compiling sound/BlipBuffer.cc...
225Compiling sound/SCC.cc...
226Compiling sound/SN76489.cc...
227Compiling sound/VLM5030.cc...
228Compiling sound/WavWriter.cc...
229Compiling sound/Y8950.cc...
230Compiling sound/Y8950Adpcm.cc...
231Compiling sound/YM2151.cc...
232Compiling sound/YM2413.cc...
233Compiling sound/YM2413Burczynski.cc...
234Compiling sound/YM2413NukeYKT.cc...
235Compiling sound/YM2413Okazaki.cc...
236Compiling sound/YMF262.cc...
237Compiling utils/TigerTree.cc...
238Compiling video/ADVram.cc...
239Compiling video/AviRecorder.cc...
240Compiling video/BaseImage.cc...
241Compiling video/CharacterConverter.cc...
242Compiling video/Display.cc...
243Compiling video/DummyVideoSystem.cc...
244Compiling video/FBPostProcessor.cc...
245Compiling video/GLContext.cc...
246Compiling video/GLImage.cc...
247Compiling video/GLPostProcessor.cc...
248In file included from /usr/include/SDL2/SDL_video.h:33,
249 from /usr/include/SDL2/SDL_events.h:33,
250 from /usr/include/SDL2/SDL.h:41,
251 from src/video/SDLOutputSurface.hh:6,
252 from src/video/FBPostProcessor.cc:8:
253/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
254/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
255 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
256 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
257/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
258 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
259 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
260/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
261 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
262 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
263/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
264 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
265 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
266In file included from /usr/include/SDL2/SDL_video.h:33,
267 from /usr/include/SDL2/SDL_events.h:33,
268 from /usr/include/SDL2/SDL.h:41,
269 from src/video/SDLSurfacePtr.hh:6,
270 from src/video/GLImage.cc:3:
271/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
272/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
273 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
274 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
275/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
276 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
277 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
278/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
279 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
280 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
281/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
282 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
283 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
284Compiling video/GLSnow.cc...
285Compiling video/OutputSurface.cc...
286Compiling video/PixelRenderer.cc...
287Compiling video/PostProcessor.cc...
288Compiling video/RenderSettings.cc...
289Compiling video/RendererFactory.cc...
290In file included from /usr/include/SDL2/SDL_video.h:33,
291 from /usr/include/SDL2/SDL_events.h:33,
292 from /usr/include/SDL2/SDL.h:41,
293 from src/video/SDLSurfacePtr.hh:6,
294 from src/video/PNG.hh:5,
295 from src/video/PostProcessor.cc:8:
296/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
297/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
298 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
299 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
300/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
301 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
302 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
303/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
304 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
305 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
306/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
307 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
308 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
309Compiling video/SDLGLOffScreenSurface.cc...
310Compiling video/SDLGLVisibleSurface.cc...
311In file included from /usr/include/SDL2/SDL_video.h:33,
312 from /usr/include/SDL2/SDL_events.h:33,
313 from /usr/include/SDL2/SDL.h:41,
314 from src/video/SDLOutputSurface.hh:6,
315 from src/video/SDLVisibleSurfaceBase.hh:4,
316 from src/video/SDLGLVisibleSurface.hh:4,
317 from src/video/SDLGLOffScreenSurface.cc:2:
318/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
319/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
320 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
321 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
322/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
323 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
324 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
325/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
326 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
327 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
328/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
329 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
330 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
331Compiling video/SDLImage.cc...
332In file included from /usr/include/SDL2/SDL_video.h:33,
333 from /usr/include/SDL2/SDL_events.h:33,
334 from /usr/include/SDL2/SDL.h:41,
335 from src/video/SDLOutputSurface.hh:6,
336 from src/video/SDLVisibleSurfaceBase.hh:4,
337 from src/video/SDLGLVisibleSurface.hh:4,
338 from src/video/SDLGLVisibleSurface.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 video/SDLOffScreenSurface.cc...
353Compiling video/SDLOutputSurface.cc...
354Compiling video/SDLRasterizer.cc...
355In file included from /usr/include/SDL2/SDL_video.h:33,
356 from /usr/include/SDL2/SDL_events.h:33,
357 from /usr/include/SDL2/SDL.h:41,
358 from src/video/SDLSurfacePtr.hh:6,
359 from src/video/SDLImage.hh:5,
360 from src/video/SDLImage.cc:1:
361/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
362/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
363 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
364 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
365/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
366 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
367 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
368/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
369 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
370 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
371/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
372 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
373 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
374In file included from /usr/include/SDL2/SDL_video.h:33,
375 from /usr/include/SDL2/SDL_events.h:33,
376 from /usr/include/SDL2/SDL.h:41,
377 from src/video/SDLOutputSurface.hh:6,
378 from src/video/SDLOffScreenSurface.hh:4,
379 from src/video/SDLOffScreenSurface.cc:1:
380/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
381/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
382 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
383 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
384/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
385 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
386 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
387/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
388 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
389 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
390/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
391 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
392 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
393In file included from /usr/include/SDL2/SDL_video.h:33,
394 from /usr/include/SDL2/SDL_events.h:33,
395 from /usr/include/SDL2/SDL.h:41,
396 from src/video/SDLOutputSurface.hh:6,
397 from src/video/SDLOutputSurface.cc:1:
398/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
399/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
400 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
401 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
402/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
403 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
404 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
405/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
406 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
407 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
408/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
409 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
410 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
411Compiling video/SDLSnow.cc...
412Compiling video/SDLVideoSystem.cc...
413Compiling video/SDLVisibleSurface.cc...
414In file included from /usr/include/SDL2/SDL_video.h:33,
415 from /usr/include/SDL2/SDL_events.h:33,
416 from /usr/include/SDL2/SDL.h:41,
417 from src/video/SDLOutputSurface.hh:6,
418 from src/video/SDLSnow.cc:2:
419/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
420/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
421 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
422 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
423/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
424 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
425 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
426/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
427 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
428 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
429/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
430 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
431 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
432In file included from /usr/include/SDL2/SDL_video.h:33,
433 from /usr/include/SDL2/SDL_events.h:33,
434 from /usr/include/SDL2/SDL.h:41,
435 from src/video/SDLOutputSurface.hh:6,
436 from src/video/SDLVisibleSurfaceBase.hh:4,
437 from src/video/SDLVisibleSurface.hh:4,
438 from src/video/SDLVisibleSurface.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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
452In file included from /usr/include/SDL2/SDL_video.h:33,
453 from /usr/include/SDL2/SDL_events.h:33,
454 from /usr/include/SDL2/SDL.h:41,
455 from src/video/SDLOutputSurface.hh:6,
456 from src/video/SDLVisibleSurfaceBase.hh:4,
457 from src/video/SDLVisibleSurface.hh:4,
458 from src/video/SDLVideoSystem.cc:2:
459/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
460/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
461 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
462 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
463/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
464 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
465 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
466/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
467 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
468 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
469/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
470 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
471 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
472Compiling video/SDLVisibleSurfaceBase.cc...
473Compiling video/SpriteChecker.cc...
474Compiling video/VDP.cc...
475In file included from /usr/include/SDL2/SDL_video.h:33,
476 from /usr/include/SDL2/SDL_events.h:33,
477 from /usr/include/SDL2/SDL.h:41,
478 from src/video/SDLOutputSurface.hh:6,
479 from src/video/SDLVisibleSurfaceBase.hh:4,
480 from src/video/SDLVisibleSurfaceBase.cc:1:
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 video/VDPCmdEngine.cc...
495Compiling video/VDPVRAM.cc...
496Compiling video/VideoLayer.cc...
497Compiling video/VideoSystem.cc...
498Compiling video/VisibleSurface.cc...
499Compiling video/ZMBVEncoder.cc...
500In file included from /usr/include/SDL2/SDL_video.h:33,
501 from /usr/include/SDL2/SDL_events.h:33,
502 from /usr/include/SDL2/SDL.h:41,
503 from src/events/InputEventGenerator.hh:8,
504 from src/video/VisibleSurface.cc:9:
505/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
506/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
507 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
508 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
509/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
510 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
511 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
512/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
513 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
514 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
515/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
516 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
517 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
518Compiling video/ld/LDPixelRenderer.cc...
519Compiling video/ld/LDSDLRasterizer.cc...
520Compiling video/scalers/DirectScalerOutput.cc...
521In file included from /usr/include/SDL2/SDL_video.h:33,
522 from /usr/include/SDL2/SDL_events.h:33,
523 from /usr/include/SDL2/SDL.h:41,
524 from src/video/SDLOutputSurface.hh:6,
525 from src/video/scalers/DirectScalerOutput.hh:5,
526 from src/video/scalers/DirectScalerOutput.cc:1:
527/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
528/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
529 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
530 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
531/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
532 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
533 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
534/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
535 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
536 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
537/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
538 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
539 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
540Compiling video/scalers/GLRGBScaler.cc...
541Compiling video/scalers/GLScaler.cc...
542Compiling video/scalers/GLScalerFactory.cc...
543Compiling video/scalers/GLSimpleScaler.cc...
544Compiling video/scalers/GLTVScaler.cc...
545Compiling video/scalers/RGBTriplet3xScaler.cc...
546Compiling video/scalers/ScalerFactory.cc...
547Compiling video/scalers/Simple2xScaler.cc...
548Compiling video/scalers/Simple3xScaler.cc...
549Compiling video/scalers/StretchScalerOutput.cc...
550Compiling video/v9990/V9990.cc...
551In file included from /usr/include/SDL2/SDL_video.h:33,
552 from /usr/include/SDL2/SDL_events.h:33,
553 from /usr/include/SDL2/SDL.h:41,
554 from src/video/SDLOutputSurface.hh:6,
555 from src/video/scalers/DirectScalerOutput.hh:5,
556 from src/video/scalers/StretchScalerOutput.cc:2:
557/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
558/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
559 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
560 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
561/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
562 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
563 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
564/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
565 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
566 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
567/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
568 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
569 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
570Compiling video/v9990/V9990CmdEngine.cc...
571Compiling video/v9990/V9990PixelRenderer.cc...
572Compiling video/v9990/V9990SDLRasterizer.cc...
573Compiling video/v9990/Video9000.cc...
574Linking openmsx...
575Removing any old binary package...
576Creating binary package:
577 Executable...
578 Data files...
579 Documentation...
580 C-BIOS...
581 Creating symlinks...