openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:36
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-unittest/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: unittest
6 Compiler: g++
7 Subset: full build
8Compiling CartridgeSlotManager.cc...
9Compiling Version.cc...
10Compiling Reactor.cc...
11Compiling ReverseManager.cc...
12Compiling console/CommandConsole.cc...
13In file included from /usr/include/SDL2/SDL_video.h:33,
14 from /usr/include/SDL2/SDL_events.h:33,
15 from /usr/include/SDL2/SDL.h:41,
16 from src/events/InputEventGenerator.hh:8,
17 from src/Reactor.cc:6:
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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
31Compiling console/OSDConsoleRenderer.cc...
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/video/SDLSurfacePtr.hh:6,
36 from src/console/TTFFont.hh:4,
37 from src/console/OSDConsoleRenderer.hh:6,
38 from src/console/OSDConsoleRenderer.cc:1:
39/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
40/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
41 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
42 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
43/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
44 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
45 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
46/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
47 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
48 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
49/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
50 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
51 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
52Compiling console/OSDGUI.cc...
53Compiling console/OSDGUILayer.cc...
54In file included from /usr/include/SDL2/SDL_video.h:33,
55 from /usr/include/SDL2/SDL_events.h:33,
56 from /usr/include/SDL2/SDL.h:41,
57 from src/video/SDLSurfacePtr.hh:6,
58 from src/console/TTFFont.hh:4,
59 from src/console/OSDText.hh:5,
60 from src/console/OSDGUI.cc:4:
61/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
62/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
63 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
64 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
65/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
66 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
67 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
68/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
69 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
70 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
71/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
72 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
73 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
74Compiling console/OSDImageBasedWidget.cc...
75In file included from src/utils/StringOp.hh:12,
76 from src/serialize.hh:6,
77 from src/EmuDuration.hh:4,
78 from src/EmuTime.hh:4,
79 from src/Schedulable.hh:4,
80 from src/ReverseManager.hh:4,
81 from src/ReverseManager.cc:1:
82In constructor ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Up = unsigned int; bool <anonymous> = true; _Tp = unsigned int]’,
83 inlined from ‘constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Tp = unsigned int]’ at /usr/include/c++/12/optional:126:4,
84 inlined from ‘constexpr std::_Optional_payload<unsigned int, true, true, true>::_Optional_payload(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}][inherited from std::_Optional_payload_base<unsigned int>]’ at /usr/include/c++/12/optional:339:42,
85 inlined from ‘constexpr std::_Optional_base<_Tp, true, true>::_Optional_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; typename std::enable_if<is_constructible_v<_Tp, _Args ...>, bool>::type <anonymous> = false; _Tp = unsigned int]’ at /usr/include/c++/12/optional:650:4,
86 inlined from ‘constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = unsigned int; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Tuple>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Tuple>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = unsigned int]’ at /usr/include/c++/12/optional:749:47,
87 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:152:11,
88 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:190:31:
89/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
90 214 | : _M_value(std::forward<_Args>(__args)...)
91 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
92src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
93src/utils/StringOp.hh:147:19: note: ‘result’ was declared here
94 147 | T result;
95 | ^~~~~~
96Compiling console/OSDRectangle.cc...
97Compiling console/OSDText.cc...
98Compiling console/OSDTopWidget.cc...
99In file included from /usr/include/SDL2/SDL_video.h:33,
100 from /usr/include/SDL2/SDL_events.h:33,
101 from /usr/include/SDL2/SDL.h:41,
102 from src/video/SDLSurfacePtr.hh:6,
103 from src/video/SDLImage.hh:5,
104 from src/console/OSDRectangle.cc:2:
105/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
106/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
107 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
108 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
109/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
110 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
111 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
112/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
113 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
114 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
115/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
116 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
117 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
118In file included from /usr/include/SDL2/SDL_video.h:33,
119 from /usr/include/SDL2/SDL_events.h:33,
120 from /usr/include/SDL2/SDL.h:41,
121 from src/video/SDLSurfacePtr.hh:6,
122 from src/console/TTFFont.hh:4,
123 from src/console/OSDText.hh:5,
124 from src/console/OSDText.cc:1:
125/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
126/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
127 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
128 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
129/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
130 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
131 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
132/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
133 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
134 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
135/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
136 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
137 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
138Compiling console/OSDWidget.cc...
139Compiling debugger/Debugger.cc...
140Compiling fdc/DiskManipulator.cc...
141In file included from /usr/include/SDL2/SDL_video.h:33,
142 from /usr/include/SDL2/SDL_events.h:33,
143 from /usr/include/SDL2/SDL.h:41,
144 from src/video/SDLOutputSurface.hh:6,
145 from src/console/OSDWidget.cc:2:
146/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
147/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
148 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
149 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
150/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
151 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
152 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
153/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
154 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
155 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
156/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
157 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
158 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
159Compiling fdc/NowindCommand.cc...
160Compiling file/FilePool.cc...
161Compiling ide/HD.cc...
162Compiling ide/HDCommand.cc...
163Compiling ide/IDECDROM.cc...
164Compiling input/Touchpad.cc...
165Compiling laserdisc/LaserdiscPlayer.cc...
166Compiling settings/BooleanSetting.cc...
167Compiling sound/AY8910.cc...
168Compiling video/AviRecorder.cc...
169Compiling video/Display.cc...
170Compiling video/GLSnow.cc...
171Compiling video/PixelRenderer.cc...
172Compiling video/PostProcessor.cc...
173In file included from /usr/include/SDL2/SDL_video.h:33,
174 from /usr/include/SDL2/SDL_events.h:33,
175 from /usr/include/SDL2/SDL.h:41,
176 from src/video/SDLSurfacePtr.hh:6,
177 from src/video/PNG.hh:5,
178 from src/video/PostProcessor.cc:8:
179/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
180/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
181 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
182 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
183/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
184 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
185 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
186/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
187 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
188 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
189/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
190 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
191 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
192Compiling video/RendererFactory.cc...
193Compiling video/SDLGLVisibleSurface.cc...
194Compiling video/SDLRasterizer.cc...
195Compiling video/SDLSnow.cc...
196In file included from /usr/include/SDL2/SDL_video.h:33,
197 from /usr/include/SDL2/SDL_events.h:33,
198 from /usr/include/SDL2/SDL.h:41,
199 from src/video/SDLOutputSurface.hh:6,
200 from src/video/SDLVisibleSurfaceBase.hh:4,
201 from src/video/SDLGLVisibleSurface.hh:4,
202 from src/video/SDLGLVisibleSurface.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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
216In file included from /usr/include/SDL2/SDL_video.h:33,
217 from /usr/include/SDL2/SDL_events.h:33,
218 from /usr/include/SDL2/SDL.h:41,
219 from src/video/SDLOutputSurface.hh:6,
220 from src/video/SDLSnow.cc:2:
221/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
222/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
223 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
224 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
225/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
226 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
227 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
228/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
229 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
230 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
231/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
232 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
233 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
234Compiling video/SDLVideoSystem.cc...
235Compiling video/SDLVisibleSurfaceBase.cc...
236Compiling video/VDP.cc...
237In file included from /usr/include/SDL2/SDL_video.h:33,
238 from /usr/include/SDL2/SDL_events.h:33,
239 from /usr/include/SDL2/SDL.h:41,
240 from src/video/SDLOutputSurface.hh:6,
241 from src/video/SDLVisibleSurfaceBase.hh:4,
242 from src/video/SDLVisibleSurface.hh:4,
243 from src/video/SDLVideoSystem.cc:2:
244/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
245/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
246 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
247 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
248/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
249 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
250 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
251/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
252 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
253 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
254/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
255 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
256 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
257In file included from /usr/include/SDL2/SDL_video.h:33,
258 from /usr/include/SDL2/SDL_events.h:33,
259 from /usr/include/SDL2/SDL.h:41,
260 from src/video/SDLOutputSurface.hh:6,
261 from src/video/SDLVisibleSurfaceBase.hh:4,
262 from src/video/SDLVisibleSurfaceBase.cc:1:
263/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
264/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
265 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
266 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
267/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
268 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
269 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
270/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
271 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
272 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
273/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
274 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
275 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
276Compiling video/VideoLayer.cc...
277Compiling video/VisibleSurface.cc...
278Compiling video/ld/LDPixelRenderer.cc...
279Compiling video/v9990/V9990.cc...
280In file included from /usr/include/SDL2/SDL_video.h:33,
281 from /usr/include/SDL2/SDL_events.h:33,
282 from /usr/include/SDL2/SDL.h:41,
283 from src/events/InputEventGenerator.hh:8,
284 from src/video/VisibleSurface.cc:9:
285/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
286/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
287 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
288 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
289/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
290 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
291 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
292/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
293 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
294 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
295/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
296 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
297 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
298Compiling video/v9990/V9990CmdEngine.cc...
299Compiling video/v9990/V9990PixelRenderer.cc...
300Compiling video/v9990/V9990SDLRasterizer.cc...
301Compiling video/v9990/Video9000.cc...
302Linking openmsx...
303Removing any old binary package...
304Creating binary package:
305 Executable...
306 Data files...
307 Documentation...
308 C-BIOS...
309 Creating symlinks...