openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 07:07
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-unittest/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: unittest
6 Compiler: g++
7 Subset: full build
8Compiling console/OSDRectangle.cc...
9Compiling PluggableFactory.cc...
10Compiling Version.cc...
11Compiling console/TTFFont.cc...
12Compiling events/EventDistributor.cc...
13Compiling events/InputEventFactory.cc...
14Compiling events/InputEvents.cc...
15Compiling events/Keys.cc...
16Compiling input/ArkanoidPad.cc...
17Compiling input/ColecoJoystickIO.cc...
18Compiling input/EventDelay.cc...
19Compiling input/JoyMega.cc...
20Compiling input/KeyJoystick.cc...
21Compiling input/Keyboard.cc...
22Compiling input/KeyboardSettings.cc...
23In file included from /usr/include/c++/10/cassert:44,
24 from src/utils/span.hh:25,
25 from src/commands/TclObject.hh:4,
26 from src/settings/Setting.hh:5,
27 from src/settings/EnumSetting.hh:4,
28 from src/input/KeyboardSettings.hh:5,
29 from src/input/Keyboard.hh:4,
30 from src/input/Keyboard.cc:1:
31src/utils/span.hh: In instantiation of ‘constexpr ElementType& span<ElementType, Extent>::operator[](span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::reference = const openmsx::TclObject&; span<ElementType, Extent>::index_type = long unsigned int]’:
32src/input/Keyboard.cc:677:26: required from here
33src/utils/span.hh:305:14: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
34 305 | assert(idx >= 0 && idx < size());
35 | ~~~~^~~~
36src/utils/span.hh: In instantiation of ‘constexpr span<ElementType, 18446744073709551615> span<ElementType, Extent>::subspan(span<ElementType, Extent>::index_type, span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::index_type = long unsigned int]’:
37src/input/Keyboard.cc:1088:66: required from here
38src/utils/span.hh:290:18: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
39 290 | assert((offset >= 0 && offset <= size()) &&
40 | ~~~~~~~^~~~
41src/utils/span.hh:291:45: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
42 291 | (count == dynamic_extent || (count >= 0 && offset + count <= size())));
43 | ~~~~~~^~~~
44Compiling input/Mouse.cc...
45Compiling input/Paddle.cc...
46Compiling input/Trackball.cc...
47Compiling settings/KeyCodeSetting.cc...
48Compiling unittest/Keys_test.cc...
49Compiling video/GLImage.cc...
50Compiling video/PNG.cc...
51Compiling video/SDLImage.cc...
52Compiling video/SDLOutputSurface.cc...
53Compiling video/scalers/DirectScalerOutput.cc...
54Compiling video/scalers/StretchScalerOutput.cc...
55Linking openmsx...
56Removing any old binary package...
57Creating binary package:
58 Executable...
59 Data files...
60 Documentation...
61 C-BIOS...
62 Creating symlinks...