openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:40
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 PluggableFactory.cc...
9Compiling DeviceFactory.cc...
10Compiling Reactor.cc...
11Compiling Printer.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 cassette/WavImage.cc...
70Compiling console/CommandConsole.cc...
71Compiling console/OSDConsoleRenderer.cc...
72In file included from /usr/include/SDL2/SDL_video.h:33,
73 from /usr/include/SDL2/SDL_events.h:33,
74 from /usr/include/SDL2/SDL.h:41,
75 from src/video/SDLSurfacePtr.hh:6,
76 from src/console/TTFFont.hh:4,
77 from src/console/OSDConsoleRenderer.hh:6,
78 from src/console/OSDConsoleRenderer.cc:1:
79/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
80/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
81 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
82 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
83/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
84 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
85 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
86/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
87 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
88 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
89/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
90 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
91 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
92Compiling console/OSDGUI.cc...
93Compiling console/OSDGUILayer.cc...
94In file included from /usr/include/SDL2/SDL_video.h:33,
95 from /usr/include/SDL2/SDL_events.h:33,
96 from /usr/include/SDL2/SDL.h:41,
97 from src/video/SDLSurfacePtr.hh:6,
98 from src/console/TTFFont.hh:4,
99 from src/console/OSDText.hh:5,
100 from src/console/OSDGUI.cc:4:
101/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
102/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
103 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
104 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
105/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
106 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
107 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
108/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
109 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
110 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
111/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
112 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
113 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
114Compiling console/OSDImageBasedWidget.cc...
115In file included from src/utils/StringOp.hh:11,
116 from src/serialize.hh:6,
117 from src/EmuDuration.hh:4,
118 from src/EmuTime.hh:4,
119 from src/Schedulable.hh:4,
120 from src/ReverseManager.hh:4,
121 from src/ReverseManager.cc:1:
122In 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]’,
123 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,
124 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,
125 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,
126 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,
127 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:150:11,
128 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:188:31:
129/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
130 214 | : _M_value(std::forward<_Args>(__args)...)
131 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
133src/utils/StringOp.hh:145:19: note: ‘result’ was declared here
134 145 | T result;
135 | ^~~~~~
136Compiling console/OSDRectangle.cc...
137Compiling console/OSDText.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/SDLSurfacePtr.hh:6,
142 from src/video/SDLImage.hh:5,
143 from src/console/OSDRectangle.cc:2:
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 console/OSDTopWidget.cc...
158Compiling console/OSDWidget.cc...
159In file included from /usr/include/SDL2/SDL_video.h:33,
160 from /usr/include/SDL2/SDL_events.h:33,
161 from /usr/include/SDL2/SDL.h:41,
162 from src/video/SDLSurfacePtr.hh:6,
163 from src/console/TTFFont.hh:4,
164 from src/console/OSDText.hh:5,
165 from src/console/OSDText.cc:1:
166/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
167/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
168 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
169 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
170/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
171 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
172 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
173/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
174 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
175 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
176/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
177 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
178 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
179Compiling console/TTFFont.cc...
180Compiling file/FilePool.cc...
181In file included from /usr/include/SDL2/SDL_video.h:33,
182 from /usr/include/SDL2/SDL_events.h:33,
183 from /usr/include/SDL2/SDL.h:41,
184 from src/video/SDLOutputSurface.hh:6,
185 from src/console/OSDWidget.cc:2:
186/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
187/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
188 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
189 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
190/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
191 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
192 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
193/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
194 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
195 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
196/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
197 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
198 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
199In file included from /usr/include/SDL2/SDL_video.h:33,
200 from /usr/include/SDL2/SDL_events.h:33,
201 from /usr/include/SDL2/SDL.h:41,
202 from src/video/SDLSurfacePtr.hh:6,
203 from src/console/TTFFont.hh:4,
204 from src/console/TTFFont.cc:1:
205/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
206/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
207 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
208 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
209/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
210 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
211 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
212/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
213 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
214 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
215/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
216 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
217 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
218Compiling ide/HD.cc...
219Compiling ide/SunriseIDE.cc...
220Compiling input/ColecoJoystickIO.cc...
221Compiling input/Touchpad.cc...
222Compiling laserdisc/LaserdiscPlayer.cc...
223Compiling laserdisc/yuv2rgb.cc...
224Compiling memory/Carnivore2.cc...
225Compiling memory/RomInfo.cc...
226Compiling sound/AY8910.cc...
227Compiling sound/BlipBuffer.cc...
228Compiling sound/SCC.cc...
229Compiling sound/SN76489.cc...
230Compiling sound/VLM5030.cc...
231Compiling sound/WavWriter.cc...
232Compiling sound/Y8950.cc...
233Compiling sound/Y8950Adpcm.cc...
234Compiling sound/YM2151.cc...
235Compiling sound/YM2413.cc...
236Compiling sound/YM2413Burczynski.cc...
237Compiling sound/YM2413NukeYKT.cc...
238Compiling sound/YM2413Okazaki.cc...
239Compiling sound/YMF262.cc...
240src/sound/YM2151.cc: In member function ‘void openmsx::YM2151::serialize(Archive&, unsigned int) [with Archive = openmsx::MemInputArchive]’:
241src/sound/YM2151.cc:1613:6: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
242 1613 | void YM2151::serialize(Archive& a, unsigned /*version*/)
243 | ^~~~~~
244src/sound/YM2413NukeYKT.cc: In member function ‘void openmsx::YM2413NukeYKT::YM2413::step18(float**) [with bool TEST_MODE = true]’:
245src/sound/YM2413NukeYKT.cc:830:19: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
246 830 | NEVER_INLINE void YM2413::step18(float* out[9 + 5])
247 | ^~~~~~
248Compiling unittest/Math_test.cc...
249Compiling unittest/gl_mat.cc...
250Compiling unittest/gl_transform.cc...
251Compiling unittest/gl_vec.cc...
252src/sound/YM2413NukeYKT.cc: In member function ‘void openmsx::YM2413NukeYKT::YM2413::step18(float**) [with bool TEST_MODE = false]’:
253src/sound/YM2413NukeYKT.cc:830:19: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
254Compiling utils/TigerTree.cc...
255Compiling video/ADVram.cc...
256Compiling video/AviRecorder.cc...
257Compiling video/BaseImage.cc...
258Compiling video/CharacterConverter.cc...
259Compiling video/Display.cc...
260Compiling video/DummyVideoSystem.cc...
261Compiling video/FBPostProcessor.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/video/FBPostProcessor.cc:8:
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 video/GLContext.cc...
281Compiling video/GLImage.cc...
282Compiling video/GLPostProcessor.cc...
283In file included from /usr/include/SDL2/SDL_video.h:33,
284 from /usr/include/SDL2/SDL_events.h:33,
285 from /usr/include/SDL2/SDL.h:41,
286 from src/video/SDLSurfacePtr.hh:6,
287 from src/video/GLImage.cc:3:
288/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
289/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
290 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
291 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
292/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
293 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
294 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
295/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
296 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
297 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
298/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
299 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
300 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
301Compiling video/GLSnow.cc...
302Compiling video/OutputSurface.cc...
303Compiling video/PixelRenderer.cc...
304Compiling video/PostProcessor.cc...
305Compiling video/RenderSettings.cc...
306In file included from /usr/include/SDL2/SDL_video.h:33,
307 from /usr/include/SDL2/SDL_events.h:33,
308 from /usr/include/SDL2/SDL.h:41,
309 from src/video/SDLSurfacePtr.hh:6,
310 from src/video/PNG.hh:5,
311 from src/video/PostProcessor.cc:8:
312/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
313/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
314 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
315 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
316/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
317 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
318 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
319/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
320 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
321 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
322/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
323 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
324 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
325Compiling video/RendererFactory.cc...
326Compiling video/SDLGLOffScreenSurface.cc...
327Compiling video/SDLGLVisibleSurface.cc...
328In file included from /usr/include/SDL2/SDL_video.h:33,
329 from /usr/include/SDL2/SDL_events.h:33,
330 from /usr/include/SDL2/SDL.h:41,
331 from src/video/SDLOutputSurface.hh:6,
332 from src/video/SDLVisibleSurfaceBase.hh:4,
333 from src/video/SDLGLVisibleSurface.hh:4,
334 from src/video/SDLGLOffScreenSurface.cc:2:
335/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
336/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
337 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
338 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
339/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
340 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
341 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
342/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
343 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
344 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
345/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
346 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
347 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
348Compiling video/SDLImage.cc...
349Compiling video/SDLOffScreenSurface.cc...
350In file included from /usr/include/SDL2/SDL_video.h:33,
351 from /usr/include/SDL2/SDL_events.h:33,
352 from /usr/include/SDL2/SDL.h:41,
353 from src/video/SDLOutputSurface.hh:6,
354 from src/video/SDLVisibleSurfaceBase.hh:4,
355 from src/video/SDLGLVisibleSurface.hh:4,
356 from src/video/SDLGLVisibleSurface.cc:1:
357/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
358/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
359 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
360 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
361/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
362 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
363 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
364/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
365 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
366 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
367/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
368 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
369 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
370In file included from /usr/include/SDL2/SDL_video.h:33,
371 from /usr/include/SDL2/SDL_events.h:33,
372 from /usr/include/SDL2/SDL.h:41,
373 from src/video/SDLOutputSurface.hh:6,
374 from src/video/SDLOffScreenSurface.hh:4,
375 from src/video/SDLOffScreenSurface.cc:1:
376/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
377/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
378 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
379 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
380/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
381 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
382 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
383/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
384 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
385 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
386/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
387 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
388 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
389In file included from /usr/include/SDL2/SDL_video.h:33,
390 from /usr/include/SDL2/SDL_events.h:33,
391 from /usr/include/SDL2/SDL.h:41,
392 from src/video/SDLSurfacePtr.hh:6,
393 from src/video/SDLImage.hh:5,
394 from src/video/SDLImage.cc:1:
395/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
396/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
397 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
398 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
399/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
400 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
401 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
402/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
403 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
404 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
405/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
406 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
407 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
408Compiling video/SDLOutputSurface.cc...
409Compiling video/SDLRasterizer.cc...
410Compiling video/SDLSnow.cc...
411In file included from /usr/include/SDL2/SDL_video.h:33,
412 from /usr/include/SDL2/SDL_events.h:33,
413 from /usr/include/SDL2/SDL.h:41,
414 from src/video/SDLOutputSurface.hh:6,
415 from src/video/SDLOutputSurface.cc:1:
416/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
417/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
418 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
419 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
420/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
421 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
422 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
423/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
424 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
425 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
426/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
427 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
428 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
429Compiling video/SDLVideoSystem.cc...
430In file included from /usr/include/SDL2/SDL_video.h:33,
431 from /usr/include/SDL2/SDL_events.h:33,
432 from /usr/include/SDL2/SDL.h:41,
433 from src/video/SDLOutputSurface.hh:6,
434 from src/video/SDLSnow.cc:2:
435/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
436/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
437 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
438 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
439/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
440 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
441 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
442/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
443 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
444 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
445/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
446 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
447 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
448In file included from /usr/include/SDL2/SDL_video.h:33,
449 from /usr/include/SDL2/SDL_events.h:33,
450 from /usr/include/SDL2/SDL.h:41,
451 from src/video/SDLOutputSurface.hh:6,
452 from src/video/SDLVisibleSurfaceBase.hh:4,
453 from src/video/SDLVisibleSurface.hh:4,
454 from src/video/SDLVideoSystem.cc:2:
455/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
456/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
457 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
458 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
459/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
460 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
461 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
462/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
463 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
464 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
465/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
466 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
467 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
468Compiling video/SDLVisibleSurface.cc...
469In file included from /usr/include/SDL2/SDL_video.h:33,
470 from /usr/include/SDL2/SDL_events.h:33,
471 from /usr/include/SDL2/SDL.h:41,
472 from src/video/SDLOutputSurface.hh:6,
473 from src/video/SDLVisibleSurfaceBase.hh:4,
474 from src/video/SDLVisibleSurface.hh:4,
475 from src/video/SDLVisibleSurface.cc:1:
476/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
477/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
478 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
479 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
480/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
481 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
482 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
483/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
484 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
485 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
486/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
487 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
488 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
489Compiling video/SDLVisibleSurfaceBase.cc...
490In file included from /usr/include/SDL2/SDL_video.h:33,
491 from /usr/include/SDL2/SDL_events.h:33,
492 from /usr/include/SDL2/SDL.h:41,
493 from src/video/SDLOutputSurface.hh:6,
494 from src/video/SDLVisibleSurfaceBase.hh:4,
495 from src/video/SDLVisibleSurfaceBase.cc:1:
496/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
497/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
498 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
499 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
500/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
501 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
502 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
503/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
504 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
505 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
506/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
507 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
508 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
509Compiling video/SpriteChecker.cc...
510Compiling video/VDP.cc...
511Compiling video/VDPCmdEngine.cc...
512Compiling video/VDPVRAM.cc...
513Compiling video/VideoLayer.cc...
514Compiling video/VideoSystem.cc...
515Compiling video/VisibleSurface.cc...
516In file included from /usr/include/SDL2/SDL_video.h:33,
517 from /usr/include/SDL2/SDL_events.h:33,
518 from /usr/include/SDL2/SDL.h:41,
519 from src/events/InputEventGenerator.hh:8,
520 from src/video/VisibleSurface.cc:9:
521/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
522/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
523 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
524 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
525/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
526 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
527 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
528/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
529 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
530 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
531/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
532 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
533 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
534Compiling video/ZMBVEncoder.cc...
535Compiling video/ld/LDPixelRenderer.cc...
536Compiling video/ld/LDSDLRasterizer.cc...
537Compiling video/scalers/DirectScalerOutput.cc...
538Compiling video/scalers/GLRGBScaler.cc...
539Compiling video/scalers/GLScaler.cc...
540In file included from /usr/include/SDL2/SDL_video.h:33,
541 from /usr/include/SDL2/SDL_events.h:33,
542 from /usr/include/SDL2/SDL.h:41,
543 from src/video/SDLOutputSurface.hh:6,
544 from src/video/scalers/DirectScalerOutput.hh:5,
545 from src/video/scalers/DirectScalerOutput.cc:1:
546/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
547/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
548 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
549 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
550/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
551 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
552 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
553/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
554 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
555 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
556/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
557 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
558 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
559Compiling video/scalers/GLScalerFactory.cc...
560Compiling video/scalers/GLSimpleScaler.cc...
561Compiling video/scalers/GLTVScaler.cc...
562Compiling video/scalers/RGBTriplet3xScaler.cc...
563Compiling video/scalers/ScalerFactory.cc...
564Compiling video/scalers/Simple2xScaler.cc...
565Compiling video/scalers/Simple3xScaler.cc...
566Compiling video/scalers/StretchScalerOutput.cc...
567In file included from /usr/include/SDL2/SDL_video.h:33,
568 from /usr/include/SDL2/SDL_events.h:33,
569 from /usr/include/SDL2/SDL.h:41,
570 from src/video/SDLOutputSurface.hh:6,
571 from src/video/scalers/DirectScalerOutput.hh:5,
572 from src/video/scalers/StretchScalerOutput.cc:2:
573/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
574/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
575 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
576 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
577/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
578 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
579 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
580/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
581 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
582 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
583/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
584 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
585 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
586Compiling video/v9990/V9990.cc...
587Compiling video/v9990/V9990CmdEngine.cc...
588Compiling video/v9990/V9990PixelRenderer.cc...
589Compiling video/v9990/V9990SDLRasterizer.cc...
590Compiling video/v9990/Video9000.cc...
591Linking openmsx...
592Removing any old binary package...
593Creating binary package:
594 Executable...
595 Data files...
596 Documentation...
597 C-BIOS...
598 Creating symlinks...