openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 08:22
Overview
Data
Wrapper Log
1Using Python: python3
2/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=darwin \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8Using Python: python3
9/Library/Developer/CommandLineTools/usr/bin/make -f build/3rdparty.mk \
10 BUILD_PATH=derived/x86_64-darwin-opt-3rd/3rdparty \
11 OPENMSX_TARGET_CPU=x86_64 \
12 OPENMSX_TARGET_OS=darwin \
13 _CC=clang _CFLAGS=" -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
14 _LDFLAGS=" -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64" \
15 WINDRES=windres \
16 LINK_MODE=3RD_STA \
17 PYTHON=python3
18make[2]: Nothing to be done for `all'.
19/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk bindist \
20 OPENMSX_TARGET_CPU=x86_64 \
21 OPENMSX_TARGET_OS=darwin \
22 OPENMSX_FLAVOUR=opt \
23 3RDPARTY_FLAG=true \
24 PYTHON=python3
25Using Python: python3
26Build configuration:
27 Platform: x86_64-darwin
28 Flavour: opt
29 Compiler: clang++
30 Subset: full build
31Updating derived/x86_64-darwin-opt-3rd/config/Version.ii...
32Compiling Autofire.cc...
33In file included from src/Autofire.cc:1:
34In file included from src/Autofire.hh:5:
35In file included from src/DynamicClock.hh:4:
36In file included from src/EmuTime.hh:4:
37In file included from src/EmuDuration.hh:4:
38In file included from src/serialize.hh:4:
39In file included from src/serialize_core.hh:6:
40src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
41 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
42 ~ ^ ~~
43src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
44 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
45 ^
461 warning generated.
47Compiling CLIOption.cc...
48In file included from src/CLIOption.cc:1:
49In file included from src/CLIOption.hh:4:
50In file included from src/utils/span.hh:23:
51src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
52 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
53 ~ ^ ~~
54src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
55 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
56 ^
571 warning generated.
58Compiling CartridgeSlotManager.cc...
59In file included from src/CartridgeSlotManager.cc:1:
60In file included from src/CartridgeSlotManager.hh:4:
61In file included from src/input/RecordedCommand.hh:4:
62In file included from src/commands/Command.hh:4:
63In file included from src/commands/Completer.hh:5:
64In file included from src/utils/span.hh:23:
65src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
66 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
67 ~ ^ ~~
68src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
69 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
70 ^
711 warning generated.
72Compiling ChakkariCopy.cc...
73In file included from src/ChakkariCopy.cc:1:
74In file included from src/ChakkariCopy.hh:4:
75In file included from src/MSXDevice.hh:5:
76In file included from src/EmuTime.hh:4:
77In file included from src/EmuDuration.hh:4:
78In file included from src/serialize.hh:4:
79In file included from src/serialize_core.hh:6:
80src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
81 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
82 ~ ^ ~~
83src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
84 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
85 ^
861 warning generated.
87Compiling CliExtension.cc...
88In file included from src/CliExtension.cc:1:
89In file included from src/CliExtension.hh:4:
90In file included from src/CLIOption.hh:4:
91In file included from src/utils/span.hh:23:
92src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
93 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
94 ~ ^ ~~
95src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
96 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
97 ^
981 warning generated.
99Compiling CommandLineParser.cc...
100In file included from src/CommandLineParser.cc:1:
101In file included from src/CommandLineParser.hh:4:
102In file included from src/CLIOption.hh:4:
103In file included from src/utils/span.hh:23:
104src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
105 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
106 ~ ^ ~~
107src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
108 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
109 ^
1101 warning generated.
111Compiling Connector.cc...
112In file included from src/Connector.cc:1:
113In file included from src/Connector.hh:4:
114In file included from src/EmuTime.hh:4:
115In file included from src/EmuDuration.hh:4:
116In file included from src/serialize.hh:4:
117In file included from src/serialize_core.hh:6:
118src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
119 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
120 ~ ^ ~~
121src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
122 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
123 ^
1241 warning generated.
125Compiling DebugDevice.cc...
126In file included from src/DebugDevice.cc:1:
127In file included from src/DebugDevice.hh:4:
128In file included from src/MSXDevice.hh:5:
129In file included from src/EmuTime.hh:4:
130In file included from src/EmuDuration.hh:4:
131In file included from src/serialize.hh:4:
132In file included from src/serialize_core.hh:6:
133src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
134 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
135 ~ ^ ~~
136src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
137 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
138 ^
1391 warning generated.
140Compiling DeviceFactory.cc...
141In file included from src/DeviceFactory.cc:4:
142In file included from src/ChakkariCopy.hh:4:
143In file included from src/MSXDevice.hh:5:
144In file included from src/EmuTime.hh:4:
145In file included from src/EmuDuration.hh:4:
146In file included from src/serialize.hh:4:
147In file included from src/serialize_core.hh:6:
148src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
149 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
150 ~ ^ ~~
151src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
152 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
153 ^
1541 warning generated.
155Compiling DummyDevice.cc...
156Compiling DummyPrinterPortDevice.cc...
157Compiling DynamicClock.cc...
158Compiling EmuTime.cc...
159Compiling FirmwareSwitch.cc...
160In file included from src/FirmwareSwitch.cc:1:
161In file included from src/FirmwareSwitch.hh:5:
162In file included from src/settings/BooleanSetting.hh:4:
163In file included from src/settings/Setting.hh:5:
164In file included from src/commands/TclObject.hh:4:
165In file included from src/utils/span.hh:23:
166src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
167 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
168 ~ ^ ~~
169src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
170 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
171 ^
1721 warning generated.
173Compiling GlobalSettings.cc...
174In file included from src/GlobalSettings.cc:1:
175In file included from src/GlobalSettings.hh:5:
176In file included from src/settings/BooleanSetting.hh:4:
177In file included from src/settings/Setting.hh:5:
178In file included from src/commands/TclObject.hh:4:
179In file included from src/utils/span.hh:23:
180src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
181 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
182 ~ ^ ~~
183src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
184 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
185 ^
1861 warning generated.
187Compiling I8255.cc...
188In file included from src/I8255.cc:1:
189In file included from src/I8255.hh:10:
190In file included from src/EmuTime.hh:4:
191In file included from src/EmuDuration.hh:4:
192In file included from src/serialize.hh:4:
193In file included from src/serialize_core.hh:6:
194src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
195 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
196 ~ ^ ~~
197src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
198 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
199 ^
2001 warning generated.
201Compiling IPSPatch.cc...
202In file included from src/IPSPatch.cc:2:
203In file included from src/file/File.hh:4:
204In file included from src/utils/span.hh:23:
205src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
206 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
207 ~ ^ ~~
208src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
209 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
210 ^
2111 warning generated.
212Compiling LedStatus.cc...
213In file included from src/LedStatus.cc:2:
214In file included from src/events/MSXCliComm.hh:4:
215In file included from src/events/CliComm.hh:4:
216In file included from src/utils/span.hh:23:
217src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
218 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
219 ~ ^ ~~
220src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
221 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
222 ^
2231 warning generated.
224Compiling MSXBunsetsu.cc...
225In file included from src/MSXBunsetsu.cc:1:
226In file included from src/MSXBunsetsu.hh:4:
227In file included from src/MSXDevice.hh:5:
228In file included from src/EmuTime.hh:4:
229In file included from src/EmuDuration.hh:4:
230In file included from src/serialize.hh:4:
231In file included from src/serialize_core.hh:6:
232src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
233 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
234 ~ ^ ~~
235src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
236 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
237 ^
2381 warning generated.
239Compiling MSXCielTurbo.cc...
240In file included from src/MSXCielTurbo.cc:1:
241In file included from src/MSXCielTurbo.hh:4:
242In file included from src/MSXDevice.hh:5:
243In file included from src/EmuTime.hh:4:
244In file included from src/EmuDuration.hh:4:
245In file included from src/serialize.hh:4:
246In file included from src/serialize_core.hh:6:
247src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
248 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
249 ~ ^ ~~
250src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
251 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
252 ^
2531 warning generated.
254Compiling MSXDevice.cc...
255In file included from src/MSXDevice.cc:1:
256In file included from src/MSXDevice.hh:5:
257In file included from src/EmuTime.hh:4:
258In file included from src/EmuDuration.hh:4:
259In file included from src/serialize.hh:4:
260In file included from src/serialize_core.hh:6:
261src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
262 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
263 ~ ^ ~~
264src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
265 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
266 ^
2671 warning generated.
268Compiling MSXDeviceSwitch.cc...
269In file included from src/MSXDeviceSwitch.cc:1:
270In file included from src/MSXDeviceSwitch.hh:4:
271In file included from src/MSXDevice.hh:5:
272In file included from src/EmuTime.hh:4:
273In file included from src/EmuDuration.hh:4:
274In file included from src/serialize.hh:4:
275In file included from src/serialize_core.hh:6:
276src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
277 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
278 ~ ^ ~~
279src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
280 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
281 ^
2821 warning generated.
283Compiling MSXE6Timer.cc...
284Compiling MSXHiResTimer.cc...
285Compiling MSXKanji.cc...
286In file included from src/MSXKanji.cc:1:
287In file included from src/MSXKanji.hh:4:
288In file included from src/MSXDevice.hh:5:
289In file included from src/EmuTime.hh:4:
290In file included from src/EmuDuration.hh:4:
291In file included from src/serialize.hh:4:
292In file included from src/serialize_core.hh:6:
293src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
294 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
295 ~ ^ ~~
296src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
297 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
298 ^
2991 warning generated.
300Compiling MSXKanji12.cc...
301In file included from src/MSXKanji12.cc:1:
302In file included from src/MSXKanji12.hh:4:
303In file included from src/MSXDevice.hh:5:
304In file included from src/EmuTime.hh:4:
305In file included from src/EmuDuration.hh:4:
306In file included from src/serialize.hh:4:
307In file included from src/serialize_core.hh:6:
308src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
309 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
310 ~ ^ ~~
311src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
312 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
313 ^
3141 warning generated.
315Compiling MSXMatsushita.cc...
316In file included from src/MSXMatsushita.cc:1:
317In file included from src/MSXMatsushita.hh:4:
318In file included from src/MSXDevice.hh:5:
319In file included from src/EmuTime.hh:4:
320In file included from src/EmuDuration.hh:4:
321In file included from src/serialize.hh:4:
322In file included from src/serialize_core.hh:6:
323src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
324 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
325 ~ ^ ~~
326src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
327 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
328 ^
3291 warning generated.
330Compiling MSXMotherBoard.cc...
331In file included from src/MSXMotherBoard.cc:1:
332In file included from src/MSXMotherBoard.hh:4:
333In file included from src/EmuTime.hh:4:
334In file included from src/EmuDuration.hh:4:
335In file included from src/serialize.hh:4:
336In file included from src/serialize_core.hh:6:
337src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
338 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
339 ~ ^ ~~
340src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
341 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
342 ^
3431 warning generated.
344Compiling MSXPPI.cc...
345In file included from src/MSXPPI.cc:1:
346In file included from src/MSXPPI.hh:28:
347In file included from src/MSXDevice.hh:5:
348In file included from src/EmuTime.hh:4:
349In file included from src/EmuDuration.hh:4:
350In file included from src/serialize.hh:4:
351In file included from src/serialize_core.hh:6:
352src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
353 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
354 ~ ^ ~~
355src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
356 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
357 ^
3581 warning generated.
359Compiling MSXPrinterPort.cc...
360Compiling MSXRTC.cc...
361In file included from src/MSXRTC.cc:1:
362In file included from src/MSXRTC.hh:4:
363In file included from src/MSXDevice.hh:5:
364In file included from src/EmuTime.hh:4:
365In file included from src/EmuDuration.hh:4:
366In file included from src/serialize.hh:4:
367In file included from src/serialize_core.hh:6:
368src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
369 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
370 ~ ^ ~~
371src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
372 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
373 ^
3741 warning generated.
375Compiling MSXResetStatusRegister.cc...
376Compiling MSXS1985.cc...
377Compiling MSXS1990.cc...
378In file included from src/MSXS1990.cc:1:
379In file included from src/MSXS1990.hh:4:
380In file included from src/MSXDevice.hh:5:
381In file included from src/EmuTime.hh:4:
382In file included from src/EmuDuration.hh:4:
383In file included from src/serialize.hh:4:
384In file included from src/serialize_core.hh:6:
385src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
386 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
387 ~ ^ ~~
388src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
389 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
390 ^
3911 warning generated.
392Compiling MSXSwitchedDevice.cc...
393In file included from src/MSXSwitchedDevice.cc:1:
394In file included from src/MSXSwitchedDevice.hh:4:
395In file included from src/EmuTime.hh:4:
396In file included from src/EmuDuration.hh:4:
397In file included from src/serialize.hh:4:
398In file included from src/serialize_core.hh:6:
399src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
400 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
401 ~ ^ ~~
402src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
403 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
404 ^
4051 warning generated.
406Compiling MSXTurboRPause.cc...
407In file included from src/MSXTurboRPause.cc:1:
408In file included from src/MSXTurboRPause.hh:11:
409In file included from src/MSXDevice.hh:5:
410In file included from src/EmuTime.hh:4:
411In file included from src/EmuDuration.hh:4:
412In file included from src/serialize.hh:4:
413In file included from src/serialize_core.hh:6:
414src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
415 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
416 ~ ^ ~~
417src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
418 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
419 ^
4201 warning generated.
421Compiling MSXVictorHC9xSystemControl.cc...
422Compiling PasswordCart.cc...
423Compiling Pluggable.cc...
424Compiling PluggableFactory.cc...
425In file included from src/PluggableFactory.cc:2:
426In file included from src/PluggingController.hh:4:
427In file included from src/input/RecordedCommand.hh:4:
428In file included from src/commands/Command.hh:4:
429In file included from src/commands/Completer.hh:5:
430In file included from src/utils/span.hh:23:
431src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
432 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
433 ~ ^ ~~
434src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
435 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
436 ^
4371 warning generated.
438Compiling PluggingController.cc...
439In file included from src/PluggingController.cc:1:
440In file included from src/PluggingController.hh:4:
441In file included from src/input/RecordedCommand.hh:4:
442In file included from src/commands/Command.hh:4:
443In file included from src/commands/Completer.hh:5:
444In file included from src/utils/span.hh:23:
445src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
446 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
447 ~ ^ ~~
448src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
449 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
450 ^
4511 warning generated.
452Compiling Printer.cc...
453In file included from src/Printer.cc:1:
454In file included from src/Printer.hh:13:
455In file included from src/PrinterPortDevice.hh:4:
456In file included from src/Pluggable.hh:4:
457In file included from src/EmuTime.hh:4:
458In file included from src/EmuDuration.hh:4:
459In file included from src/serialize.hh:4:
460In file included from src/serialize_core.hh:6:
461src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
462 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
463 ~ ^ ~~
464src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
465 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
466 ^
4671 warning generated.
468Compiling PrinterPortDevice.cc...
469Compiling PrinterPortLogger.cc...
470In file included from src/PrinterPortLogger.cc:1:
471In file included from src/PrinterPortLogger.hh:4:
472In file included from src/PrinterPortDevice.hh:4:
473In file included from src/Pluggable.hh:4:
474In file included from src/EmuTime.hh:4:
475In file included from src/EmuDuration.hh:4:
476In file included from src/serialize.hh:4:
477In file included from src/serialize_core.hh:6:
478src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
479 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
480 ~ ^ ~~
481src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
482 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
483 ^
4841 warning generated.
485Compiling PrinterPortSimpl.cc...
486In file included from src/PrinterPortSimpl.cc:1:
487In file included from src/PrinterPortSimpl.hh:4:
488In file included from src/PrinterPortDevice.hh:4:
489In file included from src/Pluggable.hh:4:
490In file included from src/EmuTime.hh:4:
491In file included from src/EmuDuration.hh:4:
492In file included from src/serialize.hh:4:
493In file included from src/serialize_core.hh:6:
494src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
495 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
496 ~ ^ ~~
497src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
498 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
499 ^
5001 warning generated.
501Compiling RP5C01.cc...
502In file included from src/RP5C01.cc:1:
503In file included from src/RP5C01.hh:9:
504In file included from src/Clock.hh:4:
505In file included from src/EmuDuration.hh:4:
506In file included from src/serialize.hh:4:
507In file included from src/serialize_core.hh:6:
508src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
509 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
510 ~ ^ ~~
511src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
512 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
513 ^
5141 warning generated.
515Compiling Reactor.cc...
516In file included from src/Reactor.cc:2:
517In file included from src/CommandLineParser.hh:4:
518In file included from src/CLIOption.hh:4:
519In file included from src/utils/span.hh:23:
520src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
521 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
522 ~ ^ ~~
523src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
524 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
525 ^
5261 warning generated.
527Compiling RealTime.cc...
528In file included from src/RealTime.cc:1:
529In file included from src/RealTime.hh:4:
530In file included from src/Schedulable.hh:4:
531In file included from src/EmuTime.hh:4:
532In file included from src/EmuDuration.hh:4:
533In file included from src/serialize.hh:4:
534In file included from src/serialize_core.hh:6:
535src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
536 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
537 ~ ^ ~~
538src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
539 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
540 ^
5411 warning generated.
542Compiling RenShaTurbo.cc...
543In file included from src/RenShaTurbo.cc:1:
544In file included from src/RenShaTurbo.hh:4:
545In file included from src/EmuTime.hh:4:
546In file included from src/EmuDuration.hh:4:
547In file included from src/serialize.hh:4:
548In file included from src/serialize_core.hh:6:
549src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
550 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
551 ~ ^ ~~
552src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
553 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
554 ^
5551 warning generated.
556Compiling ReplayCLI.cc...
557In file included from src/ReplayCLI.cc:1:
558In file included from src/ReplayCLI.hh:4:
559In file included from src/CLIOption.hh:4:
560In file included from src/utils/span.hh:23:
561src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
562 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
563 ~ ^ ~~
564src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
565 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
566 ^
5671 warning generated.
568Compiling ReverseManager.cc...
569In file included from src/ReverseManager.cc:1:
570In file included from src/ReverseManager.hh:4:
571In file included from src/Schedulable.hh:4:
572In file included from src/EmuTime.hh:4:
573In file included from src/EmuDuration.hh:4:
574In file included from src/serialize.hh:4:
575In file included from src/serialize_core.hh:6:
576src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
577 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
578 ~ ^ ~~
579src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
580 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
581 ^
5821 warning generated.
583Compiling SVIPPI.cc...
584In file included from src/SVIPPI.cc:1:
585In file included from src/SVIPPI.hh:6:
586In file included from src/MSXDevice.hh:5:
587In file included from src/EmuTime.hh:4:
588In file included from src/EmuDuration.hh:4:
589In file included from src/serialize.hh:4:
590In file included from src/serialize_core.hh:6:
591src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
592 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
593 ~ ^ ~~
594src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
595 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
596 ^
5971 warning generated.
598Compiling SVIPrinterPort.cc...
599Compiling SaveStateCLI.cc...
600In file included from src/SaveStateCLI.cc:1:
601In file included from src/SaveStateCLI.hh:4:
602In file included from src/CLIOption.hh:4:
603In file included from src/utils/span.hh:23:
604src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
605 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
606 ~ ^ ~~
607src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
608 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
609 ^
6101 warning generated.
611Compiling Schedulable.cc...
612Compiling Scheduler.cc...
613In file included from src/Scheduler.cc:1:
614In file included from src/Scheduler.hh:4:
615In file included from src/EmuTime.hh:4:
616In file included from src/EmuDuration.hh:4:
617In file included from src/serialize.hh:4:
618In file included from src/serialize_core.hh:6:
619src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
620 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
621 ~ ^ ~~
622src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
623 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
624 ^
6251 warning generated.
626Compiling SensorKid.cc...
627In file included from src/SensorKid.cc:1:
628In file included from src/SensorKid.hh:4:
629In file included from src/MSXDevice.hh:5:
630In file included from src/EmuTime.hh:4:
631In file included from src/EmuDuration.hh:4:
632In file included from src/serialize.hh:4:
633In file included from src/serialize_core.hh:6:
634src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
635 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
636 ~ ^ ~~
637src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
638 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
639 ^
6401 warning generated.
641Compiling ThrottleManager.cc...
642In file included from src/ThrottleManager.cc:1:
643In file included from src/ThrottleManager.hh:5:
644In file included from src/settings/BooleanSetting.hh:4:
645In file included from src/settings/Setting.hh:5:
646In file included from src/commands/TclObject.hh:4:
647In file included from src/utils/span.hh:23:
648src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
649 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
650 ~ ^ ~~
651src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
652 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
653 ^
6541 warning generated.
655Compiling Version.cc...
656Compiling main.cc...
657In file included from src/main.cc:9:
658In file included from src/CommandLineParser.hh:4:
659In file included from src/CLIOption.hh:4:
660In file included from src/utils/span.hh:23:
661src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
662 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
663 ~ ^ ~~
664src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
665 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
666 ^
6671 warning generated.
668Compiling serialize.cc...
669Compiling serialize_core.cc...
670Compiling serialize_meta.cc...
671Compiling cassette/CasImage.cc...
672In file included from src/cassette/CasImage.cc:1:
673In file included from src/cassette/CasImage.hh:4:
674In file included from src/cassette/CassetteImage.hh:4:
675In file included from src/EmuTime.hh:4:
676In file included from src/EmuDuration.hh:4:
677In file included from src/serialize.hh:4:
678In file included from src/serialize_core.hh:6:
679src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
680 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
681 ~ ^ ~~
682src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
683 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
684 ^
6851 warning generated.
686Compiling cassette/CassetteDevice.cc...
687Compiling cassette/CassetteImage.cc...
688Compiling cassette/CassettePlayer.cc...
689In file included from src/cassette/CassettePlayer.cc:23:
690In file included from src/cassette/CassettePlayer.hh:5:
691In file included from src/cassette/CassetteDevice.hh:4:
692In file included from src/Pluggable.hh:4:
693In file included from src/EmuTime.hh:4:
694In file included from src/EmuDuration.hh:4:
695In file included from src/serialize.hh:4:
696In file included from src/serialize_core.hh:6:
697src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
698 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
699 ~ ^ ~~
700src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
701 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
702 ^
7031 warning generated.
704Compiling cassette/CassettePlayerCLI.cc...
705In file included from src/cassette/CassettePlayerCLI.cc:1:
706In file included from src/cassette/CassettePlayerCLI.hh:4:
707In file included from src/CLIOption.hh:4:
708In file included from src/utils/span.hh:23:
709src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
710 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
711 ~ ^ ~~
712src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
713 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
714 ^
7151 warning generated.
716Compiling cassette/CassettePort.cc...
717In file included from src/cassette/CassettePort.cc:1:
718In file included from src/cassette/CassettePort.hh:4:
719In file included from src/Connector.hh:4:
720In file included from src/EmuTime.hh:4:
721In file included from src/EmuDuration.hh:4:
722In file included from src/serialize.hh:4:
723In file included from src/serialize_core.hh:6:
724src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
725 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
726 ~ ^ ~~
727src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
728 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
729 ^
7301 warning generated.
731Compiling cassette/DummyCassetteDevice.cc...
732Compiling cassette/WavImage.cc...
733In file included from src/cassette/WavImage.cc:1:
734In file included from src/cassette/WavImage.hh:4:
735In file included from src/cassette/CassetteImage.hh:4:
736In file included from src/EmuTime.hh:4:
737In file included from src/EmuDuration.hh:4:
738In file included from src/serialize.hh:4:
739In file included from src/serialize_core.hh:6:
740src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
741 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
742 ~ ^ ~~
743src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
744 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
745 ^
7461 warning generated.
747Compiling commands/Command.cc...
748In file included from src/commands/Command.cc:1:
749In file included from src/commands/Command.hh:4:
750In file included from src/commands/Completer.hh:5:
751In file included from src/utils/span.hh:23:
752src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
753 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
754 ~ ^ ~~
755src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
756 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
757 ^
7581 warning generated.
759Compiling commands/Completer.cc...
760In file included from src/commands/Completer.cc:1:
761In file included from src/commands/Completer.hh:5:
762In file included from src/utils/span.hh:23:
763src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
764 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
765 ~ ^ ~~
766src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
767 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
768 ^
7691 warning generated.
770Compiling commands/GlobalCommandController.cc...
771In file included from src/commands/GlobalCommandController.cc:1:
772In file included from src/commands/GlobalCommandController.hh:4:
773In file included from src/commands/CommandController.hh:4:
774In file included from src/commands/TclObject.hh:4:
775In file included from src/utils/span.hh:23:
776src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
777 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
778 ~ ^ ~~
779src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
780 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
781 ^
7821 warning generated.
783Compiling commands/InfoCommand.cc...
784In file included from src/commands/InfoCommand.cc:1:
785In file included from src/commands/InfoCommand.hh:4:
786In file included from src/commands/Command.hh:4:
787In file included from src/commands/Completer.hh:5:
788In file included from src/utils/span.hh:23:
789src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
790 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
791 ~ ^ ~~
792src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
793 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
794 ^
7951 warning generated.
796Compiling commands/InfoTopic.cc...
797In file included from src/commands/InfoTopic.cc:1:
798In file included from src/commands/InfoTopic.hh:4:
799In file included from src/commands/Completer.hh:5:
800In file included from src/utils/span.hh:23:
801src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
802 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
803 ~ ^ ~~
804src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
805 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
806 ^
8071 warning generated.
808Compiling commands/Interpreter.cc...
809In file included from src/commands/Interpreter.cc:1:
810In file included from src/commands/Interpreter.hh:5:
811In file included from src/commands/TclObject.hh:4:
812In file included from src/utils/span.hh:23:
813src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
814 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
815 ~ ^ ~~
816src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
817 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
818 ^
8191 warning generated.
820Compiling commands/MSXCommandController.cc...
821In file included from src/commands/MSXCommandController.cc:1:
822In file included from src/commands/MSXCommandController.hh:4:
823In file included from src/commands/CommandController.hh:4:
824In file included from src/commands/TclObject.hh:4:
825In file included from src/utils/span.hh:23:
826src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
827 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
828 ~ ^ ~~
829src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
830 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
831 ^
8321 warning generated.
833Compiling commands/ProxyCommand.cc...
834In file included from src/commands/ProxyCommand.cc:1:
835In file included from src/commands/ProxyCommand.hh:4:
836In file included from src/commands/Command.hh:4:
837In file included from src/commands/Completer.hh:5:
838In file included from src/utils/span.hh:23:
839src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
840 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
841 ~ ^ ~~
842src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
843 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
844 ^
8451 warning generated.
846Compiling commands/TclArgParser.cc...
847In file included from src/commands/TclArgParser.cc:1:
848In file included from src/commands/TclArgParser.hh:5:
849In file included from src/commands/TclObject.hh:4:
850In file included from src/utils/span.hh:23:
851src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
852 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
853 ~ ^ ~~
854src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
855 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
856 ^
8571 warning generated.
858Compiling commands/TclCallback.cc...
859In file included from src/commands/TclCallback.cc:1:
860In file included from src/commands/TclCallback.hh:4:
861In file included from src/commands/TclObject.hh:4:
862In file included from src/utils/span.hh:23:
863src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
864 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
865 ~ ^ ~~
866src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
867 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
868 ^
8691 warning generated.
870Compiling commands/TclObject.cc...
871In file included from src/commands/TclObject.cc:1:
872In file included from src/commands/TclObject.hh:4:
873In file included from src/utils/span.hh:23:
874src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
875 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
876 ~ ^ ~~
877src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
878 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
879 ^
8801 warning generated.
881Compiling commands/TclParser.cc...
882Compiling config/DeviceConfig.cc...
883In file included from src/config/DeviceConfig.cc:3:
884In file included from src/config/HardwareConfig.hh:9:
885In file included from src/utils/span.hh:23:
886src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
887 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
888 ~ ^ ~~
889src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
890 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
891 ^
8921 warning generated.
893Compiling config/HardwareConfig.cc...
894In file included from src/config/HardwareConfig.cc:1:
895In file included from src/config/HardwareConfig.hh:9:
896In file included from src/utils/span.hh:23:
897src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
898 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
899 ~ ^ ~~
900src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
901 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
902 ^
9031 warning generated.
904Compiling config/SettingsConfig.cc...
905In file included from src/config/SettingsConfig.cc:1:
906In file included from src/config/SettingsConfig.hh:4:
907In file included from src/settings/SettingsManager.hh:4:
908In file included from src/commands/Command.hh:4:
909In file included from src/commands/Completer.hh:5:
910In file included from src/utils/span.hh:23:
911src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
912 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
913 ~ ^ ~~
914src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
915 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
916 ^
9171 warning generated.
918Compiling config/XMLElement.cc...
919Compiling config/XMLLoader.cc...
920In file included from src/config/XMLLoader.cc:4:
921In file included from src/file/File.hh:4:
922In file included from src/utils/span.hh:23:
923src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
924 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
925 ~ ^ ~~
926src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
927 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
928 ^
9291 warning generated.
930Compiling console/CommandConsole.cc...
931In file included from src/console/CommandConsole.cc:1:
932In file included from src/console/CommandConsole.hh:6:
933In file included from src/settings/BooleanSetting.hh:4:
934In file included from src/settings/Setting.hh:5:
935In file included from src/commands/TclObject.hh:4:
936In file included from src/utils/span.hh:23:
937src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
938 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
939 ~ ^ ~~
940src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
941 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
942 ^
9431 warning generated.
944Compiling console/OSDConsoleRenderer.cc...
945In file included from src/console/OSDConsoleRenderer.cc:1:
946In file included from src/console/OSDConsoleRenderer.hh:7:
947In file included from src/settings/EnumSetting.hh:4:
948In file included from src/settings/Setting.hh:5:
949In file included from src/commands/TclObject.hh:4:
950In file included from src/utils/span.hh:23:
951src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
952 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
953 ~ ^ ~~
954src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
955 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
956 ^
9571 warning generated.
958Compiling console/OSDGUI.cc...
959In file included from src/console/OSDGUI.cc:1:
960In file included from src/console/OSDGUI.hh:4:
961In file included from src/console/OSDTopWidget.hh:4:
962In file included from src/console/OSDWidget.hh:4:
963In file included from src/commands/TclObject.hh:4:
964In file included from src/utils/span.hh:23:
965src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
966 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
967 ~ ^ ~~
968src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
969 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
970 ^
9711 warning generated.
972Compiling console/OSDGUILayer.cc...
973In file included from src/console/OSDGUILayer.cc:2:
974In file included from src/console/OSDGUI.hh:4:
975In file included from src/console/OSDTopWidget.hh:4:
976In file included from src/console/OSDWidget.hh:4:
977In file included from src/commands/TclObject.hh:4:
978In file included from src/utils/span.hh:23:
979src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
980 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
981 ~ ^ ~~
982src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
983 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
984 ^
9851 warning generated.
986Compiling console/OSDImageBasedWidget.cc...
987In file included from src/console/OSDImageBasedWidget.cc:1:
988In file included from src/console/OSDImageBasedWidget.hh:4:
989In file included from src/console/OSDWidget.hh:4:
990In file included from src/commands/TclObject.hh:4:
991In file included from src/utils/span.hh:23:
992src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
993 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
994 ~ ^ ~~
995src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
996 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
997 ^
9981 warning generated.
999Compiling console/OSDRectangle.cc...
1000In file included from src/console/OSDRectangle.cc:1:
1001In file included from src/console/OSDRectangle.hh:4:
1002In file included from src/console/OSDImageBasedWidget.hh:4:
1003In file included from src/console/OSDWidget.hh:4:
1004In file included from src/commands/TclObject.hh:4:
1005In file included from src/utils/span.hh:23:
1006src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1007 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1008 ~ ^ ~~
1009src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1010 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1011 ^
10121 warning generated.
1013Compiling console/OSDText.cc...
1014In file included from src/console/OSDText.cc:1:
1015In file included from src/console/OSDText.hh:4:
1016In file included from src/console/OSDImageBasedWidget.hh:4:
1017In file included from src/console/OSDWidget.hh:4:
1018In file included from src/commands/TclObject.hh:4:
1019In file included from src/utils/span.hh:23:
1020src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1021 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1022 ~ ^ ~~
1023src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1024 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1025 ^
10261 warning generated.
1027Compiling console/OSDTopWidget.cc...
1028In file included from src/console/OSDTopWidget.cc:1:
1029In file included from src/console/OSDTopWidget.hh:4:
1030In file included from src/console/OSDWidget.hh:4:
1031In file included from src/commands/TclObject.hh:4:
1032In file included from src/utils/span.hh:23:
1033src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1034 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1035 ~ ^ ~~
1036src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1037 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1038 ^
10391 warning generated.
1040Compiling console/OSDWidget.cc...
1041In file included from src/console/OSDWidget.cc:1:
1042In file included from src/console/OSDWidget.hh:4:
1043In file included from src/commands/TclObject.hh:4:
1044In file included from src/utils/span.hh:23:
1045src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1046 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1047 ~ ^ ~~
1048src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1049 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1050 ^
10511 warning generated.
1052Compiling cpu/BreakPointBase.cc...
1053In file included from src/cpu/BreakPointBase.cc:1:
1054In file included from src/cpu/BreakPointBase.hh:4:
1055In file included from src/commands/TclObject.hh:4:
1056In file included from src/utils/span.hh:23:
1057src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1058 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1059 ~ ^ ~~
1060src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1061 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1062 ^
10631 warning generated.
1064Compiling cpu/CPUClock.cc...
1065Compiling cpu/CPUCore.cc...
1066In file included from src/cpu/CPUCore.cc:161:
1067In file included from src/cpu/CPUCore.hh:7:
1068In file included from src/EmuTime.hh:4:
1069In file included from src/EmuDuration.hh:4:
1070In file included from src/serialize.hh:4:
1071In file included from src/serialize_core.hh:6:
1072src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1073 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1074 ~ ^ ~~
1075src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1076 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1077 ^
10781 warning generated.
1079Compiling cpu/CPURegs.cc...
1080Compiling cpu/Dasm.cc...
1081In file included from src/cpu/Dasm.cc:1:
1082In file included from src/cpu/Dasm.hh:4:
1083In file included from src/EmuTime.hh:4:
1084In file included from src/EmuDuration.hh:4:
1085In file included from src/serialize.hh:4:
1086In file included from src/serialize_core.hh:6:
1087src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1088 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1089 ~ ^ ~~
1090src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1091 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1092 ^
10931 warning generated.
1094Compiling cpu/IRQHelper.cc...
1095In file included from src/cpu/IRQHelper.cc:1:
1096In file included from src/cpu/IRQHelper.hh:5:
1097In file included from src/MSXMotherBoard.hh:4:
1098In file included from src/EmuTime.hh:4:
1099In file included from src/EmuDuration.hh:4:
1100In file included from src/serialize.hh:4:
1101In file included from src/serialize_core.hh:6:
1102src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1103 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1104 ~ ^ ~~
1105src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1106 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1107 ^
11081 warning generated.
1109Compiling cpu/MSXCPU.cc...
1110In file included from src/cpu/MSXCPU.cc:1:
1111In file included from src/cpu/MSXCPU.hh:4:
1112In file included from src/commands/InfoTopic.hh:4:
1113In file included from src/commands/Completer.hh:5:
1114In file included from src/utils/span.hh:23:
1115src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1116 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1117 ~ ^ ~~
1118src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1119 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1120 ^
11211 warning generated.
1122Compiling cpu/MSXCPUInterface.cc...
1123In file included from src/cpu/MSXCPUInterface.cc:1:
1124In file included from src/cpu/MSXCPUInterface.hh:4:
1125In file included from src/cpu/DebugCondition.hh:4:
1126In file included from src/cpu/BreakPointBase.hh:4:
1127In file included from src/commands/TclObject.hh:4:
1128In file included from src/utils/span.hh:23:
1129src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1130 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1131 ~ ^ ~~
1132src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1133 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1134 ^
11351 warning generated.
1136Compiling cpu/MSXMultiDevice.cc...
1137Compiling cpu/MSXMultiIODevice.cc...
1138In file included from src/cpu/MSXMultiIODevice.cc:1:
1139In file included from src/cpu/MSXMultiIODevice.hh:4:
1140In file included from src/cpu/MSXMultiDevice.hh:4:
1141In file included from src/MSXDevice.hh:5:
1142In file included from src/EmuTime.hh:4:
1143In file included from src/EmuDuration.hh:4:
1144In file included from src/serialize.hh:4:
1145In file included from src/serialize_core.hh:6:
1146src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1147 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1148 ~ ^ ~~
1149src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1150 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1151 ^
11521 warning generated.
1153Compiling cpu/MSXMultiMemDevice.cc...
1154In file included from src/cpu/MSXMultiMemDevice.cc:1:
1155In file included from src/cpu/MSXMultiMemDevice.hh:4:
1156In file included from src/cpu/MSXMultiDevice.hh:4:
1157In file included from src/MSXDevice.hh:5:
1158In file included from src/EmuTime.hh:4:
1159In file included from src/EmuDuration.hh:4:
1160In file included from src/serialize.hh:4:
1161In file included from src/serialize_core.hh:6:
1162src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1163 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1164 ~ ^ ~~
1165src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1166 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1167 ^
11681 warning generated.
1169Compiling cpu/MSXWatchIODevice.cc...
1170In file included from src/cpu/MSXWatchIODevice.cc:1:
1171In file included from src/cpu/MSXWatchIODevice.hh:4:
1172In file included from src/cpu/MSXMultiDevice.hh:4:
1173In file included from src/MSXDevice.hh:5:
1174In file included from src/EmuTime.hh:4:
1175In file included from src/EmuDuration.hh:4:
1176In file included from src/serialize.hh:4:
1177In file included from src/serialize_core.hh:6:
1178src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1179 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1180 ~ ^ ~~
1181src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1182 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1183 ^
11841 warning generated.
1185Compiling cpu/VDPIODelay.cc...
1186In file included from src/cpu/VDPIODelay.cc:1:
1187In file included from src/cpu/VDPIODelay.hh:4:
1188In file included from src/MSXDevice.hh:5:
1189In file included from src/EmuTime.hh:4:
1190In file included from src/EmuDuration.hh:4:
1191In file included from src/serialize.hh:4:
1192In file included from src/serialize_core.hh:6:
1193src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1194 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1195 ~ ^ ~~
1196src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1197 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1198 ^
11991 warning generated.
1200Compiling debugger/Debugger.cc...
1201In file included from src/debugger/Debugger.cc:1:
1202In file included from src/debugger/Debugger.hh:5:
1203In file included from src/input/RecordedCommand.hh:4:
1204In file included from src/commands/Command.hh:4:
1205In file included from src/commands/Completer.hh:5:
1206In file included from src/utils/span.hh:23:
1207src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1208 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1209 ~ ^ ~~
1210src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1211 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1212 ^
12131 warning generated.
1214Compiling debugger/Probe.cc...
1215In file included from src/debugger/Probe.cc:2:
1216In file included from src/debugger/Debugger.hh:5:
1217In file included from src/input/RecordedCommand.hh:4:
1218In file included from src/commands/Command.hh:4:
1219In file included from src/commands/Completer.hh:5:
1220In file included from src/utils/span.hh:23:
1221src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1222 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1223 ~ ^ ~~
1224src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1225 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1226 ^
12271 warning generated.
1228Compiling debugger/ProbeBreakPoint.cc...
1229In file included from src/debugger/ProbeBreakPoint.cc:1:
1230In file included from src/debugger/ProbeBreakPoint.hh:4:
1231In file included from src/cpu/BreakPointBase.hh:4:
1232In file included from src/commands/TclObject.hh:4:
1233In file included from src/utils/span.hh:23:
1234src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1235 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1236 ~ ^ ~~
1237src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1238 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1239 ^
12401 warning generated.
1241Compiling debugger/SimpleDebuggable.cc...
1242In file included from src/debugger/SimpleDebuggable.cc:1:
1243In file included from src/debugger/SimpleDebuggable.hh:5:
1244In file included from src/EmuTime.hh:4:
1245In file included from src/EmuDuration.hh:4:
1246In file included from src/serialize.hh:4:
1247In file included from src/serialize_core.hh:6:
1248src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1249 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1250 ~ ^ ~~
1251src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1252 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1253 ^
12541 warning generated.
1255Compiling events/AdhocCliCommParser.cc...
1256Compiling events/AfterCommand.cc...
1257In file included from src/events/AfterCommand.cc:1:
1258In file included from src/events/AfterCommand.hh:4:
1259In file included from src/commands/Command.hh:4:
1260In file included from src/commands/Completer.hh:5:
1261In file included from src/utils/span.hh:23:
1262src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1263 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1264 ~ ^ ~~
1265src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1266 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1267 ^
12681 warning generated.
1269Compiling events/CliComm.cc...
1270In file included from src/events/CliComm.cc:1:
1271In file included from src/events/CliComm.hh:4:
1272In file included from src/utils/span.hh:23:
1273src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1274 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1275 ~ ^ ~~
1276src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1277 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1278 ^
12791 warning generated.
1280Compiling events/CliConnection.cc...
1281In file included from src/events/CliConnection.cc:8:
1282In file included from src/events/CliConnection.hh:4:
1283In file included from src/events/CliListener.hh:4:
1284In file included from src/events/CliComm.hh:4:
1285In file included from src/utils/span.hh:23:
1286src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1287 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1288 ~ ^ ~~
1289src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1290 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1291 ^
12921 warning generated.
1293Compiling events/CliServer.cc...
1294In file included from src/events/CliServer.cc:2:
1295In file included from src/events/GlobalCliComm.hh:4:
1296In file included from src/events/CliComm.hh:4:
1297In file included from src/utils/span.hh:23:
1298src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1299 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1300 ~ ^ ~~
1301src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1302 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1303 ^
13041 warning generated.
1305Compiling events/Event.cc...
1306In file included from src/events/Event.cc:2:
1307In file included from src/commands/TclObject.hh:4:
1308In file included from src/utils/span.hh:23:
1309src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1310 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1311 ~ ^ ~~
1312src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1313 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1314 ^
13151 warning generated.
1316Compiling events/EventDistributor.cc...
1317In file included from src/events/EventDistributor.cc:5:
1318In file included from src/commands/Interpreter.hh:5:
1319In file included from src/commands/TclObject.hh:4:
1320In file included from src/utils/span.hh:23:
1321src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1322 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1323 ~ ^ ~~
1324src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1325 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1326 ^
13271 warning generated.
1328Compiling events/GlobalCliComm.cc...
1329In file included from src/events/GlobalCliComm.cc:1:
1330In file included from src/events/GlobalCliComm.hh:4:
1331In file included from src/events/CliComm.hh:4:
1332In file included from src/utils/span.hh:23:
1333src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1334 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1335 ~ ^ ~~
1336src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1337 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1338 ^
13391 warning generated.
1340Compiling events/HotKey.cc...
1341In file included from src/events/HotKey.cc:1:
1342In file included from src/events/HotKey.hh:6:
1343In file included from src/commands/Command.hh:4:
1344In file included from src/commands/Completer.hh:5:
1345In file included from src/utils/span.hh:23:
1346src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1347 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1348 ~ ^ ~~
1349src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1350 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1351 ^
13521 warning generated.
1353Compiling events/InputEventFactory.cc...
1354In file included from src/events/InputEventFactory.cc:2:
1355In file included from src/events/InputEvents.hh:6:
1356In file included from src/commands/TclObject.hh:4:
1357In file included from src/utils/span.hh:23:
1358src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1359 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1360 ~ ^ ~~
1361src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1362 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1363 ^
13641 warning generated.
1365Compiling events/InputEventGenerator.cc...
1366In file included from src/events/InputEventGenerator.cc:1:
1367In file included from src/events/InputEventGenerator.hh:5:
1368In file included from src/settings/BooleanSetting.hh:4:
1369In file included from src/settings/Setting.hh:5:
1370In file included from src/commands/TclObject.hh:4:
1371In file included from src/utils/span.hh:23:
1372src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1373 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1374 ~ ^ ~~
1375src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1376 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1377 ^
13781 warning generated.
1379Compiling events/InputEvents.cc...
1380In file included from src/events/InputEvents.cc:1:
1381In file included from src/events/InputEvents.hh:6:
1382In file included from src/commands/TclObject.hh:4:
1383In file included from src/utils/span.hh:23:
1384src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1385 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1386 ~ ^ ~~
1387src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1388 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1389 ^
13901 warning generated.
1391Compiling events/MSXCliComm.cc...
1392In file included from src/events/MSXCliComm.cc:1:
1393In file included from src/events/MSXCliComm.hh:4:
1394In file included from src/events/CliComm.hh:4:
1395In file included from src/utils/span.hh:23:
1396src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1397 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1398 ~ ^ ~~
1399src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1400 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1401 ^
14021 warning generated.
1403Compiling events/MessageCommand.cc...
1404In file included from src/events/MessageCommand.cc:1:
1405In file included from src/events/MessageCommand.hh:4:
1406In file included from src/commands/Command.hh:4:
1407In file included from src/commands/Completer.hh:5:
1408In file included from src/utils/span.hh:23:
1409src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1410 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1411 ~ ^ ~~
1412src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1413 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1414 ^
14151 warning generated.
1416Compiling events/Socket.cc...
1417Compiling events/StdioMessages.cc...
1418In file included from src/events/StdioMessages.cc:1:
1419In file included from src/events/StdioMessages.hh:4:
1420In file included from src/events/CliListener.hh:4:
1421In file included from src/events/CliComm.hh:4:
1422In file included from src/utils/span.hh:23:
1423src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1424 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1425 ~ ^ ~~
1426src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1427 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1428 ^
14291 warning generated.
1430Compiling events/TclCallbackMessages.cc...
1431In file included from src/events/TclCallbackMessages.cc:1:
1432In file included from src/events/TclCallbackMessages.hh:4:
1433In file included from src/events/CliListener.hh:4:
1434In file included from src/events/CliComm.hh:4:
1435In file included from src/utils/span.hh:23:
1436src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1437 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1438 ~ ^ ~~
1439src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1440 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1441 ^
14421 warning generated.
1443Compiling fdc/AVTFDC.cc...
1444Compiling fdc/DMKDiskImage.cc...
1445In file included from src/fdc/DMKDiskImage.cc:4:
1446In file included from src/file/File.hh:4:
1447In file included from src/utils/span.hh:23:
1448src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1449 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1450 ~ ^ ~~
1451src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1452 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1453 ^
14541 warning generated.
1455Compiling fdc/DSKDiskImage.cc...
1456In file included from src/fdc/DSKDiskImage.cc:2:
1457In file included from src/file/File.hh:4:
1458In file included from src/utils/span.hh:23:
1459src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1460 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1461 ~ ^ ~~
1462src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1463 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1464 ^
14651 warning generated.
1466Compiling fdc/DirAsDSK.cc...
1467In file included from src/fdc/DirAsDSK.cc:1:
1468In file included from src/fdc/DirAsDSK.hh:7:
1469In file included from src/EmuTime.hh:4:
1470In file included from src/EmuDuration.hh:4:
1471In file included from src/serialize.hh:4:
1472In file included from src/serialize_core.hh:6:
1473src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1474 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1475 ~ ^ ~~
1476src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1477 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1478 ^
14791 warning generated.
1480Compiling fdc/Disk.cc...
1481Compiling fdc/DiskChanger.cc...
1482In file included from src/fdc/DiskChanger.cc:1:
1483In file included from src/fdc/DiskChanger.hh:5:
1484In file included from src/input/StateChangeListener.hh:4:
1485In file included from src/EmuTime.hh:4:
1486In file included from src/EmuDuration.hh:4:
1487In file included from src/serialize.hh:4:
1488In file included from src/serialize_core.hh:6:
1489src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1490 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1491 ~ ^ ~~
1492src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1493 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1494 ^
14951 warning generated.
1496Compiling fdc/DiskDrive.cc...
1497Compiling fdc/DiskFactory.cc...
1498In file included from src/fdc/DiskFactory.cc:1:
1499In file included from src/fdc/DiskFactory.hh:4:
1500In file included from src/fdc/DirAsDSK.hh:7:
1501In file included from src/EmuTime.hh:4:
1502In file included from src/EmuDuration.hh:4:
1503In file included from src/serialize.hh:4:
1504In file included from src/serialize_core.hh:6:
1505src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1506 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1507 ~ ^ ~~
1508src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1509 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1510 ^
15111 warning generated.
1512Compiling fdc/DiskImageCLI.cc...
1513In file included from src/fdc/DiskImageCLI.cc:1:
1514In file included from src/fdc/DiskImageCLI.hh:4:
1515In file included from src/CLIOption.hh:4:
1516In file included from src/utils/span.hh:23:
1517src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1518 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1519 ~ ^ ~~
1520src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1521 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1522 ^
15231 warning generated.
1524Compiling fdc/DiskManipulator.cc...
1525In file included from src/fdc/DiskManipulator.cc:1:
1526In file included from src/fdc/DiskManipulator.hh:4:
1527In file included from src/commands/Command.hh:4:
1528In file included from src/commands/Completer.hh:5:
1529In file included from src/utils/span.hh:23:
1530src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1531 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1532 ~ ^ ~~
1533src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1534 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1535 ^
15361 warning generated.
1537Compiling fdc/DiskName.cc...
1538Compiling fdc/DriveMultiplexer.cc...
1539Compiling fdc/MSXFDC.cc...
1540In file included from src/fdc/MSXFDC.cc:1:
1541In file included from src/fdc/MSXFDC.hh:4:
1542In file included from src/MSXDevice.hh:5:
1543In file included from src/EmuTime.hh:4:
1544In file included from src/EmuDuration.hh:4:
1545In file included from src/serialize.hh:4:
1546In file included from src/serialize_core.hh:6:
1547src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1548 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1549 ~ ^ ~~
1550src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1551 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1552 ^
15531 warning generated.
1554Compiling fdc/MSXtar.cc...
1555In file included from src/fdc/MSXtar.cc:16:
1556In file included from src/file/File.hh:4:
1557In file included from src/utils/span.hh:23:
1558src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1559 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1560 ~ ^ ~~
1561src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1562 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1563 ^
15641 warning generated.
1565Compiling fdc/MicrosolFDC.cc...
1566Compiling fdc/NationalFDC.cc...
1567Compiling fdc/NowindCommand.cc...
1568In file included from src/fdc/NowindCommand.cc:1:
1569In file included from src/fdc/NowindCommand.hh:5:
1570In file included from src/commands/Command.hh:4:
1571In file included from src/commands/Completer.hh:5:
1572In file included from src/utils/span.hh:23:
1573src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1574 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1575 ~ ^ ~~
1576src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1577 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1578 ^
15791 warning generated.
1580Compiling fdc/NowindHost.cc...
1581Compiling fdc/NowindInterface.cc...
1582In file included from src/fdc/NowindInterface.cc:1:
1583In file included from src/fdc/NowindInterface.hh:4:
1584In file included from src/MSXDevice.hh:5:
1585In file included from src/EmuTime.hh:4:
1586In file included from src/EmuDuration.hh:4:
1587In file included from src/serialize.hh:4:
1588In file included from src/serialize_core.hh:6:
1589src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1590 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1591 ~ ^ ~~
1592src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1593 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1594 ^
15951 warning generated.
1596Compiling fdc/NowindRomDisk.cc...
1597Compiling fdc/PhilipsFDC.cc...
1598Compiling fdc/RawTrack.cc...
1599Compiling fdc/RealDrive.cc...
1600In file included from src/fdc/RealDrive.cc:1:
1601In file included from src/fdc/RealDrive.hh:4:
1602In file included from src/fdc/DiskDrive.hh:4:
1603In file included from src/EmuTime.hh:4:
1604In file included from src/EmuDuration.hh:4:
1605In file included from src/serialize.hh:4:
1606In file included from src/serialize_core.hh:6:
1607src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1608 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1609 ~ ^ ~~
1610src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1611 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1612 ^
16131 warning generated.
1614Compiling fdc/SVIFDC.cc...
1615Compiling fdc/SanyoFDC.cc...
1616Compiling fdc/SpectravideoFDC.cc...
1617In file included from src/fdc/SpectravideoFDC.cc:1:
1618In file included from src/fdc/SpectravideoFDC.hh:4:
1619In file included from src/fdc/WD2793BasedFDC.hh:4:
1620In file included from src/fdc/MSXFDC.hh:4:
1621In file included from src/MSXDevice.hh:5:
1622In file included from src/EmuTime.hh:4:
1623In file included from src/EmuDuration.hh:4:
1624In file included from src/serialize.hh:4:
1625In file included from src/serialize_core.hh:6:
1626src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1627 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1628 ~ ^ ~~
1629src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1630 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1631 ^
16321 warning generated.
1633Compiling fdc/TC8566AF.cc...
1634In file included from src/fdc/TC8566AF.cc:6:
1635In file included from src/fdc/TC8566AF.hh:4:
1636In file included from src/DynamicClock.hh:4:
1637In file included from src/EmuTime.hh:4:
1638In file included from src/EmuDuration.hh:4:
1639In file included from src/serialize.hh:4:
1640In file included from src/serialize_core.hh:6:
1641src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1642 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1643 ~ ^ ~~
1644src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1645 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1646 ^
16471 warning generated.
1648Compiling fdc/ToshibaFDC.cc...
1649Compiling fdc/TurboRFDC.cc...
1650In file included from src/fdc/TurboRFDC.cc:14:
1651In file included from src/fdc/TurboRFDC.hh:4:
1652In file included from src/fdc/MSXFDC.hh:4:
1653In file included from src/MSXDevice.hh:5:
1654In file included from src/EmuTime.hh:4:
1655In file included from src/EmuDuration.hh:4:
1656In file included from src/serialize.hh:4:
1657In file included from src/serialize_core.hh:6:
1658src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1659 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1660 ~ ^ ~~
1661src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1662 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1663 ^
16641 warning generated.
1665Compiling fdc/VictorFDC.cc...
1666Compiling fdc/WD2793.cc...
1667In file included from src/fdc/WD2793.cc:1:
1668In file included from src/fdc/WD2793.hh:5:
1669In file included from src/DynamicClock.hh:4:
1670In file included from src/EmuTime.hh:4:
1671In file included from src/EmuDuration.hh:4:
1672In file included from src/serialize.hh:4:
1673In file included from src/serialize_core.hh:6:
1674src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1675 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1676 ~ ^ ~~
1677src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1678 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1679 ^
16801 warning generated.
1681Compiling fdc/WD2793BasedFDC.cc...
1682Compiling fdc/XSADiskImage.cc...
1683In file included from src/fdc/XSADiskImage.cc:3:
1684In file included from src/file/File.hh:4:
1685In file included from src/utils/span.hh:23:
1686src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1687 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1688 ~ ^ ~~
1689src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1690 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1691 ^
16921 warning generated.
1693Compiling fdc/YamahaFDC.cc...
1694In file included from src/fdc/YamahaFDC.cc:1:
1695In file included from src/fdc/YamahaFDC.hh:4:
1696In file included from src/fdc/WD2793BasedFDC.hh:4:
1697In file included from src/fdc/MSXFDC.hh:4:
1698In file included from src/MSXDevice.hh:5:
1699In file included from src/EmuTime.hh:4:
1700In file included from src/EmuDuration.hh:4:
1701In file included from src/serialize.hh:4:
1702In file included from src/serialize_core.hh:6:
1703src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1704 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1705 ~ ^ ~~
1706src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1707 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1708 ^
17091 warning generated.
1710Compiling file/CompressedFileAdapter.cc...
1711In file included from src/file/CompressedFileAdapter.cc:1:
1712In file included from src/file/CompressedFileAdapter.hh:4:
1713In file included from src/file/FileBase.hh:5:
1714In file included from src/utils/span.hh:23:
1715src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1716 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1717 ~ ^ ~~
1718src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1719 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1720 ^
17211 warning generated.
1722Compiling file/File.cc...
1723In file included from src/file/File.cc:1:
1724In file included from src/file/File.hh:4:
1725In file included from src/utils/span.hh:23:
1726src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1727 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1728 ~ ^ ~~
1729src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1730 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1731 ^
17321 warning generated.
1733Compiling file/FileBase.cc...
1734In file included from src/file/FileBase.cc:1:
1735In file included from src/file/FileBase.hh:5:
1736In file included from src/utils/span.hh:23:
1737src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1738 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1739 ~ ^ ~~
1740src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1741 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1742 ^
17431 warning generated.
1744Compiling file/FileContext.cc...
1745Compiling file/FileOperations.cc...
1746Compiling file/FilePool.cc...
1747In file included from src/file/FilePool.cc:1:
1748In file included from src/file/FilePool.hh:5:
1749In file included from src/settings/StringSetting.hh:4:
1750In file included from src/settings/Setting.hh:5:
1751In file included from src/commands/TclObject.hh:4:
1752In file included from src/utils/span.hh:23:
1753src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1754 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1755 ~ ^ ~~
1756src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1757 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1758 ^
17591 warning generated.
1760Compiling file/Filename.cc...
1761Compiling file/GZFileAdapter.cc...
1762In file included from src/file/GZFileAdapter.cc:1:
1763In file included from src/file/GZFileAdapter.hh:4:
1764In file included from src/file/CompressedFileAdapter.hh:4:
1765In file included from src/file/FileBase.hh:5:
1766In file included from src/utils/span.hh:23:
1767src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1768 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1769 ~ ^ ~~
1770src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1771 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1772 ^
17731 warning generated.
1774Compiling file/LocalFile.cc...
1775In file included from src/file/LocalFile.cc:12:
1776In file included from src/file/LocalFile.hh:7:
1777In file included from src/file/File.hh:4:
1778In file included from src/utils/span.hh:23:
1779src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1780 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1781 ~ ^ ~~
1782src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1783 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1784 ^
17851 warning generated.
1786Compiling file/LocalFileReference.cc...
1787In file included from src/file/LocalFileReference.cc:2:
1788In file included from src/file/File.hh:4:
1789In file included from src/utils/span.hh:23:
1790src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1791 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1792 ~ ^ ~~
1793src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1794 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1795 ^
17961 warning generated.
1797Compiling file/ZipFileAdapter.cc...
1798In file included from src/file/ZipFileAdapter.cc:1:
1799In file included from src/file/ZipFileAdapter.hh:4:
1800In file included from src/file/CompressedFileAdapter.hh:4:
1801In file included from src/file/FileBase.hh:5:
1802In file included from src/utils/span.hh:23:
1803src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1804 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1805 ~ ^ ~~
1806src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1807 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1808 ^
18091 warning generated.
1810Compiling file/ZlibInflate.cc...
1811In file included from src/file/ZlibInflate.cc:1:
1812In file included from src/file/ZlibInflate.hh:5:
1813In file included from src/utils/span.hh:23:
1814src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1815 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1816 ~ ^ ~~
1817src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1818 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1819 ^
18201 warning generated.
1821Compiling ide/AbstractIDEDevice.cc...
1822In file included from src/ide/AbstractIDEDevice.cc:1:
1823In file included from src/ide/AbstractIDEDevice.hh:4:
1824In file included from src/ide/IDEDevice.hh:4:
1825In file included from src/EmuTime.hh:4:
1826In file included from src/EmuDuration.hh:4:
1827In file included from src/serialize.hh:4:
1828In file included from src/serialize_core.hh:6:
1829src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1830 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1831 ~ ^ ~~
1832src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1833 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1834 ^
18351 warning generated.
1836Compiling ide/BeerIDE.cc...
1837In file included from src/ide/BeerIDE.cc:1:
1838In file included from src/ide/BeerIDE.hh:39:
1839In file included from src/MSXDevice.hh:5:
1840In file included from src/EmuTime.hh:4:
1841In file included from src/EmuDuration.hh:4:
1842In file included from src/serialize.hh:4:
1843In file included from src/serialize_core.hh:6:
1844src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1845 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1846 ~ ^ ~~
1847src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1848 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1849 ^
18501 warning generated.
1851Compiling ide/CDImageCLI.cc...
1852In file included from src/ide/CDImageCLI.cc:1:
1853In file included from src/ide/CDImageCLI.hh:4:
1854In file included from src/CLIOption.hh:4:
1855In file included from src/utils/span.hh:23:
1856src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1857 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1858 ~ ^ ~~
1859src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1860 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1861 ^
18621 warning generated.
1863Compiling ide/DummyIDEDevice.cc...
1864Compiling ide/DummySCSIDevice.cc...
1865Compiling ide/GoudaSCSI.cc...
1866In file included from src/ide/GoudaSCSI.cc:1:
1867In file included from src/ide/GoudaSCSI.hh:4:
1868In file included from src/MSXDevice.hh:5:
1869In file included from src/EmuTime.hh:4:
1870In file included from src/EmuDuration.hh:4:
1871In file included from src/serialize.hh:4:
1872In file included from src/serialize_core.hh:6:
1873src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1874 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1875 ~ ^ ~~
1876src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1877 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1878 ^
18791 warning generated.
1880Compiling ide/HD.cc...
1881In file included from src/ide/HD.cc:1:
1882In file included from src/ide/HD.hh:5:
1883In file included from src/file/File.hh:4:
1884In file included from src/utils/span.hh:23:
1885src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1886 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1887 ~ ^ ~~
1888src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1889 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1890 ^
18911 warning generated.
1892Compiling ide/HDCommand.cc...
1893In file included from src/ide/HDCommand.cc:1:
1894In file included from src/ide/HDCommand.hh:4:
1895In file included from src/input/RecordedCommand.hh:4:
1896In file included from src/commands/Command.hh:4:
1897In file included from src/commands/Completer.hh:5:
1898In file included from src/utils/span.hh:23:
1899src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1900 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1901 ~ ^ ~~
1902src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1903 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1904 ^
19051 warning generated.
1906Compiling ide/HDImageCLI.cc...
1907In file included from src/ide/HDImageCLI.cc:1:
1908In file included from src/ide/HDImageCLI.hh:4:
1909In file included from src/CLIOption.hh:4:
1910In file included from src/utils/span.hh:23:
1911src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1912 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1913 ~ ^ ~~
1914src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1915 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1916 ^
19171 warning generated.
1918Compiling ide/IDECDROM.cc...
1919In file included from src/ide/IDECDROM.cc:1:
1920In file included from src/ide/IDECDROM.hh:4:
1921In file included from src/ide/AbstractIDEDevice.hh:4:
1922In file included from src/ide/IDEDevice.hh:4:
1923In file included from src/EmuTime.hh:4:
1924In file included from src/EmuDuration.hh:4:
1925In file included from src/serialize.hh:4:
1926In file included from src/serialize_core.hh:6:
1927src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1928 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1929 ~ ^ ~~
1930src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1931 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1932 ^
19331 warning generated.
1934Compiling ide/IDEDeviceFactory.cc...
1935In file included from src/ide/IDEDeviceFactory.cc:2:
1936In file included from src/ide/DummyIDEDevice.hh:4:
1937In file included from src/ide/IDEDevice.hh:4:
1938In file included from src/EmuTime.hh:4:
1939In file included from src/EmuDuration.hh:4:
1940In file included from src/serialize.hh:4:
1941In file included from src/serialize_core.hh:6:
1942src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1943 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1944 ~ ^ ~~
1945src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1946 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1947 ^
19481 warning generated.
1949Compiling ide/IDEHD.cc...
1950In file included from src/ide/IDEHD.cc:1:
1951In file included from src/ide/IDEHD.hh:4:
1952In file included from src/ide/HD.hh:5:
1953In file included from src/file/File.hh:4:
1954In file included from src/utils/span.hh:23:
1955src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1956 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1957 ~ ^ ~~
1958src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1959 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1960 ^
19611 warning generated.
1962Compiling ide/MB89352.cc...
1963In file included from src/ide/MB89352.cc:18:
1964In file included from src/ide/SCSIHD.hh:13:
1965In file included from src/ide/HD.hh:5:
1966In file included from src/file/File.hh:4:
1967In file included from src/utils/span.hh:23:
1968src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1969 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1970 ~ ^ ~~
1971src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1972 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1973 ^
19741 warning generated.
1975Compiling ide/MegaSCSI.cc...
1976Compiling ide/SCSIHD.cc...
1977In file included from src/ide/SCSIHD.cc:22:
1978In file included from src/ide/SCSIHD.hh:13:
1979In file included from src/ide/HD.hh:5:
1980In file included from src/file/File.hh:4:
1981In file included from src/utils/span.hh:23:
1982src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1983 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1984 ~ ^ ~~
1985src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1986 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1987 ^
19881 warning generated.
1989Compiling ide/SCSILS120.cc...
1990In file included from src/ide/SCSILS120.cc:22:
1991In file included from src/ide/SCSILS120.hh:16:
1992In file included from src/file/File.hh:4:
1993In file included from src/utils/span.hh:23:
1994src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1995 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
1996 ~ ^ ~~
1997src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
1998 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
1999 ^
20001 warning generated.
2001Compiling ide/SunriseIDE.cc...
2002In file included from src/ide/SunriseIDE.cc:1:
2003In file included from src/ide/SunriseIDE.hh:4:
2004In file included from src/MSXDevice.hh:5:
2005In file included from src/EmuTime.hh:4:
2006In file included from src/EmuDuration.hh:4:
2007In file included from src/serialize.hh:4:
2008In file included from src/serialize_core.hh:6:
2009src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2010 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2011 ~ ^ ~~
2012src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2013 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2014 ^
20151 warning generated.
2016Compiling ide/WD33C93.cc...
2017In file included from src/ide/WD33C93.cc:17:
2018In file included from src/ide/SCSIHD.hh:13:
2019In file included from src/ide/HD.hh:5:
2020In file included from src/file/File.hh:4:
2021In file included from src/utils/span.hh:23:
2022src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2023 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2024 ~ ^ ~~
2025src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2026 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2027 ^
20281 warning generated.
2029Compiling input/ArkanoidPad.cc...
2030In file included from src/input/ArkanoidPad.cc:1:
2031In file included from src/input/ArkanoidPad.hh:4:
2032In file included from src/input/JoystickDevice.hh:4:
2033In file included from src/Pluggable.hh:4:
2034In file included from src/EmuTime.hh:4:
2035In file included from src/EmuDuration.hh:4:
2036In file included from src/serialize.hh:4:
2037In file included from src/serialize_core.hh:6:
2038src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2039 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2040 ~ ^ ~~
2041src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2042 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2043 ^
20441 warning generated.
2045Compiling input/ColecoJoystickIO.cc...
2046In file included from src/input/ColecoJoystickIO.cc:1:
2047In file included from src/input/ColecoJoystickIO.hh:4:
2048In file included from src/MSXDevice.hh:5:
2049In file included from src/EmuTime.hh:4:
2050In file included from src/EmuDuration.hh:4:
2051In file included from src/serialize.hh:4:
2052In file included from src/serialize_core.hh:6:
2053src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2054 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2055 ~ ^ ~~
2056src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2057 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2058 ^
20591 warning generated.
2060Compiling input/DummyJoystick.cc...
2061Compiling input/EventDelay.cc...
2062In file included from src/input/EventDelay.cc:1:
2063In file included from src/input/EventDelay.hh:5:
2064In file included from src/Schedulable.hh:4:
2065In file included from src/EmuTime.hh:4:
2066In file included from src/EmuDuration.hh:4:
2067In file included from src/serialize.hh:4:
2068In file included from src/serialize_core.hh:6:
2069src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2070 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2071 ~ ^ ~~
2072src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2073 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2074 ^
20751 warning generated.
2076Compiling input/JoyMega.cc...
2077In file included from src/input/JoyMega.cc:1:
2078In file included from src/input/JoyMega.hh:4:
2079In file included from src/input/JoystickDevice.hh:4:
2080In file included from src/Pluggable.hh:4:
2081In file included from src/EmuTime.hh:4:
2082In file included from src/EmuDuration.hh:4:
2083In file included from src/serialize.hh:4:
2084In file included from src/serialize_core.hh:6:
2085src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2086 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2087 ~ ^ ~~
2088src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2089 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2090 ^
20911 warning generated.
2092Compiling input/JoyTap.cc...
2093In file included from src/input/JoyTap.cc:1:
2094In file included from src/input/JoyTap.hh:4:
2095In file included from src/input/JoystickDevice.hh:4:
2096In file included from src/Pluggable.hh:4:
2097In file included from src/EmuTime.hh:4:
2098In file included from src/EmuDuration.hh:4:
2099In file included from src/serialize.hh:4:
2100In file included from src/serialize_core.hh:6:
2101src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2102 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2103 ~ ^ ~~
2104src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2105 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2106 ^
21071 warning generated.
2108Compiling input/Joystick.cc...
2109In file included from src/input/Joystick.cc:1:
2110In file included from src/input/Joystick.hh:4:
2111In file included from src/input/JoystickDevice.hh:4:
2112In file included from src/Pluggable.hh:4:
2113In file included from src/EmuTime.hh:4:
2114In file included from src/EmuDuration.hh:4:
2115In file included from src/serialize.hh:4:
2116In file included from src/serialize_core.hh:6:
2117src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2118 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2119 ~ ^ ~~
2120src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2121 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2122 ^
21231 warning generated.
2124Compiling input/JoystickDevice.cc...
2125Compiling input/JoystickPort.cc...
2126In file included from src/input/JoystickPort.cc:1:
2127In file included from src/input/JoystickPort.hh:4:
2128In file included from src/Connector.hh:4:
2129In file included from src/EmuTime.hh:4:
2130In file included from src/EmuDuration.hh:4:
2131In file included from src/serialize.hh:4:
2132In file included from src/serialize_core.hh:6:
2133src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2134 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2135 ~ ^ ~~
2136src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2137 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2138 ^
21391 warning generated.
2140Compiling input/KeyJoystick.cc...
2141In file included from src/input/KeyJoystick.cc:1:
2142In file included from src/input/KeyJoystick.hh:4:
2143In file included from src/input/JoystickDevice.hh:4:
2144In file included from src/Pluggable.hh:4:
2145In file included from src/EmuTime.hh:4:
2146In file included from src/EmuDuration.hh:4:
2147In file included from src/serialize.hh:4:
2148In file included from src/serialize_core.hh:6:
2149src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2150 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2151 ~ ^ ~~
2152src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2153 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2154 ^
21551 warning generated.
2156Compiling input/Keyboard.cc...
2157In file included from src/input/Keyboard.cc:1:
2158In file included from src/input/Keyboard.hh:4:
2159In file included from src/input/KeyboardSettings.hh:5:
2160In file included from src/settings/EnumSetting.hh:4:
2161In file included from src/settings/Setting.hh:5:
2162In file included from src/commands/TclObject.hh:4:
2163In file included from src/utils/span.hh:23:
2164src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2165 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2166 ~ ^ ~~
2167src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2168 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2169 ^
21701 warning generated.
2171Compiling input/KeyboardSettings.cc...
2172In file included from src/input/KeyboardSettings.cc:1:
2173In file included from src/input/KeyboardSettings.hh:5:
2174In file included from src/settings/EnumSetting.hh:4:
2175In file included from src/settings/Setting.hh:5:
2176In file included from src/commands/TclObject.hh:4:
2177In file included from src/utils/span.hh:23:
2178src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2179 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2180 ~ ^ ~~
2181src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2182 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2183 ^
21841 warning generated.
2185Compiling input/MSXEventDistributor.cc...
2186Compiling input/MagicKey.cc...
2187Compiling input/Mouse.cc...
2188In file included from src/input/Mouse.cc:1:
2189In file included from src/input/Mouse.hh:4:
2190In file included from src/input/JoystickDevice.hh:4:
2191In file included from src/Pluggable.hh:4:
2192In file included from src/EmuTime.hh:4:
2193In file included from src/EmuDuration.hh:4:
2194In file included from src/serialize.hh:4:
2195In file included from src/serialize_core.hh:6:
2196src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2197 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2198 ~ ^ ~~
2199src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2200 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2201 ^
22021 warning generated.
2203Compiling input/NinjaTap.cc...
2204Compiling input/Paddle.cc...
2205In file included from src/input/Paddle.cc:1:
2206In file included from src/input/Paddle.hh:4:
2207In file included from src/input/JoystickDevice.hh:4:
2208In file included from src/Pluggable.hh:4:
2209In file included from src/EmuTime.hh:4:
2210In file included from src/EmuDuration.hh:4:
2211In file included from src/serialize.hh:4:
2212In file included from src/serialize_core.hh:6:
2213src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2214 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2215 ~ ^ ~~
2216src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2217 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2218 ^
22191 warning generated.
2220Compiling input/RecordedCommand.cc...
2221In file included from src/input/RecordedCommand.cc:1:
2222In file included from src/input/RecordedCommand.hh:4:
2223In file included from src/commands/Command.hh:4:
2224In file included from src/commands/Completer.hh:5:
2225In file included from src/utils/span.hh:23:
2226src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2227 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2228 ~ ^ ~~
2229src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2230 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2231 ^
22321 warning generated.
2233Compiling input/SETetrisDongle.cc...
2234Compiling input/StateChangeDistributor.cc...
2235Compiling input/Touchpad.cc...
2236In file included from src/input/Touchpad.cc:8:
2237In file included from src/input/Touchpad.hh:4:
2238In file included from src/input/JoystickDevice.hh:4:
2239In file included from src/Pluggable.hh:4:
2240In file included from src/EmuTime.hh:4:
2241In file included from src/EmuDuration.hh:4:
2242In file included from src/serialize.hh:4:
2243In file included from src/serialize_core.hh:6:
2244src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2245 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2246 ~ ^ ~~
2247src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2248 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2249 ^
22501 warning generated.
2251Compiling input/Trackball.cc...
2252In file included from src/input/Trackball.cc:1:
2253In file included from src/input/Trackball.hh:4:
2254In file included from src/input/JoystickDevice.hh:4:
2255In file included from src/Pluggable.hh:4:
2256In file included from src/EmuTime.hh:4:
2257In file included from src/EmuDuration.hh:4:
2258In file included from src/serialize.hh:4:
2259In file included from src/serialize_core.hh:6:
2260src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2261 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2262 ~ ^ ~~
2263src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2264 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2265 ^
22661 warning generated.
2267Compiling input/UnicodeKeymap.cc...
2268In file included from src/input/UnicodeKeymap.cc:3:
2269In file included from src/file/File.hh:4:
2270In file included from src/utils/span.hh:23:
2271src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2272 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2273 ~ ^ ~~
2274src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2275 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2276 ^
22771 warning generated.
2278Compiling laserdisc/LaserdiscPlayer.cc...
2279In file included from src/laserdisc/LaserdiscPlayer.cc:1:
2280In file included from src/laserdisc/LaserdiscPlayer.hh:4:
2281In file included from src/sound/ResampledSoundDevice.hh:4:
2282In file included from src/sound/SoundDevice.hh:4:
2283In file included from src/sound/MSXMixer.hh:4:
2284In file included from src/Schedulable.hh:4:
2285In file included from src/EmuTime.hh:4:
2286In file included from src/EmuDuration.hh:4:
2287In file included from src/serialize.hh:4:
2288In file included from src/serialize_core.hh:6:
2289src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2290 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2291 ~ ^ ~~
2292src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2293 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2294 ^
22951 warning generated.
2296Compiling laserdisc/LaserdiscPlayerCLI.cc...
2297In file included from src/laserdisc/LaserdiscPlayerCLI.cc:1:
2298In file included from src/laserdisc/LaserdiscPlayerCLI.hh:4:
2299In file included from src/CLIOption.hh:4:
2300In file included from src/utils/span.hh:23:
2301src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2302 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2303 ~ ^ ~~
2304src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2305 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2306 ^
23071 warning generated.
2308Compiling laserdisc/OggReader.cc...
2309In file included from src/laserdisc/OggReader.cc:1:
2310In file included from src/laserdisc/OggReader.hh:4:
2311In file included from src/file/File.hh:4:
2312In file included from src/utils/span.hh:23:
2313src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2314 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2315 ~ ^ ~~
2316src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2317 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2318 ^
23191 warning generated.
2320Compiling laserdisc/PioneerLDControl.cc...
2321In file included from src/laserdisc/PioneerLDControl.cc:1:
2322In file included from src/laserdisc/PioneerLDControl.hh:4:
2323In file included from src/MSXDevice.hh:5:
2324In file included from src/EmuTime.hh:4:
2325In file included from src/EmuDuration.hh:4:
2326In file included from src/serialize.hh:4:
2327In file included from src/serialize_core.hh:6:
2328src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2329 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2330 ~ ^ ~~
2331src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2332 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2333 ^
23341 warning generated.
2335Compiling memory/AmdFlash.cc...
2336In file included from src/memory/AmdFlash.cc:2:
2337In file included from src/memory/Rom.hh:4:
2338In file included from src/file/File.hh:4:
2339In file included from src/utils/span.hh:23:
2340src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2341 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2342 ~ ^ ~~
2343src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2344 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2345 ^
23461 warning generated.
2347Compiling memory/Carnivore2.cc...
2348In file included from src/memory/Carnivore2.cc:1:
2349In file included from src/memory/Carnivore2.hh:4:
2350In file included from src/MSXDevice.hh:5:
2351In file included from src/EmuTime.hh:4:
2352In file included from src/EmuDuration.hh:4:
2353In file included from src/serialize.hh:4:
2354In file included from src/serialize_core.hh:6:
2355src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2356 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2357 ~ ^ ~~
2358src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2359 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2360 ^
23611 warning generated.
2362Compiling memory/CheckedRam.cc...
2363In file included from src/memory/CheckedRam.cc:1:
2364In file included from src/memory/CheckedRam.hh:5:
2365In file included from src/commands/TclCallback.hh:4:
2366In file included from src/commands/TclObject.hh:4:
2367In file included from src/utils/span.hh:23:
2368src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2369 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2370 ~ ^ ~~
2371src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2372 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2373 ^
23741 warning generated.
2375Compiling memory/ColecoSuperGameModule.cc...
2376In file included from src/memory/ColecoSuperGameModule.cc:1:
2377In file included from src/memory/ColecoSuperGameModule.hh:4:
2378In file included from src/MSXDevice.hh:5:
2379In file included from src/EmuTime.hh:4:
2380In file included from src/EmuDuration.hh:4:
2381In file included from src/serialize.hh:4:
2382In file included from src/serialize_core.hh:6:
2383src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2384 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2385 ~ ^ ~~
2386src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2387 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2388 ^
23891 warning generated.
2390Compiling memory/EEPROM_93C46.cc...
2391Compiling memory/ESE_RAM.cc...
2392Compiling memory/ESE_SCC.cc...
2393In file included from src/memory/ESE_SCC.cc:48:
2394In file included from src/memory/ESE_SCC.hh:4:
2395In file included from src/MSXDevice.hh:5:
2396In file included from src/EmuTime.hh:4:
2397In file included from src/EmuDuration.hh:4:
2398In file included from src/serialize.hh:4:
2399In file included from src/serialize_core.hh:6:
2400src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2401 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2402 ~ ^ ~~
2403src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2404 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2405 ^
24061 warning generated.
2407Compiling memory/FraelSwitchableROM.cc...
2408In file included from src/memory/FraelSwitchableROM.cc:1:
2409In file included from src/memory/FraelSwitchableROM.hh:4:
2410In file included from src/MSXDevice.hh:5:
2411In file included from src/EmuTime.hh:4:
2412In file included from src/EmuDuration.hh:4:
2413In file included from src/serialize.hh:4:
2414In file included from src/serialize_core.hh:6:
2415src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2416 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2417 ~ ^ ~~
2418src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2419 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2420 ^
24211 warning generated.
2422Compiling memory/KonamiUltimateCollection.cc...
2423In file included from src/memory/KonamiUltimateCollection.cc:1:
2424In file included from src/memory/KonamiUltimateCollection.hh:4:
2425In file included from src/memory/MSXRom.hh:4:
2426In file included from src/MSXDevice.hh:5:
2427In file included from src/EmuTime.hh:4:
2428In file included from src/EmuDuration.hh:4:
2429In file included from src/serialize.hh:4:
2430In file included from src/serialize_core.hh:6:
2431src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2432 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2433 ~ ^ ~~
2434src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2435 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2436 ^
24371 warning generated.
2438Compiling memory/MSXHBI55.cc...
2439In file included from src/memory/MSXHBI55.cc:33:
2440In file included from src/memory/MSXHBI55.hh:4:
2441In file included from src/MSXDevice.hh:5:
2442In file included from src/EmuTime.hh:4:
2443In file included from src/EmuDuration.hh:4:
2444In file included from src/serialize.hh:4:
2445In file included from src/serialize_core.hh:6:
2446src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2447 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2448 ~ ^ ~~
2449src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2450 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2451 ^
24521 warning generated.
2453Compiling memory/MSXMapperIO.cc...
2454In file included from src/memory/MSXMapperIO.cc:1:
2455In file included from src/memory/MSXMapperIO.hh:4:
2456In file included from src/MSXDevice.hh:5:
2457In file included from src/EmuTime.hh:4:
2458In file included from src/EmuDuration.hh:4:
2459In file included from src/serialize.hh:4:
2460In file included from src/serialize_core.hh:6:
2461src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2462 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2463 ~ ^ ~~
2464src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2465 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2466 ^
24671 warning generated.
2468Compiling memory/MSXMegaRam.cc...
2469In file included from src/memory/MSXMegaRam.cc:25:
2470In file included from src/memory/MSXMegaRam.hh:4:
2471In file included from src/MSXDevice.hh:5:
2472In file included from src/EmuTime.hh:4:
2473In file included from src/EmuDuration.hh:4:
2474In file included from src/serialize.hh:4:
2475In file included from src/serialize_core.hh:6:
2476src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2477 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2478 ~ ^ ~~
2479src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2480 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2481 ^
24821 warning generated.
2483Compiling memory/MSXMemoryMapper.cc...
2484In file included from src/memory/MSXMemoryMapper.cc:1:
2485In file included from src/memory/MSXMemoryMapper.hh:4:
2486In file included from src/memory/MSXMemoryMapperBase.hh:4:
2487In file included from src/MSXDevice.hh:5:
2488In file included from src/EmuTime.hh:4:
2489In file included from src/EmuDuration.hh:4:
2490In file included from src/serialize.hh:4:
2491In file included from src/serialize_core.hh:6:
2492src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2493 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2494 ~ ^ ~~
2495src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2496 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2497 ^
24981 warning generated.
2499Compiling memory/MSXMemoryMapperBase.cc...
2500In file included from src/memory/MSXMemoryMapperBase.cc:1:
2501In file included from src/memory/MSXMemoryMapperBase.hh:4:
2502In file included from src/MSXDevice.hh:5:
2503In file included from src/EmuTime.hh:4:
2504In file included from src/EmuDuration.hh:4:
2505In file included from src/serialize.hh:4:
2506In file included from src/serialize_core.hh:6:
2507src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2508 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2509 ~ ^ ~~
2510src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2511 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2512 ^
25131 warning generated.
2514Compiling memory/MSXMirrorDevice.cc...
2515In file included from src/memory/MSXMirrorDevice.cc:1:
2516In file included from src/memory/MSXMirrorDevice.hh:4:
2517In file included from src/MSXDevice.hh:5:
2518In file included from src/EmuTime.hh:4:
2519In file included from src/EmuDuration.hh:4:
2520In file included from src/serialize.hh:4:
2521In file included from src/serialize_core.hh:6:
2522src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2523 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2524 ~ ^ ~~
2525src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2526 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2527 ^
25281 warning generated.
2529Compiling memory/MSXPac.cc...
2530Compiling memory/MSXRam.cc...
2531In file included from src/memory/MSXRam.cc:1:
2532In file included from src/memory/MSXRam.hh:4:
2533In file included from src/MSXDevice.hh:5:
2534In file included from src/EmuTime.hh:4:
2535In file included from src/EmuDuration.hh:4:
2536In file included from src/serialize.hh:4:
2537In file included from src/serialize_core.hh:6:
2538src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2539 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2540 ~ ^ ~~
2541src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2542 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2543 ^
25441 warning generated.
2545Compiling memory/MSXRom.cc...
2546In file included from src/memory/MSXRom.cc:1:
2547In file included from src/memory/MSXRom.hh:4:
2548In file included from src/MSXDevice.hh:5:
2549In file included from src/EmuTime.hh:4:
2550In file included from src/EmuDuration.hh:4:
2551In file included from src/serialize.hh:4:
2552In file included from src/serialize_core.hh:6:
2553src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2554 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2555 ~ ^ ~~
2556src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2557 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2558 ^
25591 warning generated.
2560Compiling memory/MSXRomCLI.cc...
2561In file included from src/memory/MSXRomCLI.cc:1:
2562In file included from src/memory/MSXRomCLI.hh:4:
2563In file included from src/CLIOption.hh:4:
2564In file included from src/utils/span.hh:23:
2565src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2566 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2567 ~ ^ ~~
2568src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2569 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2570 ^
25711 warning generated.
2572Compiling memory/MegaFlashRomSCCPlus.cc...
2573In file included from src/memory/MegaFlashRomSCCPlus.cc:1:
2574In file included from src/memory/MegaFlashRomSCCPlus.hh:4:
2575In file included from src/memory/MSXRom.hh:4:
2576In file included from src/MSXDevice.hh:5:
2577In file included from src/EmuTime.hh:4:
2578In file included from src/EmuDuration.hh:4:
2579In file included from src/serialize.hh:4:
2580In file included from src/serialize_core.hh:6:
2581src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2582 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2583 ~ ^ ~~
2584src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2585 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2586 ^
25871 warning generated.
2588Compiling memory/MegaFlashRomSCCPlusSD.cc...
2589In file included from src/memory/MegaFlashRomSCCPlusSD.cc:1:
2590In file included from src/memory/MegaFlashRomSCCPlusSD.hh:4:
2591In file included from src/MSXDevice.hh:5:
2592In file included from src/EmuTime.hh:4:
2593In file included from src/EmuDuration.hh:4:
2594In file included from src/serialize.hh:4:
2595In file included from src/serialize_core.hh:6:
2596src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2597 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2598 ~ ^ ~~
2599src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2600 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2601 ^
26021 warning generated.
2603Compiling memory/MusicalMemoryMapper.cc...
2604In file included from src/memory/MusicalMemoryMapper.cc:1:
2605In file included from src/memory/MusicalMemoryMapper.hh:4:
2606In file included from src/memory/MSXMemoryMapperBase.hh:4:
2607In file included from src/MSXDevice.hh:5:
2608In file included from src/EmuTime.hh:4:
2609In file included from src/EmuDuration.hh:4:
2610In file included from src/serialize.hh:4:
2611In file included from src/serialize_core.hh:6:
2612src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2613 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2614 ~ ^ ~~
2615src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2616 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2617 ^
26181 warning generated.
2619Compiling memory/PanasonicMemory.cc...
2620In file included from src/memory/PanasonicMemory.cc:2:
2621In file included from src/MSXMotherBoard.hh:4:
2622In file included from src/EmuTime.hh:4:
2623In file included from src/EmuDuration.hh:4:
2624In file included from src/serialize.hh:4:
2625In file included from src/serialize_core.hh:6:
2626src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2627 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2628 ~ ^ ~~
2629src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2630 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2631 ^
26321 warning generated.
2633Compiling memory/PanasonicRam.cc...
2634In file included from src/memory/PanasonicRam.cc:1:
2635In file included from src/memory/PanasonicRam.hh:4:
2636In file included from src/memory/MSXMemoryMapperBase.hh:4:
2637In file included from src/MSXDevice.hh:5:
2638In file included from src/EmuTime.hh:4:
2639In file included from src/EmuDuration.hh:4:
2640In file included from src/serialize.hh:4:
2641In file included from src/serialize_core.hh:6:
2642src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2643 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2644 ~ ^ ~~
2645src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2646 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2647 ^
26481 warning generated.
2649Compiling memory/ROMHunterMk2.cc...
2650In file included from src/memory/ROMHunterMk2.cc:1:
2651In file included from src/memory/ROMHunterMk2.hh:4:
2652In file included from src/memory/MSXRom.hh:4:
2653In file included from src/MSXDevice.hh:5:
2654In file included from src/EmuTime.hh:4:
2655In file included from src/EmuDuration.hh:4:
2656In file included from src/serialize.hh:4:
2657In file included from src/serialize_core.hh:6:
2658src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2659 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2660 ~ ^ ~~
2661src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2662 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2663 ^
26641 warning generated.
2665Compiling memory/Ram.cc...
2666Compiling memory/ReproCartridgeV1.cc...
2667In file included from src/memory/ReproCartridgeV1.cc:1:
2668In file included from src/memory/ReproCartridgeV1.hh:4:
2669In file included from src/memory/MSXRom.hh:4:
2670In file included from src/MSXDevice.hh:5:
2671In file included from src/EmuTime.hh:4:
2672In file included from src/EmuDuration.hh:4:
2673In file included from src/serialize.hh:4:
2674In file included from src/serialize_core.hh:6:
2675src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2676 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2677 ~ ^ ~~
2678src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2679 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2680 ^
26811 warning generated.
2682Compiling memory/ReproCartridgeV2.cc...
2683In file included from src/memory/ReproCartridgeV2.cc:1:
2684In file included from src/memory/ReproCartridgeV2.hh:4:
2685In file included from src/memory/MSXRom.hh:4:
2686In file included from src/MSXDevice.hh:5:
2687In file included from src/EmuTime.hh:4:
2688In file included from src/EmuDuration.hh:4:
2689In file included from src/serialize.hh:4:
2690In file included from src/serialize_core.hh:6:
2691src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2692 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2693 ~ ^ ~~
2694src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2695 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2696 ^
26971 warning generated.
2698Compiling memory/Rom.cc...
2699In file included from src/memory/Rom.cc:1:
2700In file included from src/memory/Rom.hh:4:
2701In file included from src/file/File.hh:4:
2702In file included from src/utils/span.hh:23:
2703src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2704 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2705 ~ ^ ~~
2706src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2707 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2708 ^
27091 warning generated.
2710Compiling memory/RomArc.cc...
2711In file included from src/memory/RomArc.cc:3:
2712In file included from src/memory/RomArc.hh:4:
2713In file included from src/memory/RomBlocks.hh:4:
2714In file included from src/memory/MSXRom.hh:4:
2715In file included from src/MSXDevice.hh:5:
2716In file included from src/EmuTime.hh:4:
2717In file included from src/EmuDuration.hh:4:
2718In file included from src/serialize.hh:4:
2719In file included from src/serialize_core.hh:6:
2720src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2721 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2722 ~ ^ ~~
2723src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2724 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2725 ^
27261 warning generated.
2727Compiling memory/RomAscii16_2.cc...
2728In file included from src/memory/RomAscii16_2.cc:17:
2729In file included from src/memory/RomAscii16_2.hh:4:
2730In file included from src/memory/RomAscii16kB.hh:4:
2731In file included from src/memory/RomBlocks.hh:4:
2732In file included from src/memory/MSXRom.hh:4:
2733In file included from src/MSXDevice.hh:5:
2734In file included from src/EmuTime.hh:4:
2735In file included from src/EmuDuration.hh:4:
2736In file included from src/serialize.hh:4:
2737In file included from src/serialize_core.hh:6:
2738src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2739 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2740 ~ ^ ~~
2741src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2742 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2743 ^
27441 warning generated.
2745Compiling memory/RomAscii16kB.cc...
2746In file included from src/memory/RomAscii16kB.cc:11:
2747In file included from src/memory/RomAscii16kB.hh:4:
2748In file included from src/memory/RomBlocks.hh:4:
2749In file included from src/memory/MSXRom.hh:4:
2750In file included from src/MSXDevice.hh:5:
2751In file included from src/EmuTime.hh:4:
2752In file included from src/EmuDuration.hh:4:
2753In file included from src/serialize.hh:4:
2754In file included from src/serialize_core.hh:6:
2755src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2756 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2757 ~ ^ ~~
2758src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2759 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2760 ^
27611 warning generated.
2762Compiling memory/RomAscii8_8.cc...
2763In file included from src/memory/RomAscii8_8.cc:16:
2764In file included from src/memory/RomAscii8_8.hh:4:
2765In file included from src/memory/RomBlocks.hh:4:
2766In file included from src/memory/MSXRom.hh:4:
2767In file included from src/MSXDevice.hh:5:
2768In file included from src/EmuTime.hh:4:
2769In file included from src/EmuDuration.hh:4:
2770In file included from src/serialize.hh:4:
2771In file included from src/serialize_core.hh:6:
2772src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2773 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2774 ~ ^ ~~
2775src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2776 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2777 ^
27781 warning generated.
2779Compiling memory/RomAscii8kB.cc...
2780In file included from src/memory/RomAscii8kB.cc:12:
2781In file included from src/memory/RomAscii8kB.hh:4:
2782In file included from src/memory/RomBlocks.hh:4:
2783In file included from src/memory/MSXRom.hh:4:
2784In file included from src/MSXDevice.hh:5:
2785In file included from src/EmuTime.hh:4:
2786In file included from src/EmuDuration.hh:4:
2787In file included from src/serialize.hh:4:
2788In file included from src/serialize_core.hh:6:
2789src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2790 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2791 ~ ^ ~~
2792src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2793 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2794 ^
27951 warning generated.
2796Compiling memory/RomBlocks.cc...
2797In file included from src/memory/RomBlocks.cc:1:
2798In file included from src/events/CliComm.hh:4:
2799In file included from src/utils/span.hh:23:
2800src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2801 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2802 ~ ^ ~~
2803src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2804 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2805 ^
28061 warning generated.
2807Compiling memory/RomColecoMegaCart.cc...
2808In file included from src/memory/RomColecoMegaCart.cc:1:
2809In file included from src/memory/RomColecoMegaCart.hh:4:
2810In file included from src/memory/RomBlocks.hh:4:
2811In file included from src/memory/MSXRom.hh:4:
2812In file included from src/MSXDevice.hh:5:
2813In file included from src/EmuTime.hh:4:
2814In file included from src/EmuDuration.hh:4:
2815In file included from src/serialize.hh:4:
2816In file included from src/serialize_core.hh:6:
2817src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2818 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2819 ~ ^ ~~
2820src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2821 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2822 ^
28231 warning generated.
2824Compiling memory/RomCrossBlaim.cc...
2825In file included from src/memory/RomCrossBlaim.cc:18:
2826In file included from src/memory/RomCrossBlaim.hh:4:
2827In file included from src/memory/RomBlocks.hh:4:
2828In file included from src/memory/MSXRom.hh:4:
2829In file included from src/MSXDevice.hh:5:
2830In file included from src/EmuTime.hh:4:
2831In file included from src/EmuDuration.hh:4:
2832In file included from src/serialize.hh:4:
2833In file included from src/serialize_core.hh:6:
2834src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2835 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2836 ~ ^ ~~
2837src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2838 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2839 ^
28401 warning generated.
2841Compiling memory/RomDRAM.cc...
2842In file included from src/memory/RomDRAM.cc:1:
2843In file included from src/memory/RomDRAM.hh:4:
2844In file included from src/memory/MSXRom.hh:4:
2845In file included from src/MSXDevice.hh:5:
2846In file included from src/EmuTime.hh:4:
2847In file included from src/EmuDuration.hh:4:
2848In file included from src/serialize.hh:4:
2849In file included from src/serialize_core.hh:6:
2850src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2851 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2852 ~ ^ ~~
2853src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2854 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2855 ^
28561 warning generated.
2857Compiling memory/RomDatabase.cc...
2858In file included from src/memory/RomDatabase.cc:4:
2859In file included from src/file/File.hh:4:
2860In file included from src/utils/span.hh:23:
2861src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2862 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2863 ~ ^ ~~
2864src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2865 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2866 ^
28671 warning generated.
2868Compiling memory/RomDooly.cc...
2869In file included from src/memory/RomDooly.cc:5:
2870In file included from src/memory/RomDooly.hh:4:
2871In file included from src/memory/MSXRom.hh:4:
2872In file included from src/MSXDevice.hh:5:
2873In file included from src/EmuTime.hh:4:
2874In file included from src/EmuDuration.hh:4:
2875In file included from src/serialize.hh:4:
2876In file included from src/serialize_core.hh:6:
2877src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2878 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2879 ~ ^ ~~
2880src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2881 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2882 ^
28831 warning generated.
2884Compiling memory/RomFSA1FM.cc...
2885In file included from src/memory/RomFSA1FM.cc:35:
2886In file included from src/memory/RomFSA1FM.hh:4:
2887In file included from src/memory/MSXRom.hh:4:
2888In file included from src/MSXDevice.hh:5:
2889In file included from src/EmuTime.hh:4:
2890In file included from src/EmuDuration.hh:4:
2891In file included from src/serialize.hh:4:
2892In file included from src/serialize_core.hh:6:
2893src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2894 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2895 ~ ^ ~~
2896src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2897 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2898 ^
28991 warning generated.
2900Compiling memory/RomFactory.cc...
2901In file included from src/memory/RomFactory.cc:4:
2902In file included from src/memory/RomPageNN.hh:4:
2903In file included from src/memory/RomBlocks.hh:4:
2904In file included from src/memory/MSXRom.hh:4:
2905In file included from src/MSXDevice.hh:5:
2906In file included from src/EmuTime.hh:4:
2907In file included from src/EmuDuration.hh:4:
2908In file included from src/serialize.hh:4:
2909In file included from src/serialize_core.hh:6:
2910src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2911 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2912 ~ ^ ~~
2913src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2914 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2915 ^
29161 warning generated.
2917Compiling memory/RomGameMaster2.cc...
2918In file included from src/memory/RomGameMaster2.cc:39:
2919In file included from src/memory/RomGameMaster2.hh:4:
2920In file included from src/memory/RomBlocks.hh:4:
2921In file included from src/memory/MSXRom.hh:4:
2922In file included from src/MSXDevice.hh:5:
2923In file included from src/EmuTime.hh:4:
2924In file included from src/EmuDuration.hh:4:
2925In file included from src/serialize.hh:4:
2926In file included from src/serialize_core.hh:6:
2927src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2928 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2929 ~ ^ ~~
2930src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2931 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2932 ^
29331 warning generated.
2934Compiling memory/RomGeneric16kB.cc...
2935In file included from src/memory/RomGeneric16kB.cc:1:
2936In file included from src/memory/RomGeneric16kB.hh:4:
2937In file included from src/memory/RomBlocks.hh:4:
2938In file included from src/memory/MSXRom.hh:4:
2939In file included from src/MSXDevice.hh:5:
2940In file included from src/EmuTime.hh:4:
2941In file included from src/EmuDuration.hh:4:
2942In file included from src/serialize.hh:4:
2943In file included from src/serialize_core.hh:6:
2944src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2945 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2946 ~ ^ ~~
2947src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2948 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2949 ^
29501 warning generated.
2951Compiling memory/RomGeneric8kB.cc...
2952In file included from src/memory/RomGeneric8kB.cc:1:
2953In file included from src/memory/RomGeneric8kB.hh:4:
2954In file included from src/memory/RomBlocks.hh:4:
2955In file included from src/memory/MSXRom.hh:4:
2956In file included from src/MSXDevice.hh:5:
2957In file included from src/EmuTime.hh:4:
2958In file included from src/EmuDuration.hh:4:
2959In file included from src/serialize.hh:4:
2960In file included from src/serialize_core.hh:6:
2961src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2962 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2963 ~ ^ ~~
2964src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2965 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2966 ^
29671 warning generated.
2968Compiling memory/RomHalnote.cc...
2969In file included from src/memory/RomHalnote.cc:26:
2970In file included from src/memory/RomHalnote.hh:4:
2971In file included from src/memory/RomBlocks.hh:4:
2972In file included from src/memory/MSXRom.hh:4:
2973In file included from src/MSXDevice.hh:5:
2974In file included from src/EmuTime.hh:4:
2975In file included from src/EmuDuration.hh:4:
2976In file included from src/serialize.hh:4:
2977In file included from src/serialize_core.hh:6:
2978src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2979 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2980 ~ ^ ~~
2981src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2982 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
2983 ^
29841 warning generated.
2985Compiling memory/RomHarryFox.cc...
2986In file included from src/memory/RomHarryFox.cc:10:
2987In file included from src/memory/RomHarryFox.hh:4:
2988In file included from src/memory/RomBlocks.hh:4:
2989In file included from src/memory/MSXRom.hh:4:
2990In file included from src/MSXDevice.hh:5:
2991In file included from src/EmuTime.hh:4:
2992In file included from src/EmuDuration.hh:4:
2993In file included from src/serialize.hh:4:
2994In file included from src/serialize_core.hh:6:
2995src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
2996 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
2997 ~ ^ ~~
2998src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
2999 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3000 ^
30011 warning generated.
3002Compiling memory/RomHolyQuran.cc...
3003In file included from src/memory/RomHolyQuran.cc:5:
3004In file included from src/memory/RomHolyQuran.hh:4:
3005In file included from src/memory/RomBlocks.hh:4:
3006In file included from src/memory/MSXRom.hh:4:
3007In file included from src/MSXDevice.hh:5:
3008In file included from src/EmuTime.hh:4:
3009In file included from src/EmuDuration.hh:4:
3010In file included from src/serialize.hh:4:
3011In file included from src/serialize_core.hh:6:
3012src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3013 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3014 ~ ^ ~~
3015src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3016 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3017 ^
30181 warning generated.
3019Compiling memory/RomHolyQuran2.cc...
3020In file included from src/memory/RomHolyQuran2.cc:9:
3021In file included from src/memory/RomHolyQuran2.hh:4:
3022In file included from src/memory/MSXRom.hh:4:
3023In file included from src/MSXDevice.hh:5:
3024In file included from src/EmuTime.hh:4:
3025In file included from src/EmuDuration.hh:4:
3026In file included from src/serialize.hh:4:
3027In file included from src/serialize_core.hh:6:
3028src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3029 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3030 ~ ^ ~~
3031src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3032 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3033 ^
30341 warning generated.
3035Compiling memory/RomInfoTopic.cc...
3036In file included from src/memory/RomInfoTopic.cc:1:
3037In file included from src/memory/RomInfoTopic.hh:4:
3038In file included from src/commands/InfoTopic.hh:4:
3039In file included from src/commands/Completer.hh:5:
3040In file included from src/utils/span.hh:23:
3041src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3042 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3043 ~ ^ ~~
3044src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3045 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3046 ^
30471 warning generated.
3048Compiling memory/RomKonami.cc...
3049In file included from src/memory/RomKonami.cc:12:
3050In file included from src/memory/RomKonami.hh:4:
3051In file included from src/memory/RomBlocks.hh:4:
3052In file included from src/memory/MSXRom.hh:4:
3053In file included from src/MSXDevice.hh:5:
3054In file included from src/EmuTime.hh:4:
3055In file included from src/EmuDuration.hh:4:
3056In file included from src/serialize.hh:4:
3057In file included from src/serialize_core.hh:6:
3058src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3059 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3060 ~ ^ ~~
3061src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3062 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3063 ^
30641 warning generated.
3065Compiling memory/RomKonamiKeyboardMaster.cc...
3066In file included from src/memory/RomKonamiKeyboardMaster.cc:1:
3067In file included from src/memory/RomKonamiKeyboardMaster.hh:4:
3068In file included from src/memory/RomBlocks.hh:4:
3069In file included from src/memory/MSXRom.hh:4:
3070In file included from src/MSXDevice.hh:5:
3071In file included from src/EmuTime.hh:4:
3072In file included from src/EmuDuration.hh:4:
3073In file included from src/serialize.hh:4:
3074In file included from src/serialize_core.hh:6:
3075src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3076 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3077 ~ ^ ~~
3078src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3079 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3080 ^
30811 warning generated.
3082Compiling memory/RomKonamiSCC.cc...
3083In file included from src/memory/RomKonamiSCC.cc:14:
3084In file included from src/memory/RomKonamiSCC.hh:4:
3085In file included from src/memory/RomBlocks.hh:4:
3086In file included from src/memory/MSXRom.hh:4:
3087In file included from src/MSXDevice.hh:5:
3088In file included from src/EmuTime.hh:4:
3089In file included from src/EmuDuration.hh:4:
3090In file included from src/serialize.hh:4:
3091In file included from src/serialize_core.hh:6:
3092src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3093 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3094 ~ ^ ~~
3095src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3096 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3097 ^
30981 warning generated.
3099Compiling memory/RomMSXDOS2.cc...
3100In file included from src/memory/RomMSXDOS2.cc:1:
3101In file included from src/memory/RomMSXDOS2.hh:4:
3102In file included from src/memory/RomBlocks.hh:4:
3103In file included from src/memory/MSXRom.hh:4:
3104In file included from src/MSXDevice.hh:5:
3105In file included from src/EmuTime.hh:4:
3106In file included from src/EmuDuration.hh:4:
3107In file included from src/serialize.hh:4:
3108In file included from src/serialize_core.hh:6:
3109src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3110 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3111 ~ ^ ~~
3112src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3113 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3114 ^
31151 warning generated.
3116Compiling memory/RomMSXWrite.cc...
3117In file included from src/memory/RomMSXWrite.cc:5:
3118In file included from src/memory/RomMSXWrite.hh:4:
3119In file included from src/memory/RomBlocks.hh:4:
3120In file included from src/memory/MSXRom.hh:4:
3121In file included from src/MSXDevice.hh:5:
3122In file included from src/EmuTime.hh:4:
3123In file included from src/EmuDuration.hh:4:
3124In file included from src/serialize.hh:4:
3125In file included from src/serialize_core.hh:6:
3126src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3127 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3128 ~ ^ ~~
3129src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3130 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3131 ^
31321 warning generated.
3133Compiling memory/RomMSXtra.cc...
3134In file included from src/memory/RomMSXtra.cc:1:
3135In file included from src/memory/RomMSXtra.hh:4:
3136In file included from src/memory/MSXRom.hh:4:
3137In file included from src/MSXDevice.hh:5:
3138In file included from src/EmuTime.hh:4:
3139In file included from src/EmuDuration.hh:4:
3140In file included from src/serialize.hh:4:
3141In file included from src/serialize_core.hh:6:
3142src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3143 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3144 ~ ^ ~~
3145src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3146 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3147 ^
31481 warning generated.
3149Compiling memory/RomMajutsushi.cc...
3150In file included from src/memory/RomMajutsushi.cc:4:
3151In file included from src/memory/RomMajutsushi.hh:4:
3152In file included from src/memory/RomKonami.hh:4:
3153In file included from src/memory/RomBlocks.hh:4:
3154In file included from src/memory/MSXRom.hh:4:
3155In file included from src/MSXDevice.hh:5:
3156In file included from src/EmuTime.hh:4:
3157In file included from src/EmuDuration.hh:4:
3158In file included from src/serialize.hh:4:
3159In file included from src/serialize_core.hh:6:
3160src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3161 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3162 ~ ^ ~~
3163src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3164 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3165 ^
31661 warning generated.
3167Compiling memory/RomManbow2.cc...
3168In file included from src/memory/RomManbow2.cc:1:
3169In file included from src/memory/RomManbow2.hh:4:
3170In file included from src/memory/MSXRom.hh:4:
3171In file included from src/MSXDevice.hh:5:
3172In file included from src/EmuTime.hh:4:
3173In file included from src/EmuDuration.hh:4:
3174In file included from src/serialize.hh:4:
3175In file included from src/serialize_core.hh:6:
3176src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3177 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3178 ~ ^ ~~
3179src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3180 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3181 ^
31821 warning generated.
3183Compiling memory/RomMatraCompilation.cc...
3184In file included from src/memory/RomMatraCompilation.cc:1:
3185In file included from src/memory/RomMatraCompilation.hh:4:
3186In file included from src/memory/RomBlocks.hh:4:
3187In file included from src/memory/MSXRom.hh:4:
3188In file included from src/MSXDevice.hh:5:
3189In file included from src/EmuTime.hh:4:
3190In file included from src/EmuDuration.hh:4:
3191In file included from src/serialize.hh:4:
3192In file included from src/serialize_core.hh:6:
3193src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3194 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3195 ~ ^ ~~
3196src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3197 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3198 ^
31991 warning generated.
3200Compiling memory/RomMatraInk.cc...
3201In file included from src/memory/RomMatraInk.cc:1:
3202In file included from src/memory/RomMatraInk.hh:4:
3203In file included from src/memory/MSXRom.hh:4:
3204In file included from src/MSXDevice.hh:5:
3205In file included from src/EmuTime.hh:4:
3206In file included from src/EmuDuration.hh:4:
3207In file included from src/serialize.hh:4:
3208In file included from src/serialize_core.hh:6:
3209src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3210 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3211 ~ ^ ~~
3212src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3213 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3214 ^
32151 warning generated.
3216Compiling memory/RomMitsubishiMLTS2.cc...
3217In file included from src/memory/RomMitsubishiMLTS2.cc:1:
3218In file included from src/memory/RomMitsubishiMLTS2.hh:4:
3219In file included from src/memory/RomBlocks.hh:4:
3220In file included from src/memory/MSXRom.hh:4:
3221In file included from src/MSXDevice.hh:5:
3222In file included from src/EmuTime.hh:4:
3223In file included from src/EmuDuration.hh:4:
3224In file included from src/serialize.hh:4:
3225In file included from src/serialize_core.hh:6:
3226src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3227 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3228 ~ ^ ~~
3229src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3230 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3231 ^
32321 warning generated.
3233Compiling memory/RomMultiRom.cc...
3234In file included from src/memory/RomMultiRom.cc:5:
3235In file included from src/memory/RomMultiRom.hh:6:
3236In file included from src/memory/RomBlocks.hh:4:
3237In file included from src/memory/MSXRom.hh:4:
3238In file included from src/MSXDevice.hh:5:
3239In file included from src/EmuTime.hh:4:
3240In file included from src/EmuDuration.hh:4:
3241In file included from src/serialize.hh:4:
3242In file included from src/serialize_core.hh:6:
3243src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3244 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3245 ~ ^ ~~
3246src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3247 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3248 ^
32491 warning generated.
3250Compiling memory/RomNational.cc...
3251In file included from src/memory/RomNational.cc:1:
3252In file included from src/memory/RomNational.hh:4:
3253In file included from src/memory/RomBlocks.hh:4:
3254In file included from src/memory/MSXRom.hh:4:
3255In file included from src/MSXDevice.hh:5:
3256In file included from src/EmuTime.hh:4:
3257In file included from src/EmuDuration.hh:4:
3258In file included from src/serialize.hh:4:
3259In file included from src/serialize_core.hh:6:
3260src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3261 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3262 ~ ^ ~~
3263src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3264 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3265 ^
32661 warning generated.
3267Compiling memory/RomNettouYakyuu.cc...
3268In file included from src/memory/RomNettouYakyuu.cc:41:
3269In file included from src/memory/RomNettouYakyuu.hh:4:
3270In file included from src/memory/RomBlocks.hh:4:
3271In file included from src/memory/MSXRom.hh:4:
3272In file included from src/MSXDevice.hh:5:
3273In file included from src/EmuTime.hh:4:
3274In file included from src/EmuDuration.hh:4:
3275In file included from src/serialize.hh:4:
3276In file included from src/serialize_core.hh:6:
3277src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3278 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3279 ~ ^ ~~
3280src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3281 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3282 ^
32831 warning generated.
3284Compiling memory/RomPadial16kB.cc...
3285In file included from src/memory/RomPadial16kB.cc:7:
3286In file included from src/memory/RomPadial16kB.hh:4:
3287In file included from src/memory/RomAscii16kB.hh:4:
3288In file included from src/memory/RomBlocks.hh:4:
3289In file included from src/memory/MSXRom.hh:4:
3290In file included from src/MSXDevice.hh:5:
3291In file included from src/EmuTime.hh:4:
3292In file included from src/EmuDuration.hh:4:
3293In file included from src/serialize.hh:4:
3294In file included from src/serialize_core.hh:6:
3295src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3296 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3297 ~ ^ ~~
3298src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3299 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3300 ^
33011 warning generated.
3302Compiling memory/RomPadial8kB.cc...
3303In file included from src/memory/RomPadial8kB.cc:9:
3304In file included from src/memory/RomPadial8kB.hh:4:
3305In file included from src/memory/RomAscii8kB.hh:4:
3306In file included from src/memory/RomBlocks.hh:4:
3307In file included from src/memory/MSXRom.hh:4:
3308In file included from src/MSXDevice.hh:5:
3309In file included from src/EmuTime.hh:4:
3310In file included from src/EmuDuration.hh:4:
3311In file included from src/serialize.hh:4:
3312In file included from src/serialize_core.hh:6:
3313src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3314 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3315 ~ ^ ~~
3316src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3317 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3318 ^
33191 warning generated.
3320Compiling memory/RomPageNN.cc...
3321In file included from src/memory/RomPageNN.cc:1:
3322In file included from src/memory/RomPageNN.hh:4:
3323In file included from src/memory/RomBlocks.hh:4:
3324In file included from src/memory/MSXRom.hh:4:
3325In file included from src/MSXDevice.hh:5:
3326In file included from src/EmuTime.hh:4:
3327In file included from src/EmuDuration.hh:4:
3328In file included from src/serialize.hh:4:
3329In file included from src/serialize_core.hh:6:
3330src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3331 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3332 ~ ^ ~~
3333src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3334 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3335 ^
33361 warning generated.
3337Compiling memory/RomPanasonic.cc...
3338In file included from src/memory/RomPanasonic.cc:1:
3339In file included from src/memory/RomPanasonic.hh:4:
3340In file included from src/memory/RomBlocks.hh:4:
3341In file included from src/memory/MSXRom.hh:4:
3342In file included from src/MSXDevice.hh:5:
3343In file included from src/EmuTime.hh:4:
3344In file included from src/EmuDuration.hh:4:
3345In file included from src/serialize.hh:4:
3346In file included from src/serialize_core.hh:6:
3347src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3348 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3349 ~ ^ ~~
3350src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3351 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3352 ^
33531 warning generated.
3354Compiling memory/RomPlain.cc...
3355In file included from src/memory/RomPlain.cc:1:
3356In file included from src/memory/RomPlain.hh:4:
3357In file included from src/memory/RomBlocks.hh:4:
3358In file included from src/memory/MSXRom.hh:4:
3359In file included from src/MSXDevice.hh:5:
3360In file included from src/EmuTime.hh:4:
3361In file included from src/EmuDuration.hh:4:
3362In file included from src/serialize.hh:4:
3363In file included from src/serialize_core.hh:6:
3364src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3365 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3366 ~ ^ ~~
3367src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3368 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3369 ^
33701 warning generated.
3371Compiling memory/RomPlayBall.cc...
3372In file included from src/memory/RomPlayBall.cc:1:
3373In file included from src/memory/RomPlayBall.hh:4:
3374In file included from src/memory/RomBlocks.hh:4:
3375In file included from src/memory/MSXRom.hh:4:
3376In file included from src/MSXDevice.hh:5:
3377In file included from src/EmuTime.hh:4:
3378In file included from src/EmuDuration.hh:4:
3379In file included from src/serialize.hh:4:
3380In file included from src/serialize_core.hh:6:
3381src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3382 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3383 ~ ^ ~~
3384src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3385 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3386 ^
33871 warning generated.
3388Compiling memory/RomRType.cc...
3389In file included from src/memory/RomRType.cc:11:
3390In file included from src/memory/RomRType.hh:4:
3391In file included from src/memory/RomBlocks.hh:4:
3392In file included from src/memory/MSXRom.hh:4:
3393In file included from src/MSXDevice.hh:5:
3394In file included from src/EmuTime.hh:4:
3395In file included from src/EmuDuration.hh:4:
3396In file included from src/serialize.hh:4:
3397In file included from src/serialize_core.hh:6:
3398src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3399 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3400 ~ ^ ~~
3401src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3402 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3403 ^
34041 warning generated.
3405Compiling memory/RomRamFile.cc...
3406In file included from src/memory/RomRamFile.cc:27:
3407In file included from src/memory/RomRamFile.hh:4:
3408In file included from src/memory/MSXRom.hh:4:
3409In file included from src/MSXDevice.hh:5:
3410In file included from src/EmuTime.hh:4:
3411In file included from src/EmuDuration.hh:4:
3412In file included from src/serialize.hh:4:
3413In file included from src/serialize_core.hh:6:
3414src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3415 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3416 ~ ^ ~~
3417src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3418 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3419 ^
34201 warning generated.
3421Compiling memory/RomSuperLodeRunner.cc...
3422In file included from src/memory/RomSuperLodeRunner.cc:1:
3423In file included from src/memory/RomSuperLodeRunner.hh:4:
3424In file included from src/memory/RomBlocks.hh:4:
3425In file included from src/memory/MSXRom.hh:4:
3426In file included from src/MSXDevice.hh:5:
3427In file included from src/EmuTime.hh:4:
3428In file included from src/EmuDuration.hh:4:
3429In file included from src/serialize.hh:4:
3430In file included from src/serialize_core.hh:6:
3431src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3432 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3433 ~ ^ ~~
3434src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3435 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3436 ^
34371 warning generated.
3438Compiling memory/RomSuperSwangi.cc...
3439In file included from src/memory/RomSuperSwangi.cc:1:
3440In file included from src/memory/RomSuperSwangi.hh:4:
3441In file included from src/memory/RomBlocks.hh:4:
3442In file included from src/memory/MSXRom.hh:4:
3443In file included from src/MSXDevice.hh:5:
3444In file included from src/EmuTime.hh:4:
3445In file included from src/EmuDuration.hh:4:
3446In file included from src/serialize.hh:4:
3447In file included from src/serialize_core.hh:6:
3448src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3449 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3450 ~ ^ ~~
3451src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3452 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3453 ^
34541 warning generated.
3455Compiling memory/RomSynthesizer.cc...
3456In file included from src/memory/RomSynthesizer.cc:19:
3457In file included from src/memory/RomSynthesizer.hh:4:
3458In file included from src/memory/RomBlocks.hh:4:
3459In file included from src/memory/MSXRom.hh:4:
3460In file included from src/MSXDevice.hh:5:
3461In file included from src/EmuTime.hh:4:
3462In file included from src/EmuDuration.hh:4:
3463In file included from src/serialize.hh:4:
3464In file included from src/serialize_core.hh:6:
3465src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3466 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3467 ~ ^ ~~
3468src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3469 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3470 ^
34711 warning generated.
3472Compiling memory/RomZemina126in1.cc...
3473In file included from src/memory/RomZemina126in1.cc:7:
3474In file included from src/memory/RomZemina126in1.hh:4:
3475In file included from src/memory/RomBlocks.hh:4:
3476In file included from src/memory/MSXRom.hh:4:
3477In file included from src/MSXDevice.hh:5:
3478In file included from src/EmuTime.hh:4:
3479In file included from src/EmuDuration.hh:4:
3480In file included from src/serialize.hh:4:
3481In file included from src/serialize_core.hh:6:
3482src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3483 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3484 ~ ^ ~~
3485src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3486 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3487 ^
34881 warning generated.
3489Compiling memory/RomZemina80in1.cc...
3490In file included from src/memory/RomZemina80in1.cc:9:
3491In file included from src/memory/RomZemina80in1.hh:4:
3492In file included from src/memory/RomBlocks.hh:4:
3493In file included from src/memory/MSXRom.hh:4:
3494In file included from src/MSXDevice.hh:5:
3495In file included from src/EmuTime.hh:4:
3496In file included from src/EmuDuration.hh:4:
3497In file included from src/serialize.hh:4:
3498In file included from src/serialize_core.hh:6:
3499src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3500 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3501 ~ ^ ~~
3502src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3503 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3504 ^
35051 warning generated.
3506Compiling memory/RomZemina90in1.cc...
3507In file included from src/memory/RomZemina90in1.cc:13:
3508In file included from src/memory/RomZemina90in1.hh:4:
3509In file included from src/memory/RomBlocks.hh:4:
3510In file included from src/memory/MSXRom.hh:4:
3511In file included from src/MSXDevice.hh:5:
3512In file included from src/EmuTime.hh:4:
3513In file included from src/EmuDuration.hh:4:
3514In file included from src/serialize.hh:4:
3515In file included from src/serialize_core.hh:6:
3516src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3517 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3518 ~ ^ ~~
3519src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3520 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3521 ^
35221 warning generated.
3523Compiling memory/SRAM.cc...
3524In file included from src/memory/SRAM.cc:3:
3525In file included from src/file/File.hh:4:
3526In file included from src/utils/span.hh:23:
3527src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3528 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3529 ~ ^ ~~
3530src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3531 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3532 ^
35331 warning generated.
3534Compiling memory/SdCard.cc...
3535In file included from src/memory/SdCard.cc:3:
3536In file included from src/ide/HD.hh:5:
3537In file included from src/file/File.hh:4:
3538In file included from src/utils/span.hh:23:
3539src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3540 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3541 ~ ^ ~~
3542src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3543 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3544 ^
35451 warning generated.
3546Compiling memory/TrackedRam.cc...
3547Compiling security/SocketStreamWrapper.cc...
3548Compiling security/SspiNegotiateServer.cc...
3549Compiling serial/ClockPin.cc...
3550Compiling serial/DummyMidiInDevice.cc...
3551Compiling serial/DummyMidiOutDevice.cc...
3552Compiling serial/DummyRS232Device.cc...
3553Compiling serial/I8251.cc...
3554Compiling serial/I8254.cc...
3555Compiling serial/JVCMSXMIDI.cc...
3556In file included from src/serial/JVCMSXMIDI.cc:1:
3557In file included from src/serial/JVCMSXMIDI.hh:4:
3558In file included from src/MSXDevice.hh:5:
3559In file included from src/EmuTime.hh:4:
3560In file included from src/EmuDuration.hh:4:
3561In file included from src/serialize.hh:4:
3562In file included from src/serialize_core.hh:6:
3563src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3564 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3565 ~ ^ ~~
3566src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3567 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3568 ^
35691 warning generated.
3570Compiling serial/MC6850.cc...
3571In file included from src/serial/MC6850.cc:1:
3572In file included from src/serial/MC6850.hh:4:
3573In file included from src/DynamicClock.hh:4:
3574In file included from src/EmuTime.hh:4:
3575In file included from src/EmuDuration.hh:4:
3576In file included from src/serialize.hh:4:
3577In file included from src/serialize_core.hh:6:
3578src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3579 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3580 ~ ^ ~~
3581src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3582 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3583 ^
35841 warning generated.
3585Compiling serial/MSXFacMidiInterface.cc...
3586Compiling serial/MSXMidi.cc...
3587In file included from src/serial/MSXMidi.cc:1:
3588In file included from src/serial/MSXMidi.hh:4:
3589In file included from src/MSXDevice.hh:5:
3590In file included from src/EmuTime.hh:4:
3591In file included from src/EmuDuration.hh:4:
3592In file included from src/serialize.hh:4:
3593In file included from src/serialize_core.hh:6:
3594src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3595 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3596 ~ ^ ~~
3597src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3598 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3599 ^
36001 warning generated.
3601Compiling serial/MSXRS232.cc...
3602In file included from src/serial/MSXRS232.cc:1:
3603In file included from src/serial/MSXRS232.hh:4:
3604In file included from src/MSXDevice.hh:5:
3605In file included from src/EmuTime.hh:4:
3606In file included from src/EmuDuration.hh:4:
3607In file included from src/serialize.hh:4:
3608In file included from src/serialize_core.hh:6:
3609src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3610 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3611 ~ ^ ~~
3612src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3613 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3614 ^
36151 warning generated.
3616Compiling serial/MidiInConnector.cc...
3617Compiling serial/MidiInCoreMIDI.cc...
3618In file included from src/serial/MidiInCoreMIDI.cc:3:
3619In file included from src/serial/MidiInCoreMIDI.hh:6:
3620In file included from src/serial/MidiInDevice.hh:4:
3621In file included from src/Pluggable.hh:4:
3622In file included from src/EmuTime.hh:4:
3623In file included from src/EmuDuration.hh:4:
3624In file included from src/serialize.hh:4:
3625In file included from src/serialize_core.hh:6:
3626src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3627 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3628 ~ ^ ~~
3629src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3630 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3631 ^
36321 warning generated.
3633Compiling serial/MidiInDevice.cc...
3634Compiling serial/MidiInReader.cc...
3635In file included from src/serial/MidiInReader.cc:1:
3636In file included from src/serial/MidiInReader.hh:4:
3637In file included from src/serial/MidiInDevice.hh:4:
3638In file included from src/Pluggable.hh:4:
3639In file included from src/EmuTime.hh:4:
3640In file included from src/EmuDuration.hh:4:
3641In file included from src/serialize.hh:4:
3642In file included from src/serialize_core.hh:6:
3643src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3644 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3645 ~ ^ ~~
3646src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3647 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3648 ^
36491 warning generated.
3650Compiling serial/MidiInWindows.cc...
3651Compiling serial/MidiOutConnector.cc...
3652Compiling serial/MidiOutCoreMIDI.cc...
3653In file included from src/serial/MidiOutCoreMIDI.cc:3:
3654In file included from src/serial/MidiOutCoreMIDI.hh:6:
3655In file included from src/serial/MidiOutDevice.hh:4:
3656In file included from src/Pluggable.hh:4:
3657In file included from src/EmuTime.hh:4:
3658In file included from src/EmuDuration.hh:4:
3659In file included from src/serialize.hh:4:
3660In file included from src/serialize_core.hh:6:
3661src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3662 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3663 ~ ^ ~~
3664src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3665 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3666 ^
36671 warning generated.
3668Compiling serial/MidiOutDevice.cc...
3669Compiling serial/MidiOutLogger.cc...
3670In file included from src/serial/MidiOutLogger.cc:1:
3671In file included from src/serial/MidiOutLogger.hh:4:
3672In file included from src/serial/MidiOutDevice.hh:4:
3673In file included from src/Pluggable.hh:4:
3674In file included from src/EmuTime.hh:4:
3675In file included from src/EmuDuration.hh:4:
3676In file included from src/serialize.hh:4:
3677In file included from src/serialize_core.hh:6:
3678src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3679 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3680 ~ ^ ~~
3681src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3682 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3683 ^
36841 warning generated.
3685Compiling serial/Midi_w32.cc...
3686Compiling serial/MusicModuleMIDI.cc...
3687In file included from src/serial/MusicModuleMIDI.cc:1:
3688In file included from src/serial/MusicModuleMIDI.hh:4:
3689In file included from src/MSXDevice.hh:5:
3690In file included from src/EmuTime.hh:4:
3691In file included from src/EmuDuration.hh:4:
3692In file included from src/serialize.hh:4:
3693In file included from src/serialize_core.hh:6:
3694src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3695 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3696 ~ ^ ~~
3697src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3698 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3699 ^
37001 warning generated.
3701Compiling serial/RS232Connector.cc...
3702Compiling serial/RS232Device.cc...
3703Compiling serial/RS232Tester.cc...
3704In file included from src/serial/RS232Tester.cc:1:
3705In file included from src/serial/RS232Tester.hh:4:
3706In file included from src/serial/RS232Device.hh:4:
3707In file included from src/Pluggable.hh:4:
3708In file included from src/EmuTime.hh:4:
3709In file included from src/EmuDuration.hh:4:
3710In file included from src/serialize.hh:4:
3711In file included from src/serialize_core.hh:6:
3712src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3713 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3714 ~ ^ ~~
3715src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3716 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3717 ^
37181 warning generated.
3719Compiling serial/YM2148.cc...
3720In file included from src/serial/YM2148.cc:4:
3721In file included from src/serial/YM2148.hh:4:
3722In file included from src/cpu/IRQHelper.hh:5:
3723In file included from src/MSXMotherBoard.hh:4:
3724In file included from src/EmuTime.hh:4:
3725In file included from src/EmuDuration.hh:4:
3726In file included from src/serialize.hh:4:
3727In file included from src/serialize_core.hh:6:
3728src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3729 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3730 ~ ^ ~~
3731src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3732 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3733 ^
37341 warning generated.
3735Compiling settings/BooleanSetting.cc...
3736In file included from src/settings/BooleanSetting.cc:1:
3737In file included from src/settings/BooleanSetting.hh:4:
3738In file included from src/settings/Setting.hh:5:
3739In file included from src/commands/TclObject.hh:4:
3740In file included from src/utils/span.hh:23:
3741src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3742 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3743 ~ ^ ~~
3744src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3745 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3746 ^
37471 warning generated.
3748Compiling settings/EnumSetting.cc...
3749In file included from src/settings/EnumSetting.cc:1:
3750In file included from src/settings/EnumSetting.hh:4:
3751In file included from src/settings/Setting.hh:5:
3752In file included from src/commands/TclObject.hh:4:
3753In file included from src/utils/span.hh:23:
3754src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3755 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3756 ~ ^ ~~
3757src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3758 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3759 ^
37601 warning generated.
3761Compiling settings/FilenameSetting.cc...
3762In file included from src/settings/FilenameSetting.cc:1:
3763In file included from src/settings/FilenameSetting.hh:4:
3764In file included from src/settings/Setting.hh:5:
3765In file included from src/commands/TclObject.hh:4:
3766In file included from src/utils/span.hh:23:
3767src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3768 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3769 ~ ^ ~~
3770src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3771 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3772 ^
37731 warning generated.
3774Compiling settings/FloatSetting.cc...
3775In file included from src/settings/FloatSetting.cc:1:
3776In file included from src/settings/FloatSetting.hh:4:
3777In file included from src/settings/Setting.hh:5:
3778In file included from src/commands/TclObject.hh:4:
3779In file included from src/utils/span.hh:23:
3780src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3781 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3782 ~ ^ ~~
3783src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3784 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3785 ^
37861 warning generated.
3787Compiling settings/IntegerSetting.cc...
3788In file included from src/settings/IntegerSetting.cc:1:
3789In file included from src/settings/IntegerSetting.hh:4:
3790In file included from src/settings/Setting.hh:5:
3791In file included from src/commands/TclObject.hh:4:
3792In file included from src/utils/span.hh:23:
3793src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3794 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3795 ~ ^ ~~
3796src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3797 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3798 ^
37991 warning generated.
3800Compiling settings/KeyCodeSetting.cc...
3801In file included from src/settings/KeyCodeSetting.cc:1:
3802In file included from src/settings/KeyCodeSetting.hh:4:
3803In file included from src/settings/Setting.hh:5:
3804In file included from src/commands/TclObject.hh:4:
3805In file included from src/utils/span.hh:23:
3806src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3807 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3808 ~ ^ ~~
3809src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3810 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3811 ^
38121 warning generated.
3813Compiling settings/ProxySetting.cc...
3814In file included from src/settings/ProxySetting.cc:1:
3815In file included from src/settings/ProxySetting.hh:4:
3816In file included from src/settings/Setting.hh:5:
3817In file included from src/commands/TclObject.hh:4:
3818In file included from src/utils/span.hh:23:
3819src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3820 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3821 ~ ^ ~~
3822src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3823 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3824 ^
38251 warning generated.
3826Compiling settings/ReadOnlySetting.cc...
3827In file included from src/settings/ReadOnlySetting.cc:1:
3828In file included from src/settings/ReadOnlySetting.hh:4:
3829In file included from src/settings/Setting.hh:5:
3830In file included from src/commands/TclObject.hh:4:
3831In file included from src/utils/span.hh:23:
3832src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3833 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3834 ~ ^ ~~
3835src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3836 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3837 ^
38381 warning generated.
3839Compiling settings/Setting.cc...
3840In file included from src/settings/Setting.cc:1:
3841In file included from src/settings/Setting.hh:5:
3842In file included from src/commands/TclObject.hh:4:
3843In file included from src/utils/span.hh:23:
3844src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3845 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3846 ~ ^ ~~
3847src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3848 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3849 ^
38501 warning generated.
3851Compiling settings/SettingsManager.cc...
3852In file included from src/settings/SettingsManager.cc:1:
3853In file included from src/settings/SettingsManager.hh:4:
3854In file included from src/commands/Command.hh:4:
3855In file included from src/commands/Completer.hh:5:
3856In file included from src/utils/span.hh:23:
3857src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3858 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3859 ~ ^ ~~
3860src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3861 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3862 ^
38631 warning generated.
3864Compiling settings/StringSetting.cc...
3865In file included from src/settings/StringSetting.cc:1:
3866In file included from src/settings/StringSetting.hh:4:
3867In file included from src/settings/Setting.hh:5:
3868In file included from src/commands/TclObject.hh:4:
3869In file included from src/utils/span.hh:23:
3870src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3871 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3872 ~ ^ ~~
3873src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3874 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3875 ^
38761 warning generated.
3877Compiling settings/UserSettings.cc...
3878In file included from src/settings/UserSettings.cc:1:
3879In file included from src/settings/UserSettings.hh:4:
3880In file included from src/commands/Command.hh:4:
3881In file included from src/commands/Completer.hh:5:
3882In file included from src/utils/span.hh:23:
3883src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3884 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3885 ~ ^ ~~
3886src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3887 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3888 ^
38891 warning generated.
3890Compiling settings/VideoSourceSetting.cc...
3891In file included from src/settings/VideoSourceSetting.cc:1:
3892In file included from src/settings/VideoSourceSetting.hh:4:
3893In file included from src/settings/Setting.hh:5:
3894In file included from src/commands/TclObject.hh:4:
3895In file included from src/utils/span.hh:23:
3896src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3897 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3898 ~ ^ ~~
3899src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3900 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3901 ^
39021 warning generated.
3903Compiling sound/AY8910.cc...
3904In file included from src/sound/AY8910.cc:11:
3905In file included from src/sound/AY8910.hh:4:
3906In file included from src/sound/ResampledSoundDevice.hh:4:
3907In file included from src/sound/SoundDevice.hh:4:
3908In file included from src/sound/MSXMixer.hh:4:
3909In file included from src/Schedulable.hh:4:
3910In file included from src/EmuTime.hh:4:
3911In file included from src/EmuDuration.hh:4:
3912In file included from src/serialize.hh:4:
3913In file included from src/serialize_core.hh:6:
3914src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3915 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3916 ~ ^ ~~
3917src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3918 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3919 ^
39201 warning generated.
3921Compiling sound/AY8910Periphery.cc...
3922Compiling sound/AudioInputConnector.cc...
3923Compiling sound/AudioInputDevice.cc...
3924Compiling sound/BlipBuffer.cc...
3925Compiling sound/DACSound16S.cc...
3926In file included from src/sound/DACSound16S.cc:1:
3927In file included from src/sound/DACSound16S.hh:6:
3928In file included from src/sound/SoundDevice.hh:4:
3929In file included from src/sound/MSXMixer.hh:4:
3930In file included from src/Schedulable.hh:4:
3931In file included from src/EmuTime.hh:4:
3932In file included from src/EmuDuration.hh:4:
3933In file included from src/serialize.hh:4:
3934In file included from src/serialize_core.hh:6:
3935src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3936 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3937 ~ ^ ~~
3938src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3939 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3940 ^
39411 warning generated.
3942Compiling sound/DACSound8U.cc...
3943In file included from src/sound/DACSound8U.cc:1:
3944In file included from src/sound/DACSound8U.hh:6:
3945In file included from src/sound/DACSound16S.hh:6:
3946In file included from src/sound/SoundDevice.hh:4:
3947In file included from src/sound/MSXMixer.hh:4:
3948In file included from src/Schedulable.hh:4:
3949In file included from src/EmuTime.hh:4:
3950In file included from src/EmuDuration.hh:4:
3951In file included from src/serialize.hh:4:
3952In file included from src/serialize_core.hh:6:
3953src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3954 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3955 ~ ^ ~~
3956src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3957 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3958 ^
39591 warning generated.
3960Compiling sound/DummyAudioInputDevice.cc...
3961Compiling sound/DummyY8950KeyboardDevice.cc...
3962Compiling sound/EmuTimer.cc...
3963Compiling sound/KeyClick.cc...
3964In file included from src/sound/KeyClick.cc:1:
3965In file included from src/sound/KeyClick.hh:4:
3966In file included from src/sound/DACSound8U.hh:6:
3967In file included from src/sound/DACSound16S.hh:6:
3968In file included from src/sound/SoundDevice.hh:4:
3969In file included from src/sound/MSXMixer.hh:4:
3970In file included from src/Schedulable.hh:4:
3971In file included from src/EmuTime.hh:4:
3972In file included from src/EmuDuration.hh:4:
3973In file included from src/serialize.hh:4:
3974In file included from src/serialize_core.hh:6:
3975src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3976 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3977 ~ ^ ~~
3978src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3979 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3980 ^
39811 warning generated.
3982Compiling sound/MSXAudio.cc...
3983In file included from src/sound/MSXAudio.cc:1:
3984In file included from src/sound/MSXAudio.hh:4:
3985In file included from src/MSXDevice.hh:5:
3986In file included from src/EmuTime.hh:4:
3987In file included from src/EmuDuration.hh:4:
3988In file included from src/serialize.hh:4:
3989In file included from src/serialize_core.hh:6:
3990src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
3991 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
3992 ~ ^ ~~
3993src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
3994 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
3995 ^
39961 warning generated.
3997Compiling sound/MSXFmPac.cc...
3998In file included from src/sound/MSXFmPac.cc:1:
3999In file included from src/sound/MSXFmPac.hh:4:
4000In file included from src/sound/MSXMusic.hh:4:
4001In file included from src/MSXDevice.hh:5:
4002In file included from src/EmuTime.hh:4:
4003In file included from src/EmuDuration.hh:4:
4004In file included from src/serialize.hh:4:
4005In file included from src/serialize_core.hh:6:
4006src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4007 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4008 ~ ^ ~~
4009src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4010 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4011 ^
40121 warning generated.
4013Compiling sound/MSXMixer.cc...
4014In file included from src/sound/MSXMixer.cc:1:
4015In file included from src/sound/MSXMixer.hh:4:
4016In file included from src/Schedulable.hh:4:
4017In file included from src/EmuTime.hh:4:
4018In file included from src/EmuDuration.hh:4:
4019In file included from src/serialize.hh:4:
4020In file included from src/serialize_core.hh:6:
4021src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4022 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4023 ~ ^ ~~
4024src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4025 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4026 ^
40271 warning generated.
4028Compiling sound/MSXMoonSound.cc...
4029In file included from src/sound/MSXMoonSound.cc:10:
4030In file included from src/sound/MSXMoonSound.hh:4:
4031In file included from src/MSXDevice.hh:5:
4032In file included from src/EmuTime.hh:4:
4033In file included from src/EmuDuration.hh:4:
4034In file included from src/serialize.hh:4:
4035In file included from src/serialize_core.hh:6:
4036src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4037 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4038 ~ ^ ~~
4039src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4040 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4041 ^
40421 warning generated.
4043Compiling sound/MSXMusic.cc...
4044In file included from src/sound/MSXMusic.cc:1:
4045In file included from src/sound/MSXMusic.hh:4:
4046In file included from src/MSXDevice.hh:5:
4047In file included from src/EmuTime.hh:4:
4048In file included from src/EmuDuration.hh:4:
4049In file included from src/serialize.hh:4:
4050In file included from src/serialize_core.hh:6:
4051src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4052 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4053 ~ ^ ~~
4054src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4055 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4056 ^
40571 warning generated.
4058Compiling sound/MSXOPL3Cartridge.cc...
4059In file included from src/sound/MSXOPL3Cartridge.cc:1:
4060In file included from src/sound/MSXOPL3Cartridge.hh:4:
4061In file included from src/MSXDevice.hh:5:
4062In file included from src/EmuTime.hh:4:
4063In file included from src/EmuDuration.hh:4:
4064In file included from src/serialize.hh:4:
4065In file included from src/serialize_core.hh:6:
4066src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4067 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4068 ~ ^ ~~
4069src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4070 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4071 ^
40721 warning generated.
4073Compiling sound/MSXPSG.cc...
4074In file included from src/sound/MSXPSG.cc:1:
4075In file included from src/sound/MSXPSG.hh:4:
4076In file included from src/MSXDevice.hh:5:
4077In file included from src/EmuTime.hh:4:
4078In file included from src/EmuDuration.hh:4:
4079In file included from src/serialize.hh:4:
4080In file included from src/serialize_core.hh:6:
4081src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4082 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4083 ~ ^ ~~
4084src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4085 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4086 ^
40871 warning generated.
4088Compiling sound/MSXSCCPlusCart.cc...
4089In file included from src/sound/MSXSCCPlusCart.cc:4:
4090In file included from src/sound/MSXSCCPlusCart.hh:7:
4091In file included from src/MSXDevice.hh:5:
4092In file included from src/EmuTime.hh:4:
4093In file included from src/EmuDuration.hh:4:
4094In file included from src/serialize.hh:4:
4095In file included from src/serialize_core.hh:6:
4096src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4097 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4098 ~ ^ ~~
4099src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4100 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4101 ^
41021 warning generated.
4103Compiling sound/MSXTurboRPCM.cc...
4104In file included from src/sound/MSXTurboRPCM.cc:1:
4105In file included from src/sound/MSXTurboRPCM.hh:4:
4106In file included from src/MSXDevice.hh:5:
4107In file included from src/EmuTime.hh:4:
4108In file included from src/EmuDuration.hh:4:
4109In file included from src/serialize.hh:4:
4110In file included from src/serialize_core.hh:6:
4111src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4112 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4113 ~ ^ ~~
4114src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4115 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4116 ^
41171 warning generated.
4118Compiling sound/MSXYamahaSFG.cc...
4119In file included from src/sound/MSXYamahaSFG.cc:1:
4120In file included from src/sound/MSXYamahaSFG.hh:4:
4121In file included from src/MSXDevice.hh:5:
4122In file included from src/EmuTime.hh:4:
4123In file included from src/EmuDuration.hh:4:
4124In file included from src/serialize.hh:4:
4125In file included from src/serialize_core.hh:6:
4126src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4127 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4128 ~ ^ ~~
4129src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4130 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4131 ^
41321 warning generated.
4133Compiling sound/Mixer.cc...
4134In file included from src/sound/Mixer.cc:1:
4135In file included from src/sound/Mixer.hh:5:
4136In file included from src/settings/BooleanSetting.hh:4:
4137In file included from src/settings/Setting.hh:5:
4138In file included from src/commands/TclObject.hh:4:
4139In file included from src/utils/span.hh:23:
4140src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4141 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4142 ~ ^ ~~
4143src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4144 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4145 ^
41461 warning generated.
4147Compiling sound/ResampleBlip.cc...
4148In file included from src/sound/ResampleBlip.cc:1:
4149In file included from src/sound/ResampleBlip.hh:4:
4150In file included from src/sound/ResampleAlgo.hh:4:
4151In file included from src/EmuTime.hh:4:
4152In file included from src/EmuDuration.hh:4:
4153In file included from src/serialize.hh:4:
4154In file included from src/serialize_core.hh:6:
4155src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4156 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4157 ~ ^ ~~
4158src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4159 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4160 ^
41611 warning generated.
4162Compiling sound/ResampleHQ.cc...
4163In file included from src/sound/ResampleHQ.cc:12:
4164In file included from src/sound/ResampleHQ.hh:4:
4165In file included from src/sound/ResampleAlgo.hh:4:
4166In file included from src/EmuTime.hh:4:
4167In file included from src/EmuDuration.hh:4:
4168In file included from src/serialize.hh:4:
4169In file included from src/serialize_core.hh:6:
4170src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4171 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4172 ~ ^ ~~
4173src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4174 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4175 ^
41761 warning generated.
4177Compiling sound/ResampleLQ.cc...
4178In file included from src/sound/ResampleLQ.cc:1:
4179In file included from src/sound/ResampleLQ.hh:4:
4180In file included from src/sound/ResampleAlgo.hh:4:
4181In file included from src/EmuTime.hh:4:
4182In file included from src/EmuDuration.hh:4:
4183In file included from src/serialize.hh:4:
4184In file included from src/serialize_core.hh:6:
4185src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4186 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4187 ~ ^ ~~
4188src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4189 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4190 ^
41911 warning generated.
4192Compiling sound/ResampleTrivial.cc...
4193In file included from src/sound/ResampleTrivial.cc:1:
4194In file included from src/sound/ResampleTrivial.hh:4:
4195In file included from src/sound/ResampleAlgo.hh:4:
4196In file included from src/EmuTime.hh:4:
4197In file included from src/EmuDuration.hh:4:
4198In file included from src/serialize.hh:4:
4199In file included from src/serialize_core.hh:6:
4200src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4201 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4202 ~ ^ ~~
4203src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4204 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4205 ^
42061 warning generated.
4207Compiling sound/ResampledSoundDevice.cc...
4208In file included from src/sound/ResampledSoundDevice.cc:1:
4209In file included from src/sound/ResampledSoundDevice.hh:4:
4210In file included from src/sound/SoundDevice.hh:4:
4211In file included from src/sound/MSXMixer.hh:4:
4212In file included from src/Schedulable.hh:4:
4213In file included from src/EmuTime.hh:4:
4214In file included from src/EmuDuration.hh:4:
4215In file included from src/serialize.hh:4:
4216In file included from src/serialize_core.hh:6:
4217src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4218 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4219 ~ ^ ~~
4220src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4221 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4222 ^
42231 warning generated.
4224Compiling sound/SCC.cc...
4225In file included from src/sound/SCC.cc:99:
4226In file included from src/sound/SCC.hh:4:
4227In file included from src/sound/ResampledSoundDevice.hh:4:
4228In file included from src/sound/SoundDevice.hh:4:
4229In file included from src/sound/MSXMixer.hh:4:
4230In file included from src/Schedulable.hh:4:
4231In file included from src/EmuTime.hh:4:
4232In file included from src/EmuDuration.hh:4:
4233In file included from src/serialize.hh:4:
4234In file included from src/serialize_core.hh:6:
4235src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4236 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4237 ~ ^ ~~
4238src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4239 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4240 ^
42411 warning generated.
4242Compiling sound/SDLSoundDriver.cc...
4243In file included from src/sound/SDLSoundDriver.cc:3:
4244In file included from src/MSXMotherBoard.hh:4:
4245In file included from src/EmuTime.hh:4:
4246In file included from src/EmuDuration.hh:4:
4247In file included from src/serialize.hh:4:
4248In file included from src/serialize_core.hh:6:
4249src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4250 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4251 ~ ^ ~~
4252src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4253 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4254 ^
42551 warning generated.
4256Compiling sound/SN76489.cc...
4257In file included from src/sound/SN76489.cc:1:
4258In file included from src/sound/SN76489.hh:4:
4259In file included from src/sound/ResampledSoundDevice.hh:4:
4260In file included from src/sound/SoundDevice.hh:4:
4261In file included from src/sound/MSXMixer.hh:4:
4262In file included from src/Schedulable.hh:4:
4263In file included from src/EmuTime.hh:4:
4264In file included from src/EmuDuration.hh:4:
4265In file included from src/serialize.hh:4:
4266In file included from src/serialize_core.hh:6:
4267src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4268 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4269 ~ ^ ~~
4270src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4271 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4272 ^
42731 warning generated.
4274Compiling sound/SNPSG.cc...
4275In file included from src/sound/SNPSG.cc:1:
4276In file included from src/sound/SNPSG.hh:4:
4277In file included from src/MSXDevice.hh:5:
4278In file included from src/EmuTime.hh:4:
4279In file included from src/EmuDuration.hh:4:
4280In file included from src/serialize.hh:4:
4281In file included from src/serialize_core.hh:6:
4282src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4283 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4284 ~ ^ ~~
4285src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4286 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4287 ^
42881 warning generated.
4289Compiling sound/SVIPSG.cc...
4290In file included from src/sound/SVIPSG.cc:1:
4291In file included from src/sound/SVIPSG.hh:4:
4292In file included from src/MSXDevice.hh:5:
4293In file included from src/EmuTime.hh:4:
4294In file included from src/EmuDuration.hh:4:
4295In file included from src/serialize.hh:4:
4296In file included from src/serialize_core.hh:6:
4297src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4298 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4299 ~ ^ ~~
4300src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4301 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4302 ^
43031 warning generated.
4304Compiling sound/SamplePlayer.cc...
4305In file included from src/sound/SamplePlayer.cc:1:
4306In file included from src/sound/SamplePlayer.hh:4:
4307In file included from src/sound/ResampledSoundDevice.hh:4:
4308In file included from src/sound/SoundDevice.hh:4:
4309In file included from src/sound/MSXMixer.hh:4:
4310In file included from src/Schedulable.hh:4:
4311In file included from src/EmuTime.hh:4:
4312In file included from src/EmuDuration.hh:4:
4313In file included from src/serialize.hh:4:
4314In file included from src/serialize_core.hh:6:
4315src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4316 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4317 ~ ^ ~~
4318src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4319 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4320 ^
43211 warning generated.
4322Compiling sound/SoundDevice.cc...
4323In file included from src/sound/SoundDevice.cc:1:
4324In file included from src/sound/SoundDevice.hh:4:
4325In file included from src/sound/MSXMixer.hh:4:
4326In file included from src/Schedulable.hh:4:
4327In file included from src/EmuTime.hh:4:
4328In file included from src/EmuDuration.hh:4:
4329In file included from src/serialize.hh:4:
4330In file included from src/serialize_core.hh:6:
4331src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4332 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4333 ~ ^ ~~
4334src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4335 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4336 ^
43371 warning generated.
4338Compiling sound/VLM5030.cc...
4339In file included from src/sound/VLM5030.cc:77:
4340In file included from src/sound/VLM5030.hh:4:
4341In file included from src/sound/ResampledSoundDevice.hh:4:
4342In file included from src/sound/SoundDevice.hh:4:
4343In file included from src/sound/MSXMixer.hh:4:
4344In file included from src/Schedulable.hh:4:
4345In file included from src/EmuTime.hh:4:
4346In file included from src/EmuDuration.hh:4:
4347In file included from src/serialize.hh:4:
4348In file included from src/serialize_core.hh:6:
4349src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4350 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4351 ~ ^ ~~
4352src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4353 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4354 ^
43551 warning generated.
4356Compiling sound/WavAudioInput.cc...
4357In file included from src/sound/WavAudioInput.cc:1:
4358In file included from src/sound/WavAudioInput.hh:4:
4359In file included from src/sound/AudioInputDevice.hh:4:
4360In file included from src/Pluggable.hh:4:
4361In file included from src/EmuTime.hh:4:
4362In file included from src/EmuDuration.hh:4:
4363In file included from src/serialize.hh:4:
4364In file included from src/serialize_core.hh:6:
4365src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4366 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4367 ~ ^ ~~
4368src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4369 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4370 ^
43711 warning generated.
4372Compiling sound/WavWriter.cc...
4373In file included from src/sound/WavWriter.cc:1:
4374In file included from src/sound/WavWriter.hh:4:
4375In file included from src/file/File.hh:4:
4376In file included from src/utils/span.hh:23:
4377src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4378 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4379 ~ ^ ~~
4380src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4381 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4382 ^
43831 warning generated.
4384Compiling sound/Y8950.cc...
4385In file included from src/sound/Y8950.cc:7:
4386In file included from src/sound/Y8950.hh:4:
4387In file included from src/sound/Y8950Adpcm.hh:5:
4388In file included from src/Schedulable.hh:4:
4389In file included from src/EmuTime.hh:4:
4390In file included from src/EmuDuration.hh:4:
4391In file included from src/serialize.hh:4:
4392In file included from src/serialize_core.hh:6:
4393src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4394 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4395 ~ ^ ~~
4396src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4397 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4398 ^
43991 warning generated.
4400Compiling sound/Y8950Adpcm.cc...
4401In file included from src/sound/Y8950Adpcm.cc:11:
4402In file included from src/sound/Y8950Adpcm.hh:5:
4403In file included from src/Schedulable.hh:4:
4404In file included from src/EmuTime.hh:4:
4405In file included from src/EmuDuration.hh:4:
4406In file included from src/serialize.hh:4:
4407In file included from src/serialize_core.hh:6:
4408src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4409 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4410 ~ ^ ~~
4411src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4412 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4413 ^
44141 warning generated.
4415Compiling sound/Y8950KeyboardConnector.cc...
4416Compiling sound/Y8950KeyboardDevice.cc...
4417Compiling sound/Y8950Periphery.cc...
4418In file included from src/sound/Y8950Periphery.cc:1:
4419In file included from src/sound/Y8950Periphery.hh:4:
4420In file included from src/EmuTime.hh:4:
4421In file included from src/EmuDuration.hh:4:
4422In file included from src/serialize.hh:4:
4423In file included from src/serialize_core.hh:6:
4424src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4425 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4426 ~ ^ ~~
4427src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4428 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4429 ^
44301 warning generated.
4431Compiling sound/YM2151.cc...
4432In file included from src/sound/YM2151.cc:7:
4433In file included from src/sound/YM2151.hh:35:
4434In file included from src/sound/ResampledSoundDevice.hh:4:
4435In file included from src/sound/SoundDevice.hh:4:
4436In file included from src/sound/MSXMixer.hh:4:
4437In file included from src/Schedulable.hh:4:
4438In file included from src/EmuTime.hh:4:
4439In file included from src/EmuDuration.hh:4:
4440In file included from src/serialize.hh:4:
4441In file included from src/serialize_core.hh:6:
4442src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4443 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4444 ~ ^ ~~
4445src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4446 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4447 ^
44481 warning generated.
4449Compiling sound/YM2413.cc...
4450In file included from src/sound/YM2413.cc:1:
4451In file included from src/sound/YM2413.hh:4:
4452In file included from src/sound/ResampledSoundDevice.hh:4:
4453In file included from src/sound/SoundDevice.hh:4:
4454In file included from src/sound/MSXMixer.hh:4:
4455In file included from src/Schedulable.hh:4:
4456In file included from src/EmuTime.hh:4:
4457In file included from src/EmuDuration.hh:4:
4458In file included from src/serialize.hh:4:
4459In file included from src/serialize_core.hh:6:
4460src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4461 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4462 ~ ^ ~~
4463src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4464 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4465 ^
44661 warning generated.
4467Compiling sound/YM2413Burczynski.cc...
4468Compiling sound/YM2413NukeYKT.cc...
4469Compiling sound/YM2413Okazaki.cc...
4470Compiling sound/YM2413OriginalNukeYKT.cc...
4471Compiling sound/YMF262.cc...
4472In file included from src/sound/YMF262.cc:40:
4473In file included from src/sound/YMF262.hh:4:
4474In file included from src/sound/ResampledSoundDevice.hh:4:
4475In file included from src/sound/SoundDevice.hh:4:
4476In file included from src/sound/MSXMixer.hh:4:
4477In file included from src/Schedulable.hh:4:
4478In file included from src/EmuTime.hh:4:
4479In file included from src/EmuDuration.hh:4:
4480In file included from src/serialize.hh:4:
4481In file included from src/serialize_core.hh:6:
4482src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4483 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4484 ~ ^ ~~
4485src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4486 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4487 ^
44881 warning generated.
4489Compiling sound/YMF278.cc...
4490In file included from src/sound/YMF278.cc:32:
4491In file included from src/sound/YMF278.hh:4:
4492In file included from src/sound/ResampledSoundDevice.hh:4:
4493In file included from src/sound/SoundDevice.hh:4:
4494In file included from src/sound/MSXMixer.hh:4:
4495In file included from src/Schedulable.hh:4:
4496In file included from src/EmuTime.hh:4:
4497In file included from src/EmuDuration.hh:4:
4498In file included from src/serialize.hh:4:
4499In file included from src/serialize_core.hh:6:
4500src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4501 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4502 ~ ^ ~~
4503src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4504 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4505 ^
45061 warning generated.
4507Compiling utils/rapidsax.cc...
4508Compiling video/ADVram.cc...
4509In file included from src/video/ADVram.cc:1:
4510In file included from src/video/ADVram.hh:4:
4511In file included from src/MSXDevice.hh:5:
4512In file included from src/EmuTime.hh:4:
4513In file included from src/EmuDuration.hh:4:
4514In file included from src/serialize.hh:4:
4515In file included from src/serialize_core.hh:6:
4516src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4517 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4518 ~ ^ ~~
4519src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4520 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4521 ^
45221 warning generated.
4523Compiling video/AviRecorder.cc...
4524In file included from src/video/AviRecorder.cc:1:
4525In file included from src/video/AviRecorder.hh:4:
4526In file included from src/commands/Command.hh:4:
4527In file included from src/commands/Completer.hh:5:
4528In file included from src/utils/span.hh:23:
4529src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4530 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4531 ~ ^ ~~
4532src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4533 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4534 ^
45351 warning generated.
4536Compiling video/AviWriter.cc...
4537In file included from src/video/AviWriter.cc:3:
4538In file included from src/video/AviWriter.hh:7:
4539In file included from src/file/File.hh:4:
4540In file included from src/utils/span.hh:23:
4541src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4542 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4543 ~ ^ ~~
4544src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4545 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4546 ^
45471 warning generated.
4548Compiling video/BitmapConverter.cc...
4549Compiling video/CharacterConverter.cc...
4550In file included from src/video/CharacterConverter.cc:11:
4551In file included from src/video/VDP.hh:4:
4552In file included from src/MSXDevice.hh:5:
4553In file included from src/EmuTime.hh:4:
4554In file included from src/EmuDuration.hh:4:
4555In file included from src/serialize.hh:4:
4556In file included from src/serialize_core.hh:6:
4557src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4558 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4559 ~ ^ ~~
4560src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4561 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4562 ^
45631 warning generated.
4564Compiling video/Deflicker.cc...
4565Compiling video/Display.cc...
4566In file included from src/video/Display.cc:1:
4567In file included from src/video/Display.hh:4:
4568In file included from src/video/RenderSettings.hh:4:
4569In file included from src/settings/BooleanSetting.hh:4:
4570In file included from src/settings/Setting.hh:5:
4571In file included from src/commands/TclObject.hh:4:
4572In file included from src/utils/span.hh:23:
4573src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4574 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4575 ~ ^ ~~
4576src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4577 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4578 ^
45791 warning generated.
4580Compiling video/DummyRenderer.cc...
4581Compiling video/DummyVideoSystem.cc...
4582Compiling video/FBPostProcessor.cc...
4583In file included from src/video/FBPostProcessor.cc:1:
4584In file included from src/video/FBPostProcessor.hh:4:
4585In file included from src/video/PostProcessor.hh:4:
4586In file included from src/video/VideoLayer.hh:4:
4587In file included from src/settings/VideoSourceSetting.hh:4:
4588In file included from src/settings/Setting.hh:5:
4589In file included from src/commands/TclObject.hh:4:
4590In file included from src/utils/span.hh:23:
4591src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4592 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4593 ~ ^ ~~
4594src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4595 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4596 ^
45971 warning generated.
4598Compiling video/GLPostProcessor.cc...
4599In file included from src/video/GLPostProcessor.cc:1:
4600In file included from src/video/GLPostProcessor.hh:4:
4601In file included from src/video/PostProcessor.hh:4:
4602In file included from src/video/VideoLayer.hh:4:
4603In file included from src/settings/VideoSourceSetting.hh:4:
4604In file included from src/settings/Setting.hh:5:
4605In file included from src/commands/TclObject.hh:4:
4606In file included from src/utils/span.hh:23:
4607src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4608 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4609 ~ ^ ~~
4610src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4611 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4612 ^
46131 warning generated.
4614Compiling video/GLSnow.cc...
4615In file included from src/video/GLSnow.cc:4:
4616In file included from src/video/Display.hh:4:
4617In file included from src/video/RenderSettings.hh:4:
4618In file included from src/settings/BooleanSetting.hh:4:
4619In file included from src/settings/Setting.hh:5:
4620In file included from src/commands/TclObject.hh:4:
4621In file included from src/utils/span.hh:23:
4622src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4623 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4624 ~ ^ ~~
4625src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4626 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4627 ^
46281 warning generated.
4629Compiling video/GLUtil.cc...
4630In file included from src/video/GLUtil.cc:2:
4631In file included from src/file/File.hh:4:
4632In file included from src/utils/span.hh:23:
4633src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4634 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4635 ~ ^ ~~
4636src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4637 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4638 ^
46391 warning generated.
4640Compiling video/PNG.cc...
4641In file included from src/video/PNG.cc:3:
4642In file included from src/file/File.hh:4:
4643In file included from src/utils/span.hh:23:
4644src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4645 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4646 ~ ^ ~~
4647src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4648 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4649 ^
46501 warning generated.
4651Compiling video/PixelRenderer.cc...
4652In file included from src/video/PixelRenderer.cc:6:
4653In file included from src/video/PixelRenderer.hh:4:
4654In file included from src/video/Renderer.hh:4:
4655In file included from src/video/VRAMObserver.hh:4:
4656In file included from src/EmuTime.hh:4:
4657In file included from src/EmuDuration.hh:4:
4658In file included from src/serialize.hh:4:
4659In file included from src/serialize_core.hh:6:
4660src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4661 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4662 ~ ^ ~~
4663src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4664 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4665 ^
4666src/video/PixelRenderer.cc:608:43: warning: unused parameter 'setting' [-Wunused-parameter]
4667void PixelRenderer::update(const Setting& setting)
4668 ^
46692 warnings generated.
4670Compiling video/PostProcessor.cc...
4671In file included from src/video/PostProcessor.cc:1:
4672In file included from src/video/PostProcessor.hh:4:
4673In file included from src/video/VideoLayer.hh:4:
4674In file included from src/settings/VideoSourceSetting.hh:4:
4675In file included from src/settings/Setting.hh:5:
4676In file included from src/commands/TclObject.hh:4:
4677In file included from src/utils/span.hh:23:
4678src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4679 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4680 ~ ^ ~~
4681src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4682 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4683 ^
46841 warning generated.
4685Compiling video/RenderSettings.cc...
4686In file included from src/video/RenderSettings.cc:1:
4687In file included from src/video/RenderSettings.hh:4:
4688In file included from src/settings/BooleanSetting.hh:4:
4689In file included from src/settings/Setting.hh:5:
4690In file included from src/commands/TclObject.hh:4:
4691In file included from src/utils/span.hh:23:
4692src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4693 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4694 ~ ^ ~~
4695src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4696 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4697 ^
46981 warning generated.
4699Compiling video/Renderer.cc...
4700Compiling video/RendererFactory.cc...
4701In file included from src/video/RendererFactory.cc:2:
4702In file included from src/video/RenderSettings.hh:4:
4703In file included from src/settings/BooleanSetting.hh:4:
4704In file included from src/settings/Setting.hh:5:
4705In file included from src/commands/TclObject.hh:4:
4706In file included from src/utils/span.hh:23:
4707src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4708 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4709 ~ ^ ~~
4710src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4711 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4712 ^
47131 warning generated.
4714Compiling video/SDLGLVisibleSurface.cc...
4715In file included from src/video/SDLGLVisibleSurface.cc:5:
4716In file included from src/console/OSDConsoleRenderer.hh:7:
4717In file included from src/settings/EnumSetting.hh:4:
4718In file included from src/settings/Setting.hh:5:
4719In file included from src/commands/TclObject.hh:4:
4720In file included from src/utils/span.hh:23:
4721src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4722 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4723 ~ ^ ~~
4724src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4725 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4726 ^
4727src/video/SDLGLVisibleSurface.cc:149:75: warning: unused parameter 'setting' [-Wunused-parameter]
4728void SDLGLVisibleSurface::SyncToVBlankModeObserver::update(const Setting& setting)
4729 ^
47302 warnings generated.
4731Compiling video/SDLRasterizer.cc...
4732In file included from src/video/SDLRasterizer.cc:1:
4733In file included from src/video/SDLRasterizer.hh:4:
4734In file included from src/video/Rasterizer.hh:4:
4735In file included from src/EmuTime.hh:4:
4736In file included from src/EmuDuration.hh:4:
4737In file included from src/serialize.hh:4:
4738In file included from src/serialize_core.hh:6:
4739src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4740 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4741 ~ ^ ~~
4742src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4743 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4744 ^
47451 warning generated.
4746Compiling video/SDLSnow.cc...
4747In file included from src/video/SDLSnow.cc:3:
4748In file included from src/video/Display.hh:4:
4749In file included from src/video/RenderSettings.hh:4:
4750In file included from src/settings/BooleanSetting.hh:4:
4751In file included from src/settings/Setting.hh:5:
4752In file included from src/commands/TclObject.hh:4:
4753In file included from src/utils/span.hh:23:
4754src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4755 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4756 ~ ^ ~~
4757src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4758 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4759 ^
47601 warning generated.
4761Compiling video/SDLVideoSystem.cc...
4762In file included from src/video/SDLVideoSystem.cc:3:
4763In file included from src/video/SDLRasterizer.hh:4:
4764In file included from src/video/Rasterizer.hh:4:
4765In file included from src/EmuTime.hh:4:
4766In file included from src/EmuDuration.hh:4:
4767In file included from src/serialize.hh:4:
4768In file included from src/serialize_core.hh:6:
4769src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4770 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4771 ~ ^ ~~
4772src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4773 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4774 ^
47751 warning generated.
4776Compiling video/SDLVisibleSurface.cc...
4777In file included from src/video/SDLVisibleSurface.cc:5:
4778In file included from src/console/OSDConsoleRenderer.hh:7:
4779In file included from src/settings/EnumSetting.hh:4:
4780In file included from src/settings/Setting.hh:5:
4781In file included from src/commands/TclObject.hh:4:
4782In file included from src/utils/span.hh:23:
4783src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4784 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4785 ~ ^ ~~
4786src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4787 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4788 ^
47891 warning generated.
4790Compiling video/SDLVisibleSurfaceBase.cc...
4791In file included from src/video/SDLVisibleSurfaceBase.cc:4:
4792In file included from src/video/Display.hh:4:
4793In file included from src/video/RenderSettings.hh:4:
4794In file included from src/settings/BooleanSetting.hh:4:
4795In file included from src/settings/Setting.hh:5:
4796In file included from src/commands/TclObject.hh:4:
4797In file included from src/utils/span.hh:23:
4798src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4799 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4800 ~ ^ ~~
4801src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4802 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4803 ^
48041 warning generated.
4805Compiling video/SpriteChecker.cc...
4806In file included from src/video/SpriteChecker.cc:11:
4807In file included from src/video/SpriteChecker.hh:4:
4808In file included from src/video/VDP.hh:4:
4809In file included from src/MSXDevice.hh:5:
4810In file included from src/EmuTime.hh:4:
4811In file included from src/EmuDuration.hh:4:
4812In file included from src/serialize.hh:4:
4813In file included from src/serialize_core.hh:6:
4814src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4815 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4816 ~ ^ ~~
4817src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4818 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4819 ^
48201 warning generated.
4821Compiling video/VDP.cc...
4822In file included from src/video/VDP.cc:20:
4823In file included from src/video/VDP.hh:4:
4824In file included from src/MSXDevice.hh:5:
4825In file included from src/EmuTime.hh:4:
4826In file included from src/EmuDuration.hh:4:
4827In file included from src/serialize.hh:4:
4828In file included from src/serialize_core.hh:6:
4829src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4830 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4831 ~ ^ ~~
4832src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4833 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4834 ^
48351 warning generated.
4836Compiling video/VDPAccessSlots.cc...
4837In file included from src/video/VDPAccessSlots.cc:1:
4838In file included from src/video/VDPAccessSlots.hh:4:
4839In file included from src/video/VDP.hh:4:
4840In file included from src/MSXDevice.hh:5:
4841In file included from src/EmuTime.hh:4:
4842In file included from src/EmuDuration.hh:4:
4843In file included from src/serialize.hh:4:
4844In file included from src/serialize_core.hh:6:
4845src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4846 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4847 ~ ^ ~~
4848src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4849 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4850 ^
48511 warning generated.
4852Compiling video/VDPCmdEngine.cc...
4853In file included from src/video/VDPCmdEngine.cc:36:
4854In file included from src/video/VDPCmdEngine.hh:4:
4855In file included from src/video/VDP.hh:4:
4856In file included from src/MSXDevice.hh:5:
4857In file included from src/EmuTime.hh:4:
4858In file included from src/EmuDuration.hh:4:
4859In file included from src/serialize.hh:4:
4860In file included from src/serialize_core.hh:6:
4861src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4862 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4863 ~ ^ ~~
4864src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4865 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4866 ^
48671 warning generated.
4868Compiling video/VDPVRAM.cc...
4869In file included from src/video/VDPVRAM.cc:1:
4870In file included from src/video/VDPVRAM.hh:4:
4871In file included from src/video/VRAMObserver.hh:4:
4872In file included from src/EmuTime.hh:4:
4873In file included from src/EmuDuration.hh:4:
4874In file included from src/serialize.hh:4:
4875In file included from src/serialize_core.hh:6:
4876src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4877 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4878 ~ ^ ~~
4879src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4880 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4881 ^
48821 warning generated.
4883Compiling video/VideoLayer.cc...
4884In file included from src/video/VideoLayer.cc:1:
4885In file included from src/video/VideoLayer.hh:4:
4886In file included from src/settings/VideoSourceSetting.hh:4:
4887In file included from src/settings/Setting.hh:5:
4888In file included from src/commands/TclObject.hh:4:
4889In file included from src/utils/span.hh:23:
4890src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4891 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4892 ~ ^ ~~
4893src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4894 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4895 ^
48961 warning generated.
4897Compiling video/VisibleSurface.cc...
4898In file included from src/video/VisibleSurface.cc:2:
4899In file included from src/video/Display.hh:4:
4900In file included from src/video/RenderSettings.hh:4:
4901In file included from src/settings/BooleanSetting.hh:4:
4902In file included from src/settings/Setting.hh:5:
4903In file included from src/commands/TclObject.hh:4:
4904In file included from src/utils/span.hh:23:
4905src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4906 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4907 ~ ^ ~~
4908src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4909 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4910 ^
4911src/video/VisibleSurface.cc:69:69: warning: unused parameter 'event' [-Wunused-parameter]
4912int VisibleSurface::signalEvent(const std::shared_ptr<const Event>& event)
4913 ^
49142 warnings generated.
4915Compiling video/ld/LDDummyRenderer.cc...
4916Compiling video/ld/LDPixelRenderer.cc...
4917In file included from src/video/ld/LDPixelRenderer.cc:1:
4918In file included from src/video/ld/LDPixelRenderer.hh:4:
4919In file included from src/video/ld/LDRenderer.hh:4:
4920In file included from src/EmuTime.hh:4:
4921In file included from src/EmuDuration.hh:4:
4922In file included from src/serialize.hh:4:
4923In file included from src/serialize_core.hh:6:
4924src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4925 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4926 ~ ^ ~~
4927src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4928 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4929 ^
49301 warning generated.
4931Compiling video/ld/LDSDLRasterizer.cc...
4932In file included from src/video/ld/LDSDLRasterizer.cc:1:
4933In file included from src/video/ld/LDSDLRasterizer.hh:4:
4934In file included from src/video/ld/LDRasterizer.hh:4:
4935In file included from src/EmuTime.hh:4:
4936In file included from src/EmuDuration.hh:4:
4937In file included from src/serialize.hh:4:
4938In file included from src/serialize_core.hh:6:
4939src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4940 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4941 ~ ^ ~~
4942src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4943 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4944 ^
49451 warning generated.
4946Compiling video/scalers/GLHQLiteScaler.cc...
4947In file included from src/video/scalers/GLHQLiteScaler.cc:6:
4948In file included from src/file/File.hh:4:
4949In file included from src/utils/span.hh:23:
4950src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4951 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4952 ~ ^ ~~
4953src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4954 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4955 ^
49561 warning generated.
4957Compiling video/scalers/GLHQScaler.cc...
4958In file included from src/video/scalers/GLHQScaler.cc:6:
4959In file included from src/file/File.hh:4:
4960In file included from src/utils/span.hh:23:
4961src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4962 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4963 ~ ^ ~~
4964src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4965 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4966 ^
49671 warning generated.
4968Compiling video/scalers/GLRGBScaler.cc...
4969In file included from src/video/scalers/GLRGBScaler.cc:2:
4970In file included from src/video/RenderSettings.hh:4:
4971In file included from src/settings/BooleanSetting.hh:4:
4972In file included from src/settings/Setting.hh:5:
4973In file included from src/commands/TclObject.hh:4:
4974In file included from src/utils/span.hh:23:
4975src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4976 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4977 ~ ^ ~~
4978src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4979 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4980 ^
49811 warning generated.
4982Compiling video/scalers/GLScalerFactory.cc...
4983In file included from src/video/scalers/GLScalerFactory.cc:10:
4984In file included from src/video/RenderSettings.hh:4:
4985In file included from src/settings/BooleanSetting.hh:4:
4986In file included from src/settings/Setting.hh:5:
4987In file included from src/commands/TclObject.hh:4:
4988In file included from src/utils/span.hh:23:
4989src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
4990 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
4991 ~ ^ ~~
4992src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
4993 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
4994 ^
49951 warning generated.
4996Compiling video/scalers/GLSimpleScaler.cc...
4997In file included from src/video/scalers/GLSimpleScaler.cc:2:
4998In file included from src/video/RenderSettings.hh:4:
4999In file included from src/settings/BooleanSetting.hh:4:
5000In file included from src/settings/Setting.hh:5:
5001In file included from src/commands/TclObject.hh:4:
5002In file included from src/utils/span.hh:23:
5003src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5004 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5005 ~ ^ ~~
5006src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5007 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5008 ^
50091 warning generated.
5010Compiling video/scalers/GLTVScaler.cc...
5011In file included from src/video/scalers/GLTVScaler.cc:2:
5012In file included from src/video/RenderSettings.hh:4:
5013In file included from src/settings/BooleanSetting.hh:4:
5014In file included from src/settings/Setting.hh:5:
5015In file included from src/commands/TclObject.hh:4:
5016In file included from src/utils/span.hh:23:
5017src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5018 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5019 ~ ^ ~~
5020src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5021 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5022 ^
50231 warning generated.
5024Compiling video/scalers/RGBTriplet3xScaler.cc...
5025In file included from src/video/scalers/RGBTriplet3xScaler.cc:6:
5026In file included from src/video/RenderSettings.hh:4:
5027In file included from src/settings/BooleanSetting.hh:4:
5028In file included from src/settings/Setting.hh:5:
5029In file included from src/commands/TclObject.hh:4:
5030In file included from src/utils/span.hh:23:
5031src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5032 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5033 ~ ^ ~~
5034src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5035 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5036 ^
50371 warning generated.
5038Compiling video/scalers/ScalerFactory.cc...
5039In file included from src/video/scalers/ScalerFactory.cc:2:
5040In file included from src/video/RenderSettings.hh:4:
5041In file included from src/settings/BooleanSetting.hh:4:
5042In file included from src/settings/Setting.hh:5:
5043In file included from src/commands/TclObject.hh:4:
5044In file included from src/utils/span.hh:23:
5045src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5046 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5047 ~ ^ ~~
5048src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5049 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5050 ^
50511 warning generated.
5052Compiling video/scalers/Simple2xScaler.cc...
5053In file included from src/video/scalers/Simple2xScaler.cc:6:
5054In file included from src/video/RenderSettings.hh:4:
5055In file included from src/settings/BooleanSetting.hh:4:
5056In file included from src/settings/Setting.hh:5:
5057In file included from src/commands/TclObject.hh:4:
5058In file included from src/utils/span.hh:23:
5059src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5060 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5061 ~ ^ ~~
5062src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5063 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5064 ^
50651 warning generated.
5066Compiling video/scalers/Simple3xScaler.cc...
5067In file included from src/video/scalers/Simple3xScaler.cc:6:
5068In file included from src/video/RenderSettings.hh:4:
5069In file included from src/settings/BooleanSetting.hh:4:
5070In file included from src/settings/Setting.hh:5:
5071In file included from src/commands/TclObject.hh:4:
5072In file included from src/utils/span.hh:23:
5073src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5074 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5075 ~ ^ ~~
5076src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5077 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5078 ^
50791 warning generated.
5080Compiling video/v9990/V9990.cc...
5081In file included from src/video/v9990/V9990.cc:1:
5082In file included from src/video/v9990/V9990.hh:4:
5083In file included from src/MSXDevice.hh:5:
5084In file included from src/EmuTime.hh:4:
5085In file included from src/EmuDuration.hh:4:
5086In file included from src/serialize.hh:4:
5087In file included from src/serialize_core.hh:6:
5088src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5089 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5090 ~ ^ ~~
5091src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5092 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5093 ^
50941 warning generated.
5095Compiling video/v9990/V9990BitmapConverter.cc...
5096In file included from src/video/v9990/V9990BitmapConverter.cc:1:
5097In file included from src/video/v9990/V9990BitmapConverter.hh:5:
5098src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5099 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5100 ~ ^ ~~
5101src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5102 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5103 ^
51041 warning generated.
5105Compiling video/v9990/V9990CmdEngine.cc...
5106In file included from src/video/v9990/V9990CmdEngine.cc:1:
5107In file included from src/video/v9990/V9990CmdEngine.hh:5:
5108In file included from src/EmuDuration.hh:4:
5109In file included from src/serialize.hh:4:
5110In file included from src/serialize_core.hh:6:
5111src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5112 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5113 ~ ^ ~~
5114src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5115 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5116 ^
51171 warning generated.
5118Compiling video/v9990/V9990DummyRenderer.cc...
5119Compiling video/v9990/V9990PixelRenderer.cc...
5120In file included from src/video/v9990/V9990PixelRenderer.cc:1:
5121In file included from src/video/v9990/V9990PixelRenderer.hh:4:
5122In file included from src/video/v9990/V9990Renderer.hh:5:
5123In file included from src/EmuTime.hh:4:
5124In file included from src/EmuDuration.hh:4:
5125In file included from src/serialize.hh:4:
5126In file included from src/serialize_core.hh:6:
5127src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5128 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5129 ~ ^ ~~
5130src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5131 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5132 ^
5133src/video/v9990/V9990PixelRenderer.cc:320:48: warning: unused parameter 'setting' [-Wunused-parameter]
5134void V9990PixelRenderer::update(const Setting& setting)
5135 ^
51362 warnings generated.
5137Compiling video/v9990/V9990PxConverter.cc...
5138In file included from src/video/v9990/V9990PxConverter.cc:2:
5139In file included from src/video/v9990/V9990.hh:4:
5140In file included from src/MSXDevice.hh:5:
5141In file included from src/EmuTime.hh:4:
5142In file included from src/EmuDuration.hh:4:
5143In file included from src/serialize.hh:4:
5144In file included from src/serialize_core.hh:6:
5145src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5146 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5147 ~ ^ ~~
5148src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5149 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5150 ^
51511 warning generated.
5152Compiling video/v9990/V9990SDLRasterizer.cc...
5153In file included from src/video/v9990/V9990SDLRasterizer.cc:1:
5154In file included from src/video/v9990/V9990SDLRasterizer.hh:4:
5155In file included from src/video/v9990/V9990Rasterizer.hh:5:
5156In file included from src/EmuTime.hh:4:
5157In file included from src/EmuDuration.hh:4:
5158In file included from src/serialize.hh:4:
5159In file included from src/serialize_core.hh:6:
5160src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5161 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5162 ~ ^ ~~
5163src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5164 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5165 ^
51661 warning generated.
5167Compiling video/v9990/V9990VRAM.cc...
5168In file included from src/video/v9990/V9990VRAM.cc:1:
5169In file included from src/video/v9990/V9990.hh:4:
5170In file included from src/MSXDevice.hh:5:
5171In file included from src/EmuTime.hh:4:
5172In file included from src/EmuDuration.hh:4:
5173In file included from src/serialize.hh:4:
5174In file included from src/serialize_core.hh:6:
5175src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5176 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5177 ~ ^ ~~
5178src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5179 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5180 ^
51811 warning generated.
5182Compiling video/v9990/Video9000.cc...
5183In file included from src/video/v9990/Video9000.cc:1:
5184In file included from src/video/v9990/Video9000.hh:4:
5185In file included from src/MSXDevice.hh:5:
5186In file included from src/EmuTime.hh:4:
5187In file included from src/EmuDuration.hh:4:
5188In file included from src/serialize.hh:4:
5189In file included from src/serialize_core.hh:6:
5190src/utils/one_of.hh:13:63: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
5191 return std::apply([&](const Ts& ... ts) { return (... || (t == ts)); }, o.tup);
5192 ~ ^ ~~
5193src/utils/span.hh:158:49: note: in instantiation of function template specialization 'operator==<unsigned long>' requested here
5194 template<size_t E = Extent, std::enable_if_t<E == one_of(0, dynamic_extent), int> = 0>
5195 ^
51961 warning generated.
5197Linking openmsx...
5198Stripping openmsx...
5199Removing any old binary package...
5200Creating binary package:
5201 Executable...
5202 Data files...
5203 Documentation...
5204 C-BIOS...
5205 Creating symlinks...
5206 Writing meta-info...
5207 Copying resources...
5208 Copying README...
5209 Copying license...
5210Creating disk image:
5211created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-752-g3718ed7df-mac-x86_64-bin.dmg