openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 19:10
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 MSXMotherBoard.cc...
9Compiling commands/GlobalCommandController.cc...
10Compiling Version.cc...
11Compiling commands/TclParser.cc...
12Compiling console/CommandConsole.cc...
13Compiling cpu/BreakPointBase.cc...
14Compiling events/GlobalCliComm.cc...
15Compiling input/RecordedCommand.cc...
16Compiling unittest/ScopedAssign_test.cc...
17Compiling video/v9990/V9990PxConverter.cc...
18In file included from src/utils/StringOp.hh:12,
19 from src/serialize.hh:6,
20 from src/EmuDuration.hh:4,
21 from src/EmuTime.hh:4,
22 from src/MSXMotherBoard.hh:4,
23 from src/MSXMotherBoard.cc:1:
24In constructor ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Up = unsigned int; bool <anonymous> = true; _Tp = unsigned int]’,
25 inlined from ‘constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Tp = unsigned int]’ at /usr/include/c++/12/optional:126:4,
26 inlined from ‘constexpr std::_Optional_payload<unsigned int, true, true, true>::_Optional_payload(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}][inherited from std::_Optional_payload_base<unsigned int>]’ at /usr/include/c++/12/optional:339:42,
27 inlined from ‘constexpr std::_Optional_base<_Tp, true, true>::_Optional_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; typename std::enable_if<is_constructible_v<_Tp, _Args ...>, bool>::type <anonymous> = false; _Tp = unsigned int]’ at /usr/include/c++/12/optional:650:4,
28 inlined from ‘constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = unsigned int; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Tuple>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Tuple>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = unsigned int]’ at /usr/include/c++/12/optional:749:47,
29 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:152:11,
30 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:190:31:
31/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
32 214 | : _M_value(std::forward<_Args>(__args)...)
33 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
35src/utils/StringOp.hh:147:19: note: ‘result’ was declared here
36 147 | T result;
37 | ^~~~~~
38Linking openmsx...
39Removing any old binary package...
40Creating binary package:
41 Executable...
42 Data files...
43 Documentation...
44 C-BIOS...
45 Creating symlinks...