openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:48
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-opt/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: opt
6 Compiler: g++
7 Subset: full build
8Compiling CommandLineParser.cc...
9Compiling Printer.cc...
10Compiling ReverseManager.cc...
11Compiling Version.cc...
12Compiling main.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/Command.cc...
33In file included from /usr/include/SDL2/SDL_video.h:33,
34 from /usr/include/SDL2/SDL_events.h:33,
35 from /usr/include/SDL2/SDL.h:41,
36 from src/main.cc:24:
37/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
38/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
39 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
40 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
41/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
42 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
43 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
44/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
45 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
46 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
47/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
48 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
49 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
50Compiling commands/GlobalCommandController.cc...
51Compiling commands/MSXCommandController.cc...
52Compiling commands/ProxyCommand.cc...
53Compiling config/SettingsConfig.cc...
54Compiling console/CommandConsole.cc...
55Compiling console/OSDConsoleRenderer.cc...
56Compiling console/OSDGUI.cc...
57Compiling console/OSDRectangle.cc...
58In file included from /usr/include/SDL2/SDL_video.h:33,
59 from /usr/include/SDL2/SDL_events.h:33,
60 from /usr/include/SDL2/SDL.h:41,
61 from src/video/SDLSurfacePtr.hh:6,
62 from src/console/TTFFont.hh:4,
63 from src/console/OSDConsoleRenderer.hh:6,
64 from src/console/OSDConsoleRenderer.cc:1:
65/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
66/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
67 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
68 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
69/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
70 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
71 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
72/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
73 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
74 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
75/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
76 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
77 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
78In file included from /usr/include/SDL2/SDL_video.h:33,
79 from /usr/include/SDL2/SDL_events.h:33,
80 from /usr/include/SDL2/SDL.h:41,
81 from src/video/SDLSurfacePtr.hh:6,
82 from src/console/TTFFont.hh:4,
83 from src/console/OSDText.hh:5,
84 from src/console/OSDGUI.cc:4:
85/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
86/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
87 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
88 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
89/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
90 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
91 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
92/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
93 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
94 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
95/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
96 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
97 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
98Compiling console/OSDText.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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
118Compiling console/OSDWidget.cc...
119Compiling console/TTFFont.cc...
120Compiling events/AfterCommand.cc...
121In file included from /usr/include/SDL2/SDL_video.h:33,
122 from /usr/include/SDL2/SDL_events.h:33,
123 from /usr/include/SDL2/SDL.h:41,
124 from src/video/SDLSurfacePtr.hh:6,
125 from src/console/TTFFont.hh:4,
126 from src/console/OSDText.hh:5,
127 from src/console/OSDText.cc:1:
128/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
129/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
130 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
131 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
132/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
133 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
134 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
135/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
136 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
137 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
138/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
139 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
140 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
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/TTFFont.cc:1:
165/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
166/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
167 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
168 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
169/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
170 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
171 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
172/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
173 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
174 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
175/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
176 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
177 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
178Compiling events/CliConnection.cc...
179Compiling events/Event.cc...
180Compiling events/EventDistributor.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/events/Event.cc:5:
185/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
186/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
187 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
188 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
189/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
190 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
191 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
192/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
193 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
194 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
195/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
196 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
197 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
198In file included from /usr/include/SDL2/SDL_video.h:33,
199 from /usr/include/SDL2/SDL_events.h:33,
200 from /usr/include/SDL2/SDL.h:41,
201 from src/events/InputEventGenerator.hh:8,
202 from src/events/EventDistributor.cc:6:
203/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
204/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
205 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
206 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
207/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
208 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
209 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
210/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
211 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
212 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
213/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
214 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
215 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
216Compiling events/HotKey.cc...
217Compiling events/InputEventFactory.cc...
218Compiling events/Keys.cc...
219Compiling file/FilePool.cc...
220In file included from /usr/include/SDL2/SDL_video.h:33,
221 from /usr/include/SDL2/SDL_events.h:33,
222 from /usr/include/SDL2/SDL.h:41,
223 from src/events/InputEventFactory.cc:8:
224/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
225/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
226 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
227 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
228/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
229 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
230 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
231/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
232 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
233 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
234/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
235 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
236 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
237Compiling input/ArkanoidPad.cc...
238Compiling input/EventDelay.cc...
239Compiling input/JoyMega.cc...
240In file included from /usr/include/SDL2/SDL_video.h:33,
241 from /usr/include/SDL2/SDL_events.h:33,
242 from /usr/include/SDL2/SDL.h:41,
243 from src/input/JoyMega.hh:7,
244 from src/input/JoyMega.cc:1:
245/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
246/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
247 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
248 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
249/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
250 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
251 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
252/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
253 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
254 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
255/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
256 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
257 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
258Compiling input/KeyJoystick.cc...
259Compiling input/Keyboard.cc...
260Compiling input/KeyboardSettings.cc...
261Compiling input/Mouse.cc...
262Compiling input/Paddle.cc...
263In file included from /usr/include/SDL2/SDL_video.h:33,
264 from /usr/include/SDL2/SDL_events.h:33,
265 from /usr/include/SDL2/SDL.h:41,
266 from src/input/Keyboard.cc:28:
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 input/Touchpad.cc...
281In file included from /usr/include/SDL2/SDL_video.h:33,
282 from /usr/include/SDL2/SDL_events.h:33,
283 from /usr/include/SDL2/SDL.h:41,
284 from src/input/Mouse.cc:10:
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 input/Trackball.cc...
299Compiling serial/MidiInReader.cc...
300Compiling serial/RS232Tester.cc...
301Compiling settings/KeyCodeSetting.cc...
302Compiling settings/ProxySetting.cc...
303Compiling settings/Setting.cc...
304Compiling settings/SettingsManager.cc...
305Compiling settings/UserSettings.cc...
306Compiling sound/Mixer.cc...
307Compiling video/Display.cc...
308Compiling video/FBPostProcessor.cc...
309Compiling video/GLImage.cc...
310In file included from /usr/include/SDL2/SDL_video.h:33,
311 from /usr/include/SDL2/SDL_events.h:33,
312 from /usr/include/SDL2/SDL.h:41,
313 from src/video/SDLSurfacePtr.hh:6,
314 from src/sound/SDLSoundDriver.hh:5,
315 from src/sound/Mixer.cc:4:
316/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
317/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
318 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
319 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
320/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
321 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
322 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
323/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
324 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
325 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
326/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
327 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
328 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
329In file included from /usr/include/SDL2/SDL_video.h:33,
330 from /usr/include/SDL2/SDL_events.h:33,
331 from /usr/include/SDL2/SDL.h:41,
332 from src/video/SDLOutputSurface.hh:6,
333 from src/video/FBPostProcessor.cc:8:
334/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
335/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
336 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
337 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
338/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
339 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
340 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
341/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
342 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
343 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
344/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
345 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
346 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
347Compiling video/PNG.cc...
348In file included from /usr/include/SDL2/SDL_video.h:33,
349 from /usr/include/SDL2/SDL_events.h:33,
350 from /usr/include/SDL2/SDL.h:41,
351 from src/video/SDLSurfacePtr.hh:6,
352 from src/video/GLImage.cc:3:
353/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
354/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
355 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
356 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
357/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
358 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
359 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
360/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
361 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
362 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
363/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
364 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
365 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
366Compiling video/PostProcessor.cc...
367Compiling video/SDLGLOffScreenSurface.cc...
368In file included from /usr/include/SDL2/SDL_video.h:33,
369 from /usr/include/SDL2/SDL_events.h:33,
370 from /usr/include/SDL2/SDL.h:41,
371 from src/video/SDLSurfacePtr.hh:6,
372 from src/video/PNG.hh:5,
373 from src/video/PNG.cc:1:
374/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
375/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
376 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
377 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
378/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
379 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
380 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
381/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
382 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
383 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
384/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
385 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
386 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
387Compiling video/SDLGLVisibleSurface.cc...
388In file included from /usr/include/SDL2/SDL_video.h:33,
389 from /usr/include/SDL2/SDL_events.h:33,
390 from /usr/include/SDL2/SDL.h:41,
391 from src/video/SDLOutputSurface.hh:6,
392 from src/video/SDLVisibleSurfaceBase.hh:4,
393 from src/video/SDLGLVisibleSurface.hh:4,
394 from src/video/SDLGLOffScreenSurface.cc:2:
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/SDLImage.cc...
409Compiling video/SDLOffScreenSurface.cc...
410In file included from /usr/include/SDL2/SDL_video.h:33,
411 from /usr/include/SDL2/SDL_events.h:33,
412 from /usr/include/SDL2/SDL.h:41,
413 from src/video/SDLSurfacePtr.hh:6,
414 from src/video/PNG.hh:5,
415 from src/video/PostProcessor.cc:8:
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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
429In file included from /usr/include/SDL2/SDL_video.h:33,
430 from /usr/include/SDL2/SDL_events.h:33,
431 from /usr/include/SDL2/SDL.h:41,
432 from src/video/SDLOutputSurface.hh:6,
433 from src/video/SDLVisibleSurfaceBase.hh:4,
434 from src/video/SDLGLVisibleSurface.hh:4,
435 from src/video/SDLGLVisibleSurface.cc:1:
436/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
437/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
438 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
439 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
440/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
441 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
442 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
443/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
444 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
445 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
446/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
447 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
448 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
449In file included from /usr/include/SDL2/SDL_video.h:33,
450 from /usr/include/SDL2/SDL_events.h:33,
451 from /usr/include/SDL2/SDL.h:41,
452 from src/video/SDLOutputSurface.hh:6,
453 from src/video/SDLOffScreenSurface.hh:4,
454 from src/video/SDLOffScreenSurface.cc:1:
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 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
468In file included from /usr/include/SDL2/SDL_video.h:33,
469 from /usr/include/SDL2/SDL_events.h:33,
470 from /usr/include/SDL2/SDL.h:41,
471 from src/video/SDLSurfacePtr.hh:6,
472 from src/video/SDLImage.hh:5,
473 from src/video/SDLImage.cc:1:
474/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
475/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
476 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
477 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
478/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
479 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
480 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
481/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
482 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
483 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
484/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
485 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
486 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
487Compiling video/SDLOutputSurface.cc...
488Compiling video/SDLSnow.cc...
489Compiling video/SDLVisibleSurface.cc...
490Compiling video/SDLVisibleSurfaceBase.cc...
491In file included from /usr/include/SDL2/SDL_video.h:33,
492 from /usr/include/SDL2/SDL_events.h:33,
493 from /usr/include/SDL2/SDL.h:41,
494 from src/video/SDLOutputSurface.hh:6,
495 from src/video/SDLOutputSurface.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/VisibleSurface.cc...
510In file included from /usr/include/SDL2/SDL_video.h:33,
511 from /usr/include/SDL2/SDL_events.h:33,
512 from /usr/include/SDL2/SDL.h:41,
513 from src/video/SDLOutputSurface.hh:6,
514 from src/video/SDLSnow.cc:2:
515/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
516/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
517 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
518 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
519/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
520 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
521 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
522/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
523 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
524 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
525/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
526 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
527 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
528In file included from /usr/include/SDL2/SDL_video.h:33,
529 from /usr/include/SDL2/SDL_events.h:33,
530 from /usr/include/SDL2/SDL.h:41,
531 from src/video/SDLOutputSurface.hh:6,
532 from src/video/SDLVisibleSurfaceBase.hh:4,
533 from src/video/SDLVisibleSurface.hh:4,
534 from src/video/SDLVisibleSurface.cc:1:
535/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
536/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
537 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
538 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
539/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
540 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
541 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
542/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
543 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
544 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
545/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
546 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
547 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
548Compiling video/scalers/DirectScalerOutput.cc...
549In file included from /usr/include/SDL2/SDL_video.h:33,
550 from /usr/include/SDL2/SDL_events.h:33,
551 from /usr/include/SDL2/SDL.h:41,
552 from src/video/SDLOutputSurface.hh:6,
553 from src/video/SDLVisibleSurfaceBase.hh:4,
554 from src/video/SDLVisibleSurfaceBase.cc:1:
555/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
556/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
557 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
558 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
559/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
560 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
561 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
562/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
563 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
564 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
565/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
566 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
567 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
568Compiling video/scalers/StretchScalerOutput.cc...
569In file included from /usr/include/SDL2/SDL_video.h:33,
570 from /usr/include/SDL2/SDL_events.h:33,
571 from /usr/include/SDL2/SDL.h:41,
572 from src/video/SDLOutputSurface.hh:6,
573 from src/video/scalers/DirectScalerOutput.hh:5,
574 from src/video/scalers/DirectScalerOutput.cc:1:
575/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
576/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
577 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
578 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
579/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
580 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
581 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
582/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
583 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
584 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
585/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
586 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
587 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
588In file included from /usr/include/SDL2/SDL_video.h:33,
589 from /usr/include/SDL2/SDL_events.h:33,
590 from /usr/include/SDL2/SDL.h:41,
591 from src/events/InputEventGenerator.hh:8,
592 from src/video/VisibleSurface.cc:9:
593/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
594/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
595 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
596 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
597/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
598 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
599 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
600/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
601 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
602 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
603/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
604 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
605 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
606In file included from /usr/include/SDL2/SDL_video.h:33,
607 from /usr/include/SDL2/SDL_events.h:33,
608 from /usr/include/SDL2/SDL.h:41,
609 from src/video/SDLOutputSurface.hh:6,
610 from src/video/scalers/DirectScalerOutput.hh:5,
611 from src/video/scalers/StretchScalerOutput.cc:2:
612/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
613/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
614 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
615 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
616/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
617 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
618 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
619/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
620 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
621 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
622/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
623 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
624 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
625Linking openmsx...
626Removing any old binary package...
627Creating binary package:
628 Executable...
629 Data files...
630 Documentation...
631 C-BIOS...
632 Creating symlinks...