openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 19:13
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 Printer.cc...
9Compiling CommandLineParser.cc...
10Compiling Version.cc...
11Compiling ReverseManager.cc...
12Compiling commands/Command.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/video/SDLSurfacePtr.hh:6,
17 from src/video/PNG.hh:5,
18 from src/Printer.cc:2:
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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
32Compiling commands/GlobalCommandController.cc...
33Compiling commands/MSXCommandController.cc...
34Compiling commands/ProxyCommand.cc...
35In file included from src/utils/StringOp.hh:12,
36 from src/serialize.hh:6,
37 from src/EmuDuration.hh:4,
38 from src/EmuTime.hh:4,
39 from src/Schedulable.hh:4,
40 from src/ReverseManager.hh:4,
41 from src/ReverseManager.cc:1:
42In 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]’,
43 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,
44 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,
45 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,
46 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,
47 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:152:11,
48 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:190:31:
49/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
50 214 | : _M_value(std::forward<_Args>(__args)...)
51 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
53src/utils/StringOp.hh:147:19: note: ‘result’ was declared here
54 147 | T result;
55 | ^~~~~~
56Compiling config/SettingsConfig.cc...
57Compiling console/CommandConsole.cc...
58Compiling console/OSDConsoleRenderer.cc...
59Compiling console/OSDGUI.cc...
60In file included from /usr/include/SDL2/SDL_video.h:33,
61 from /usr/include/SDL2/SDL_events.h:33,
62 from /usr/include/SDL2/SDL.h:41,
63 from src/video/SDLSurfacePtr.hh:6,
64 from src/console/TTFFont.hh:4,
65 from src/console/OSDConsoleRenderer.hh:6,
66 from src/console/OSDConsoleRenderer.cc:1:
67/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
68/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
69 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
70 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
71/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
72 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
73 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
74/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
75 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
76 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
77/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
78 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
79 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
80In file included from /usr/include/SDL2/SDL_video.h:33,
81 from /usr/include/SDL2/SDL_events.h:33,
82 from /usr/include/SDL2/SDL.h:41,
83 from src/video/SDLSurfacePtr.hh:6,
84 from src/console/TTFFont.hh:4,
85 from src/console/OSDText.hh:5,
86 from src/console/OSDGUI.cc:4:
87/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
88/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
89 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
90 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
91/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
92 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
93 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
94/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
95 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
96 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
97/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
98 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
99 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
100Compiling console/OSDRectangle.cc...
101Compiling console/OSDText.cc...
102Compiling console/OSDWidget.cc...
103In file included from /usr/include/SDL2/SDL_video.h:33,
104 from /usr/include/SDL2/SDL_events.h:33,
105 from /usr/include/SDL2/SDL.h:41,
106 from src/video/SDLSurfacePtr.hh:6,
107 from src/video/SDLImage.hh:5,
108 from src/console/OSDRectangle.cc:2:
109/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
110/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
111 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
112 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
113/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
114 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
115 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
116/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
117 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
118 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
119/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
120 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
121 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
122In file included from /usr/include/SDL2/SDL_video.h:33,
123 from /usr/include/SDL2/SDL_events.h:33,
124 from /usr/include/SDL2/SDL.h:41,
125 from src/video/SDLOutputSurface.hh:6,
126 from src/console/OSDWidget.cc:2:
127/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
128/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
129 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
130 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
131/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
132 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
133 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
134/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
135 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
136 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
137/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
138 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
139 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
140In file included from /usr/include/SDL2/SDL_video.h:33,
141 from /usr/include/SDL2/SDL_events.h:33,
142 from /usr/include/SDL2/SDL.h:41,
143 from src/video/SDLSurfacePtr.hh:6,
144 from src/console/TTFFont.hh:4,
145 from src/console/OSDText.hh:5,
146 from src/console/OSDText.cc:1:
147/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
148/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
149 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
150 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
151/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
152 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
153 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
154/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
155 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
156 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
157/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
158 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
159 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
160Compiling console/TTFFont.cc...
161Compiling events/AfterCommand.cc...
162In file included from /usr/include/SDL2/SDL_video.h:33,
163 from /usr/include/SDL2/SDL_events.h:33,
164 from /usr/include/SDL2/SDL.h:41,
165 from src/video/SDLSurfacePtr.hh:6,
166 from src/console/TTFFont.hh:4,
167 from src/console/TTFFont.cc:1:
168/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
169/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
170 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
171 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
172/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
173 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
174 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
175/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
176 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
177 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
178/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
179 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
180 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
181Compiling events/CliConnection.cc...
182Compiling events/Event.cc...
183Compiling events/EventDistributor.cc...
184In file included from /usr/include/SDL2/SDL_video.h:33,
185 from /usr/include/SDL2/SDL_events.h:33,
186 from /usr/include/SDL2/SDL.h:41,
187 from src/events/Event.cc:5:
188/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
189/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
190 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
191 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
192/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
193 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
194 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
195/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
196 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
197 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
198/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
199 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
200 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
201In file included from /usr/include/SDL2/SDL_video.h:33,
202 from /usr/include/SDL2/SDL_events.h:33,
203 from /usr/include/SDL2/SDL.h:41,
204 from src/events/InputEventGenerator.hh:8,
205 from src/events/EventDistributor.cc:6:
206/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
207/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
208 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
209 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
210/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
211 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
212 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
213/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
214 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
215 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
216/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
217 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
218 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
219Compiling events/HotKey.cc...
220In file included from src/commands/TclObject.hh:13,
221 from src/events/Event.hh:9,
222 from src/events/AfterCommand.hh:6,
223 from src/events/AfterCommand.cc:1:
224In 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]’,
225 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,
226 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,
227 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,
228 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<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::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,
229 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:152:11,
230 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:190:31:
231/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
232 214 | : _M_value(std::forward<_Args>(__args)...)
233 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
234In file included from src/serialize.hh:6,
235 from src/EmuDuration.hh:4,
236 from src/EmuTime.hh:4,
237 from src/Schedulable.hh:4,
238 from src/events/AfterCommand.cc:5:
239src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
240src/utils/StringOp.hh:147:19: note: ‘result’ was declared here
241 147 | T result;
242 | ^~~~~~
243Compiling events/InputEventFactory.cc...
244In file included from /usr/include/SDL2/SDL_video.h:33,
245 from /usr/include/SDL2/SDL_events.h:33,
246 from /usr/include/SDL2/SDL.h:41,
247 from src/events/InputEventFactory.cc:8:
248/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
249/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
250 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
251 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
252/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
253 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
254 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
255/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
256 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
257 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
258/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
259 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
260 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
261Compiling events/Keys.cc...
262Compiling file/FilePool.cc...
263Compiling input/ArkanoidPad.cc...
264Compiling input/EventDelay.cc...
265Compiling input/JoyMega.cc...
266Compiling input/KeyJoystick.cc...
267In file included from /usr/include/SDL2/SDL_video.h:33,
268 from /usr/include/SDL2/SDL_events.h:33,
269 from /usr/include/SDL2/SDL.h:41,
270 from src/input/JoyMega.hh:7,
271 from src/input/JoyMega.cc:1:
272/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
273/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
274 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
275 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
276/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
277 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
278 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
279/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
280 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
281 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
282/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
283 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
284 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
285Compiling input/Keyboard.cc...
286Compiling input/KeyboardSettings.cc...
287In file included from /usr/include/SDL2/SDL_video.h:33,
288 from /usr/include/SDL2/SDL_events.h:33,
289 from /usr/include/SDL2/SDL.h:41,
290 from src/input/Keyboard.cc:28:
291/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
292/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
293 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
294 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
295/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
296 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
297 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
298/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
299 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
300 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
301/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
302 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
303 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
304Compiling input/Mouse.cc...
305Compiling input/Paddle.cc...
306Compiling input/Touchpad.cc...
307In file included from /usr/include/SDL2/SDL_video.h:33,
308 from /usr/include/SDL2/SDL_events.h:33,
309 from /usr/include/SDL2/SDL.h:41,
310 from src/input/Mouse.cc:10:
311/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
312/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
313 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
314 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
315/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
316 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
317 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
318/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
319 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
320 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
321/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
322 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
323 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
324Compiling input/Trackball.cc...
325Compiling serial/MidiInReader.cc...
326Compiling serial/RS232Tester.cc...
327Compiling settings/KeyCodeSetting.cc...
328Compiling settings/ProxySetting.cc...
329Compiling settings/Setting.cc...
330Compiling settings/SettingsManager.cc...
331Compiling settings/UserSettings.cc...
332Compiling sound/Mixer.cc...
333Compiling unittest/Keys_test.cc...
334In file included from /usr/include/SDL2/SDL_video.h:33,
335 from /usr/include/SDL2/SDL_events.h:33,
336 from /usr/include/SDL2/SDL.h:41,
337 from src/video/SDLSurfacePtr.hh:6,
338 from src/sound/SDLSoundDriver.hh:5,
339 from src/sound/Mixer.cc:4:
340/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
341/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
342 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
343 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
344/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
345 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
346 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
347/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
348 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
349 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
350/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
351 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
352 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
353Compiling video/Display.cc...
354Compiling video/FBPostProcessor.cc...
355Compiling video/GLImage.cc...
356Compiling video/PNG.cc...
357In file included from /usr/include/SDL2/SDL_video.h:33,
358 from /usr/include/SDL2/SDL_events.h:33,
359 from /usr/include/SDL2/SDL.h:41,
360 from src/video/SDLOutputSurface.hh:6,
361 from src/video/FBPostProcessor.cc:8:
362/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
363/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
364 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
365 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
366/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
367 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
368 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
369/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
370 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
371 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
372/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
373 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
374 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
375In file included from /usr/include/SDL2/SDL_video.h:33,
376 from /usr/include/SDL2/SDL_events.h:33,
377 from /usr/include/SDL2/SDL.h:41,
378 from src/video/SDLSurfacePtr.hh:6,
379 from src/video/GLImage.cc:3:
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/SDLSurfacePtr.hh:6,
397 from src/video/PNG.hh:5,
398 from src/video/PNG.cc:1:
399/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
400/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
401 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
402 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
403/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
404 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
405 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
406/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
407 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
408 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
409/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
410 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
411 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
412Compiling video/PostProcessor.cc...
413Compiling video/SDLGLOffScreenSurface.cc...
414Compiling video/SDLGLVisibleSurface.cc...
415In file included from /usr/include/SDL2/SDL_video.h:33,
416 from /usr/include/SDL2/SDL_events.h:33,
417 from /usr/include/SDL2/SDL.h:41,
418 from src/video/SDLOutputSurface.hh:6,
419 from src/video/SDLVisibleSurfaceBase.hh:4,
420 from src/video/SDLGLVisibleSurface.hh:4,
421 from src/video/SDLGLOffScreenSurface.cc:2:
422/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
423/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
424 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
425 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
426/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
427 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
428 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
429/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
430 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
431 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
432/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
433 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
434 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
435Compiling video/SDLImage.cc...
436In file included from /usr/include/SDL2/SDL_video.h:33,
437 from /usr/include/SDL2/SDL_events.h:33,
438 from /usr/include/SDL2/SDL.h:41,
439 from src/video/SDLSurfacePtr.hh:6,
440 from src/video/PNG.hh:5,
441 from src/video/PostProcessor.cc:8:
442/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
443/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
444 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
445 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
446/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
447 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
448 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
449/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
450 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
451 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
452/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
453 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
454 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
455In file included from /usr/include/SDL2/SDL_video.h:33,
456 from /usr/include/SDL2/SDL_events.h:33,
457 from /usr/include/SDL2/SDL.h:41,
458 from src/video/SDLOutputSurface.hh:6,
459 from src/video/SDLVisibleSurfaceBase.hh:4,
460 from src/video/SDLGLVisibleSurface.hh:4,
461 from src/video/SDLGLVisibleSurface.cc:1:
462/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
463/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
464 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
465 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
466/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
467 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
468 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
469/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
470 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
471 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
472/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
473 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
474 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
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/SDLSurfacePtr.hh:6,
479 from src/video/SDLImage.hh:5,
480 from src/video/SDLImage.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/SDLOffScreenSurface.cc...
495Compiling video/SDLOutputSurface.cc...
496Compiling video/SDLSnow.cc...
497In file included from /usr/include/SDL2/SDL_video.h:33,
498 from /usr/include/SDL2/SDL_events.h:33,
499 from /usr/include/SDL2/SDL.h:41,
500 from src/video/SDLOutputSurface.hh:6,
501 from src/video/SDLOffScreenSurface.hh:4,
502 from src/video/SDLOffScreenSurface.cc:1:
503/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
504/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
505 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
506 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
507/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
508 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
509 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
510/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
511 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
512 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
513/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
514 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
515 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
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/video/SDLOutputSurface.hh:6,
520 from src/video/SDLOutputSurface.cc:1:
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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
534In file included from /usr/include/SDL2/SDL_video.h:33,
535 from /usr/include/SDL2/SDL_events.h:33,
536 from /usr/include/SDL2/SDL.h:41,
537 from src/video/SDLOutputSurface.hh:6,
538 from src/video/SDLSnow.cc:2:
539/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
540/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
541 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
542 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
543/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
544 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
545 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
546/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
547 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
548 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
549/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
550 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
551 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
552Compiling video/SDLVisibleSurface.cc...
553Compiling video/SDLVisibleSurfaceBase.cc...
554Compiling video/VisibleSurface.cc...
555Compiling video/scalers/DirectScalerOutput.cc...
556In file included from /usr/include/SDL2/SDL_video.h:33,
557 from /usr/include/SDL2/SDL_events.h:33,
558 from /usr/include/SDL2/SDL.h:41,
559 from src/video/SDLOutputSurface.hh:6,
560 from src/video/SDLVisibleSurfaceBase.hh:4,
561 from src/video/SDLVisibleSurface.hh:4,
562 from src/video/SDLVisibleSurface.cc:1:
563/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
564/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
565 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
566 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
567/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
568 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
569 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
570/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
571 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
572 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
573/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
574 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
575 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
576In file included from /usr/include/SDL2/SDL_video.h:33,
577 from /usr/include/SDL2/SDL_events.h:33,
578 from /usr/include/SDL2/SDL.h:41,
579 from src/video/SDLOutputSurface.hh:6,
580 from src/video/SDLVisibleSurfaceBase.hh:4,
581 from src/video/SDLVisibleSurfaceBase.cc:1:
582/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
583/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
584 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
585 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
586/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
587 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
588 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
589/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
590 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
591 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
592/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
593 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
594 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
595In file included from /usr/include/SDL2/SDL_video.h:33,
596 from /usr/include/SDL2/SDL_events.h:33,
597 from /usr/include/SDL2/SDL.h:41,
598 from src/video/SDLOutputSurface.hh:6,
599 from src/video/scalers/DirectScalerOutput.hh:5,
600 from src/video/scalers/DirectScalerOutput.cc:1:
601/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
602/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
603 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
604 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
605/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
606 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
607 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
608/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
609 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
610 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
611/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
612 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
613 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
614Compiling video/scalers/StretchScalerOutput.cc...
615In file included from /usr/include/SDL2/SDL_video.h:33,
616 from /usr/include/SDL2/SDL_events.h:33,
617 from /usr/include/SDL2/SDL.h:41,
618 from src/events/InputEventGenerator.hh:8,
619 from src/video/VisibleSurface.cc:9:
620/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
621/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
622 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
623 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
624/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
625 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
626 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
627/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
628 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
629 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
630/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
631 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
632 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
633In file included from /usr/include/SDL2/SDL_video.h:33,
634 from /usr/include/SDL2/SDL_events.h:33,
635 from /usr/include/SDL2/SDL.h:41,
636 from src/video/SDLOutputSurface.hh:6,
637 from src/video/scalers/DirectScalerOutput.hh:5,
638 from src/video/scalers/StretchScalerOutput.cc:2:
639/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
640/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
641 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
642 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
643/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
644 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
645 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
646/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
647 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
648 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
649/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
650 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
651 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
652Linking openmsx...
653Removing any old binary package...
654Creating binary package:
655 Executable...
656 Data files...
657 Documentation...
658 C-BIOS...
659 Creating symlinks...