openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 19:04
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 ReverseManager.cc...
10Compiling Reactor.cc...
11Compiling Version.cc...
12Compiling main.cc...
13Compiling console/CommandConsole.cc...
14In file included from /usr/include/SDL2/SDL_video.h:33,
15 from /usr/include/SDL2/SDL_events.h:33,
16 from /usr/include/SDL2/SDL.h:41,
17 from src/events/InputEventGenerator.hh:8,
18 from src/Reactor.cc:6:
19/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
20/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
21 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
22 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
23/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
24 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
25 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
26/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
27 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
28 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
29/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
30 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
31 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
32In file included from /usr/include/SDL2/SDL_video.h:33,
33 from /usr/include/SDL2/SDL_events.h:33,
34 from /usr/include/SDL2/SDL.h:41,
35 from src/main.cc:24:
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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
49Compiling console/OSDConsoleRenderer.cc...
50In file included from /usr/include/SDL2/SDL_video.h:33,
51 from /usr/include/SDL2/SDL_events.h:33,
52 from /usr/include/SDL2/SDL.h:41,
53 from src/video/SDLSurfacePtr.hh:6,
54 from src/console/TTFFont.hh:4,
55 from src/console/OSDConsoleRenderer.hh:6,
56 from src/console/OSDConsoleRenderer.cc:1:
57/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
58/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
59 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
60 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
61/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
62 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
63 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
64/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
65 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
66 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
67/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
68 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
69 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
70Compiling console/OSDGUI.cc...
71Compiling console/OSDGUILayer.cc...
72Compiling console/OSDImageBasedWidget.cc...
73Compiling console/OSDRectangle.cc...
74Compiling console/OSDText.cc...
75In file included from /usr/include/SDL2/SDL_video.h:33,
76 from /usr/include/SDL2/SDL_events.h:33,
77 from /usr/include/SDL2/SDL.h:41,
78 from src/video/SDLSurfacePtr.hh:6,
79 from src/console/TTFFont.hh:4,
80 from src/console/OSDText.hh:5,
81 from src/console/OSDGUI.cc:4:
82/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
83/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
84 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
85 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
86/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
87 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
88 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
89/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
90 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
91 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
92/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
93 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
94 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
95Compiling console/OSDTopWidget.cc...
96In file included from /usr/include/SDL2/SDL_video.h:33,
97 from /usr/include/SDL2/SDL_events.h:33,
98 from /usr/include/SDL2/SDL.h:41,
99 from src/video/SDLSurfacePtr.hh:6,
100 from src/video/SDLImage.hh:5,
101 from src/console/OSDRectangle.cc:2:
102/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
103/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
104 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
105 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
106/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
107 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
108 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
109/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
110 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
111 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
112/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
113 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
114 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
115Compiling console/OSDWidget.cc...
116In file included from /usr/include/SDL2/SDL_video.h:33,
117 from /usr/include/SDL2/SDL_events.h:33,
118 from /usr/include/SDL2/SDL.h:41,
119 from src/video/SDLSurfacePtr.hh:6,
120 from src/console/TTFFont.hh:4,
121 from src/console/OSDText.hh:5,
122 from src/console/OSDText.cc:1:
123/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
124/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
125 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
126 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
127/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
128 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
129 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
130/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
131 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
132 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
133/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
134 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
135 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
136Compiling debugger/Debugger.cc...
137Compiling fdc/DiskManipulator.cc...
138In file included from /usr/include/SDL2/SDL_video.h:33,
139 from /usr/include/SDL2/SDL_events.h:33,
140 from /usr/include/SDL2/SDL.h:41,
141 from src/video/SDLOutputSurface.hh:6,
142 from src/console/OSDWidget.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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
156Compiling fdc/NowindCommand.cc...
157Compiling file/FilePool.cc...
158Compiling ide/HD.cc...
159Compiling ide/HDCommand.cc...
160Compiling ide/IDECDROM.cc...
161Compiling input/Touchpad.cc...
162Compiling laserdisc/LaserdiscPlayer.cc...
163Compiling settings/BooleanSetting.cc...
164Compiling sound/AY8910.cc...
165Compiling video/AviRecorder.cc...
166Compiling video/Display.cc...
167Compiling video/GLSnow.cc...
168Compiling video/PixelRenderer.cc...
169Compiling video/PostProcessor.cc...
170Compiling video/RendererFactory.cc...
171In file included from /usr/include/SDL2/SDL_video.h:33,
172 from /usr/include/SDL2/SDL_events.h:33,
173 from /usr/include/SDL2/SDL.h:41,
174 from src/video/SDLSurfacePtr.hh:6,
175 from src/video/PNG.hh:5,
176 from src/video/PostProcessor.cc:8:
177/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
178/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
179 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
180 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
181/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
182 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
183 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
184/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
185 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
186 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
187/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
188 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
189 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
190Compiling video/SDLGLVisibleSurface.cc...
191Compiling video/SDLRasterizer.cc...
192Compiling video/SDLSnow.cc...
193In file included from /usr/include/SDL2/SDL_video.h:33,
194 from /usr/include/SDL2/SDL_events.h:33,
195 from /usr/include/SDL2/SDL.h:41,
196 from src/video/SDLOutputSurface.hh:6,
197 from src/video/SDLVisibleSurfaceBase.hh:4,
198 from src/video/SDLGLVisibleSurface.hh:4,
199 from src/video/SDLGLVisibleSurface.cc:1:
200/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
201/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
202 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
203 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
204/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
205 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
206 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
207/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
208 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
209 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
210/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
211 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
212 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
213Compiling video/SDLVideoSystem.cc...
214In file included from /usr/include/SDL2/SDL_video.h:33,
215 from /usr/include/SDL2/SDL_events.h:33,
216 from /usr/include/SDL2/SDL.h:41,
217 from src/video/SDLOutputSurface.hh:6,
218 from src/video/SDLSnow.cc:2:
219/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
220/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
221 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
222 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
223/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
224 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
225 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
226/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
227 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
228 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
229/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
230 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
231 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
232Compiling video/SDLVisibleSurfaceBase.cc...
233In file included from /usr/include/SDL2/SDL_video.h:33,
234 from /usr/include/SDL2/SDL_events.h:33,
235 from /usr/include/SDL2/SDL.h:41,
236 from src/video/SDLOutputSurface.hh:6,
237 from src/video/SDLVisibleSurfaceBase.hh:4,
238 from src/video/SDLVisibleSurface.hh:4,
239 from src/video/SDLVideoSystem.cc:2:
240/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
241/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
242 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
243 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
244/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
245 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
246 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
247/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
248 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
249 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
250/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
251 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
252 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
253Compiling video/VDP.cc...
254Compiling video/VideoLayer.cc...
255In file included from /usr/include/SDL2/SDL_video.h:33,
256 from /usr/include/SDL2/SDL_events.h:33,
257 from /usr/include/SDL2/SDL.h:41,
258 from src/video/SDLOutputSurface.hh:6,
259 from src/video/SDLVisibleSurfaceBase.hh:4,
260 from src/video/SDLVisibleSurfaceBase.cc:1:
261/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
262/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
263 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
264 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
265/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
266 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
267 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
268/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
269 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
270 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
271/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
272 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
273 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
274Compiling video/VisibleSurface.cc...
275Compiling video/ld/LDPixelRenderer.cc...
276In file included from /usr/include/SDL2/SDL_video.h:33,
277 from /usr/include/SDL2/SDL_events.h:33,
278 from /usr/include/SDL2/SDL.h:41,
279 from src/events/InputEventGenerator.hh:8,
280 from src/video/VisibleSurface.cc:9:
281/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
282/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
283 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
284 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
285/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
286 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
287 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
288/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
289 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
290 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
291/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
292 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
293 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
294Compiling video/v9990/V9990.cc...
295Compiling video/v9990/V9990CmdEngine.cc...
296Compiling video/v9990/V9990PixelRenderer.cc...
297Compiling video/v9990/V9990SDLRasterizer.cc...
298Compiling video/v9990/Video9000.cc...
299Linking openmsx...
300Removing any old binary package...
301Creating binary package:
302 Executable...
303 Data files...
304 Documentation...
305 C-BIOS...
306 Creating symlinks...