openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 18:32
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-opt/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: opt
6 Compiler: g++
7 Subset: full build
8Compiling Version.cc...
9Compiling video/SDLGLOffScreenSurface.cc...
10Compiling video/SDLGLVisibleSurface.cc...
11Compiling video/SDLOffScreenSurface.cc...
12Compiling video/SDLVideoSystem.cc...
13Compiling video/SDLVisibleSurface.cc...
14Compiling video/SDLVisibleSurfaceBase.cc...
15src/video/SDLGLVisibleSurface.cc: In member function ‘virtual void openmsx::SDLGLVisibleSurface::SyncToVBlankModeObserver::update(const openmsx::Setting&)’:
16src/video/SDLGLVisibleSurface.cc:150:75: warning: unused parameter ‘setting’ [-Wunused-parameter]
17 150 | void SDLGLVisibleSurface::SyncToVBlankModeObserver::update(const Setting& setting)
18 | ~~~~~~~~~~~~~~~^~~~~~~
19Compiling video/VisibleSurface.cc...
20src/video/VisibleSurface.cc: In member function ‘virtual int openmsx::VisibleSurface::signalEvent(const std::shared_ptr<const openmsx::Event>&)’:
21src/video/VisibleSurface.cc:70:69: warning: unused parameter ‘event’ [-Wunused-parameter]
22 70 | int VisibleSurface::signalEvent(const std::shared_ptr<const Event>& event)
23 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
24Linking openmsx...
25Removing any old binary package...
26Creating binary package:
27 Executable...
28 Data files...
29 Documentation...
30 C-BIOS...
31 Creating symlinks...