Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gymdoom install failed #29

Open
BhaskarTrivedi opened this issue Dec 29, 2018 · 0 comments
Open

gymdoom install failed #29

BhaskarTrivedi opened this issue Dec 29, 2018 · 0 comments

Comments

@BhaskarTrivedi
Copy link

python setup.py build
running build
running build_py

sudo apt-get install -y python-numpy cmake zlib1g-dev libjpeg-dev libboost-all-dev gcc libsdl2-dev wget unzip git
[sudo] password for bhaskartrivedi:
Reading package lists... Done
Building dependency tree
Reading state information... Done
...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

pip install -e .
Obtaining file:///home/bhaskartrivedi/WorldModel/gym-doom-master
Requirement already satisfied: gym>=0.8.0 in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from ppaquette-gym-doom==0.0.6) (0.9.4)
Collecting doom_py>=0.0.11 (from ppaquette-gym-doom==0.0.6)
Using cached https://files.pythonhosted.org/packages/5f/a4/0700f83e7c1360e981d63737352e9a05f51c6ef553ddc031c41ff0a4ef58/doom-py-0.0.15.tar.gz
Requirement already satisfied: requests>=2.0 in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from gym>=0.8.0->ppaquette-gym-doom==0.0.6) (2.21.0)
Requirement already satisfied: six in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from gym>=0.8.0->ppaquette-gym-doom==0.0.6) (1.12.0)
Requirement already satisfied: pyglet>=1.2.0 in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from gym>=0.8.0->ppaquette-gym-doom==0.0.6) (1.3.2)
Requirement already satisfied: numpy>=1.10.4 in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from gym>=0.8.0->ppaquette-gym-doom==0.0.6) (1.15.4)
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from requests>=2.0->gym>=0.8.0->ppaquette-gym-doom==0.0.6) (1.24.1)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from requests>=2.0->gym>=0.8.0->ppaquette-gym-doom==0.0.6) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from requests>=2.0->gym>=0.8.0->ppaquette-gym-doom==0.0.6) (2018.8.24)
Requirement already satisfied: idna<2.9,>=2.5 in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from requests>=2.0->gym>=0.8.0->ppaquette-gym-doom==0.0.6) (2.8)
Requirement already satisfied: future in /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages (from pyglet>=1.2.0->gym>=0.8.0->ppaquette-gym-doom==0.0.6) (0.17.1)
Building wheels for collected packages: doom-py
Running setup.py bdist_wheel for doom-py ... error
Complete output from command /home/bhaskartrivedi/anaconda3/envs/worldmodel/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-install-x5bm3bru/doom-py/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/pip-wheel-mkd37mon --python-tag cp35:
running bdist_wheel
running build
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- filesystem
-- thread
-- system
-- date_time
-- chrono
-- regex
-- iostreams
-- atomic
CMake Deprecation Warning at cmake_modules/CreateLaunchers.cmake:48 (cmake_policy):
The OLD behavior for policy CMP0026 will be removed from a future version
of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances.  Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.

Call Stack (most recent call first):
src/vizdoom/CMakeLists.txt:13 (include)

-- Found BZip2: /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
-- Found ZLIB: /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/libz.so (found version "1.2.11")
-- Could NOT find GME (missing: GME_INCLUDE_DIR)
-- Using system zlib
-- Using system jpeg library
-- Using system bzip2 library
-- Using internal gme library
-- Performing Test HAVE_NO_ARRAY_BOUNDS
-- Performing Test HAVE_NO_ARRAY_BOUNDS - Success
-- Performing Test __LIBGME_TEST_VISIBILITY
-- Performing Test __LIBGME_TEST_VISIBILITY - Success
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- /usr/include
-- /usr/include
-- /tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/lzma/C
-- Looking for itoa
-- Looking for itoa - not found
-- Performing Test DUMB_CAN_USE_SSE
-- Performing Test DUMB_CAN_USE_SSE - Success
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'gtk+-2.0'
-- Found gtk+-2.0, version 2.24.32
-- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/libSDL2.so;-lpthread
-- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so
-- Could not find FMOD include files
-- Found SndFile: /usr/lib/x86_64-linux-gnu/libsndfile.so
-- Found MPG123: /usr/lib/x86_64-linux-gnu/libmpg123.so
-- Found FluidSynth: /usr/lib/x86_64-linux-gnu/libfluidsynth.so
-- Selected assembler: /usr/bin/as
-- Looking for filelength
-- Looking for filelength - not found
-- Looking for strupr
-- Looking for strupr - not found
-- Looking for stricmp
-- Looking for stricmp - not found
-- Looking for strnicmp
-- Looking for strnicmp - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Performing Test HAS_VA_COPY
-- Performing Test HAS_VA_COPY - Success
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- thread
-- system
-- date_time
-- chrono
-- atomic
-- Fluid synth libs: /usr/lib/x86_64-linux-gnu/libfluidsynth.so
-- Found PythonInterp: /home/bhaskartrivedi/anaconda3/envs/worldmodel/bin/python (found suitable version "3.5.4", minimum required is "2.7")
-- Found PythonLibs: /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/libpython3.5m.so (found suitable version "3.5.4", minimum required is "3.5")
-- Using python library: /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/libpython3.5m.so
-- Using python include: /home/bhaskartrivedi/anaconda3/envs/worldmodel/include/python3.5m
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1628 (message):
No header defined for python-py354; skipping header check
Call Stack (most recent call first):
CMakeLists.txt:124 (find_package)

-- Could NOT find Boost
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1628 (message):
No header defined for python-py35; skipping header check
Call Stack (most recent call first):
CMakeLists.txt:133 (find_package)

-- Could NOT find Boost
-- Boost library python-py35:
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- python35
-- Boost library python35: /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/libboost_python35.so
-- Found NUMPY: /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages/numpy/core/include
-- Found components for NumPy
-- NUMPY_ROOT_DIR = /usr/local
-- NUMPY_INCLUDES = /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages/numpy/core/include
-- NUMPY_LIBRARIES = /home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages/numpy/core/lib/libnpymath.a
-- NUMPY_API_VERSION = 1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/pip-install-x5bm3bru/doom-py/doom_py
Scanning dependencies of target lemon
Scanning dependencies of target freedoom2
Scanning dependencies of target libvizdoom_static
Scanning dependencies of target updaterevision
Scanning dependencies of target arithchk
Scanning dependencies of target libvizdoom_shared
Scanning dependencies of target re2c
--2018-12-28 23:44:04-- https://github.com/freedoom/freedoom/releases/download/v0.10.1/freedoom-0.10.1.zip
Scanning dependencies of target lzma
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... [ 0%] Building CXX object CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomController.cpp.o
[ 0%] Building CXX object CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomExceptions.cpp.o
[ 0%] Building CXX object CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomGame.cpp.o
Scanning dependencies of target gme
[ 0%] Building C object src/vizdoom/gdtoa/CMakeFiles/arithchk.dir/arithchk.o
[ 0%] Building C object src/vizdoom/tools/updaterevision/CMakeFiles/updaterevision.dir/updaterevision.o
[ 0%] Building CXX object CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomController.cpp.o
[ 0%] Building CXX object CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomGame.cpp.o
[ 0%] Building CXX object CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomUtilities.cpp.o
[ 0%] Building C object src/vizdoom/tools/lemon/CMakeFiles/lemon.dir/lemon.o
[ 0%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/mbo_getopt.o
[ 0%] Building CXX object CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomExceptions.cpp.o
[ 0%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/parser.o
[ 0%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zArcIn.o
[ 0%] Building CXX object CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomUtilities.cpp.o
Scanning dependencies of target dumb
[ 0%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Bcj2.o
[ 0%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/code.o
[ 1%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/CpuArch.o
[ 1%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Bra86.o
[ 1%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Bra.o
[ 2%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/main.o
[ 2%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Delta.o
[ 2%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zBuf.o
[ 2%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/actions.o
[ 2%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/dfa.o
[ 2%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zStream.o
[ 3%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/translate.o
[ 4%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zDec.o
[ 4%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/substr.o
[ 4%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zCrc.o
[ 4%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/scanner.o
[ 4%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zCrcOpt.o
[ 4%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/BraIA64.o
[ 4%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Blip_Buffer.cpp.o
[ 4%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/unload.o
connected.
[ 4%] Linking C executable arithchk
[ 4%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/rendsig.o
[ 4%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/rendduh.o
[ 5%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/register.o
[ 5%] Linking C executable updaterevision
[ 5%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/readduh.o
[ 5%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/rawsig.o
[ 5%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Classic_Emu.cpp.o
[ 6%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Data_Reader.cpp.o
[ 6%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Dual_Resampler.cpp.o
[ 6%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Effects_Buffer.cpp.o
[ 6%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/makeduh.o
[ 6%] Built target arithchk
[ 6%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Fir_Resampler.cpp.o
[ 6%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/loadduh.o
HTTP request sent, awaiting response... [ 7%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/dumbfile.o
[ 7%] Built target updaterevision
[ 7%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/LzFind.o
[ 8%] Generating arith.h
[ 8%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Lzma2Dec.o
[ 8%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/duhtag.o
[ 8%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/gme.cpp.o
[ 8%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gme_File.cpp.o
Scanning dependencies of target qnan
[ 8%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/LzmaDec.o
[ 9%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/M3u_Playlist.cpp.o
[ 9%] Building C object src/vizdoom/gdtoa/CMakeFiles/qnan.dir/qnan.o
[ 10%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/LzmaEnc.o
[ 10%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Music_Emu.cpp.o
[ 10%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Multi_Buffer.cpp.o
302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/4576719/187ce05a-a927-11e5-957d-50baa9a2652a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181229%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181229T054403Z&X-Amz-Expires=300&X-Amz-Signature=438df567ae74632499c62607d6982c1815f205e3a5f711334da5a5e6df5ad2e9&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfreedoom-0.10.1.zip&response-content-type=application%2Foctet-stream [following]
--2018-12-28 23:44:04-- https://github-production-release-asset-2e65be.s3.amazonaws.com/4576719/187ce05a-a927-11e5-957d-50baa9a2652a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181229%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181229T054403Z&X-Amz-Expires=300&X-Amz-Signature=438df567ae74632499c62607d6982c1815f205e3a5f711334da5a5e6df5ad2e9&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfreedoom-0.10.1.zip&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.104.115
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.104.115|:443... [ 10%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ay_Apu.cpp.o
[ 10%] Linking C executable qnan
[ 10%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/duhlen.o
connected.
[ 10%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/stdfile.o
[ 10%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/atexit.o
[ 11%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/silence.o
[ 11%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/sampbuf.o
[ 11%] Built target qnan
[ 11%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Ppmd7.o
[ 11%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/riff.o
[ 11%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Ppmd7Dec.o
[ 11%] Generating gd_qnan.h
[ 11%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ym2612_Emu.cpp.o
[ 12%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Sms_Apu.cpp.o
Scanning dependencies of target gdtoa
[ 12%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ay_Cpu.cpp.o
HTTP request sent, awaiting response... [ 12%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ay_Emu.cpp.o
[ 12%] Building C object src/vizdoom/gdtoa/CMakeFiles/gdtoa.dir/dmisc.o
[ 13%] Building C object src/vizdoom/gdtoa/CMakeFiles/gdtoa.dir/dtoa.o
[ 13%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gb_Apu.cpp.o
[ 13%] Building C object src/vizdoom/gdtoa/CMakeFiles/gdtoa.dir/misc.o
[ 13%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/resample.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp: In member function ‘bool Ay_Cpu::run(cpu_time_t)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:1074:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
rg.flags = 0;
~~~~~~~~~^~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:113:41: note: here
#define CASE5( a, b, c, d, e ) case 0x##a:case 0x##b:case 0x##c:case 0x##d:case 0x##e
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:114:41: note: in expansion of macro ‘CASE5’
#define CASE6( a, b, c, d, e, f ) CASE5( a, b, c, d, e ): case 0x##f
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:115:41: note: in expansion of macro ‘CASE6’
#define CASE7( a, b, c, d, e, f, g ) CASE6( a, b, c, d, e, f ): case 0x##g
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:1075:3: note: in expansion of macro ‘CASE7’
CASE7( 41, 49, 51, 59, 61, 69, 79 ): // OUT (C),r
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:1319:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= ~C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:1320:3: note: here
case 0x9E: // SBC (IXY+disp)
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:1329:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= ~C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:1330:3: note: here
case 0x9C: // SBC HXY
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:1338:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:1339:3: note: here
case 0x9D: // SBC LXY
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:360:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ( (pc - 1) > 0xFFFF )
^

/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:113:41: note: here
#define CASE5( a, b, c, d, e ) case 0x##a:case 0x##b:case 0x##c:case 0x##d:case 0x##e
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:114:41: note: in expansion of macro ‘CASE5’
#define CASE6( a, b, c, d, e, f ) CASE5( a, b, c, d, e ): case 0x##f
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:115:41: note: in expansion of macro ‘CASE6’
#define CASE7( a, b, c, d, e, f, g ) CASE6( a, b, c, d, e, f ): case 0x##g
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:366:2: note: in expansion of macro ‘CASE7’
CASE7( C7, CF, D7, DF, E7, EF, F7 ):
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:401:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= ~C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:402:2: note: here
case 0x9E: // SBC (HL)
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:409:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:410:2: note: here
case 0xDE: // SBC A,imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:417:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:113:41: note: here
#define CASE5( a, b, c, d, e ) case 0x##a:case 0x##b:case 0x##c:case 0x##d:case 0x##e
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:114:41: note: in expansion of macro ‘CASE5’
#define CASE6( a, b, c, d, e, f ) CASE5( a, b, c, d, e ): case 0x##f
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:115:41: note: in expansion of macro ‘CASE6’
#define CASE7( a, b, c, d, e, f, g ) CASE6( a, b, c, d, e, f ): case 0x##g
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Ay_Cpu.cpp:418:2: note: in expansion of macro ‘CASE7’
CASE7( 98, 99, 9A, 9B, 9C, 9D, 9F ): // SBC r
^~~~~
[ 13%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/memfile.o
[ 13%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gb_Cpu.cpp.o
[ 13%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/clickrem.o
200 OK
Length: 18496121 (18M) [application/octet-stream]
Saving to: ‘./bin/freedoom-0.10.1.zip’
[ 14%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/barray.o
[ 14%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/xmeffect.o
[ 14%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readxm2.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp: In member function ‘bool Gb_Cpu::run(blargg_long)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:442:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += 0x10; // bump up to 0x4n to avoid preserving sign bit
~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:443:3: note: here
case 0x1E: // RR (HL)
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:450:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += 0x10; // bump up to 0x4n
~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:451:3: note: here
case 0x18: case 0x19: case 0x1A: case 0x1B: case 0x1C: case 0x1D: case 0x1F: // RR A
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:271:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
pc -= 2;
~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:272:2: note: here
case 0xCD: // CALL (most-common)
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:283:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ( !(flags & z_flag) )
^

/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:285:2: note: here
case 0xC9: // RET (most common)
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:457:2: warning: this statement may fall through [-Wimplicit-fallthrough=]
} // CB op
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:460:2: note: here
case 0x07: // RLCA
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:833:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
pc--;
~~^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:834:2: note: here
case 0xE6: // AND IMM
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:837:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
rg.a &= data;
~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:838:2: note: here
case 0xA7: // AND A
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:853:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
pc--;
~~^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:854:2: note: here
case 0xF6: // OR IMM
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:857:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
rg.a |= data;
~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:858:2: note: here
case 0xB7: // OR A
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:873:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
pc--;
~~^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:874:2: note: here
case 0xEE: // XOR IMM
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:921:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ( pc == idle_addr + 1 )
^

/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Cpu.cpp:923:2: note: here
case 0xC7: case 0xCF: case 0xD7: case 0xDF: // RST
^~~~

   0K .......... .......... .......... ...[ 15%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readxm.o

[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gb_Oscs.cpp.o
[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gbs_Emu.cpp.o
[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gym_Emu.cpp.o
....... .......... 0% 652K 28s
50K .......... .......[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Hes_Apu.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/readxm.c: In function ‘it_xm_load_sigdata’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/readxm.c:1009:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (sigdata->n_orders == 0)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/readxm.c:1014:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
i = header_size - 4 - 2 * 8; /* Maximum number of orders expected /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Oscs.cpp: In member function ‘void Gb_Apu::write_osc(int, int, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Oscs.cpp:315:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
sq = &square1;
~~~^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Gb_Oscs.cpp:316:2: note: here
case 1:
^~~~
[ 15%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readstm2.o
... .......... ....[ 16%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Hes_Cpu.cpp.o
[ 16%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readstm.o
[ 16%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/reads3m2.o
[ 16%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/reads3m.o
[ 16%] Linking C static library libgdtoa.a
[ 16%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readriff.o
...... .......... 0% 664K 27s
100K .......... ........[ 16%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readptm.o
[ 16%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Hes_Emu.cpp.o
[ 17%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Kss_Cpu.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp: In member function ‘bool Hes_Cpu::run(hes_time_t)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:269:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ( pc == idle_addr + 1 )
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:271:2: note: here
case 0x0F: // BBRn
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:298:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:299:2: note: here
case 0x6C:{// JMP (ind)
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:350:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:351:2: note: here
case 0x85: // STA zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:450:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:451:2: note: here
case 0x2C:{// BIT abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:460:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:461:2: note: here
case 0x24: // BIT zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:462:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:463:2: note: here
case 0x89: // BIT imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:559:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:560:2: note: here
case 0x9C: // STZ abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:569:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:570:2: note: here
case 0x64: // STZ zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:576:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:577:2: note: here
case 0x84: // STY zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:583:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + y);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:584:2: note: here
case 0x86: // STX zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:590:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + y);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:591:2: note: here
case 0xA6: // LDX zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:592:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:593:2: note: here
case 0xA2: // LDX #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:600:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:601:2: note: here
case 0xA4: // LDY zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:602:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:603:2: note: here
case 0xA0: // LDY #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:610:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:612:2: note: here
case 0xAC:{// LDY abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:650:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:651:2: note: here
case 0xE0: // CPX #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:669:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:670:2: note: here
case 0xC0: // CPY #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:682:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:713:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:683:2: note: here
case op + 0x0D: /
(ind) /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:713:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:693:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:713:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:694:2: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:713:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:701:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:713:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:702:2: note: here
ind##op:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:713:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:27:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:709:3: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:713:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:710:2: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:713:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:682:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:720:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:683:2: note: here
case op + 0x0D: /
(ind) /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:720:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:693:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:720:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:694:2: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:720:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:701:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:720:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:702:2: note: here
ind##op:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:720:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:27:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:709:3: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:720:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:710:2: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:720:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:682:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:725:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:683:2: note: here
case op + 0x0D: /
(ind) /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:725:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:693:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:725:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:694:2: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:725:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:701:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:725:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:702:2: note: here
ind##op:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:725:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:27:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:709:3: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:725:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:710:2: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:725:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:682:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:730:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:683:2: note: here
case op + 0x0D: /
(ind) /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:730:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:693:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:730:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:694:2: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:730:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:701:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:730:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:702:2: note: here
ind##op:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:730:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:27:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:709:3: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:730:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:710:2: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:730:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:682:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:737:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:683:2: note: here
case op + 0x0D: /
(ind) /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:737:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:693:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:737:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:694:2: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:737:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:701:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:737:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:702:2: note: here
ind##op:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:737:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:27:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:709:3: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:737:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:710:2: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:737:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:682:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:741:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:683:2: note: here
case op + 0x0D: /
(ind) /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:741:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:693:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:741:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:694:2: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:741:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:701:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:741:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:702:2: note: here
ind##op:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:741:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:27:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:709:3: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:741:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:710:2: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:741:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:758:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:759:2: note: here
case 0x6A: // ROR A
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:782:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:783:2: note: here
case 0x4E: // LSR abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:784:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:785:2: note: here
case 0x6E: // ROR abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:800:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:801:2: note: here
case 0x0E: // ASL abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:802:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:803:2: note: here
case 0x2E: // ROL abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:824:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:825:2: note: here
case 0x46: // LSR zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:826:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:827:2: note: here
case 0x66: // ROR zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:840:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:841:2: note: here
case 0x06: // ASL zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:842:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:843:2: note: here
case 0x26: // ROL zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:872:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:873:2: note: here
case 0xE6: // INC zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:878:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Hes_Cpu.cpp:879:2: note: here
case 0xC6: // DEC zp
^~~~
.. .......... .......... .......... 0% 1.18M 23s
150K ..[ 17%] Built target gdtoa
[ 18%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readpsm.o
[ 18%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readoldpsm.o
[ 18%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Kss_Emu.cpp.o
[ 18%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Kss_Scc_Apu.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp: In member function ‘bool Kss_Cpu::run(cpu_time_t)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:1111:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
rg.flags = 0;
~~~~~~~~~^~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:139:41: note: here
#define CASE5( a, b, c, d, e ) case 0x##a:case 0x##b:case 0x##c:case 0x##d:case 0x##e
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:140:41: note: in expansion of macro ‘CASE5’
#define CASE6( a, b, c, d, e, f ) CASE5( a, b, c, d, e ): case 0x##f
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:141:41: note: in expansion of macro ‘CASE6’
#define CASE7( a, b, c, d, e, f, g ) CASE6( a, b, c, d, e, f ): case 0x##g
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:1112:3: note: in expansion of macro ‘CASE7’
CASE7( 41, 49, 51, 59, 61, 69, 79 ): // OUT (C),r
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:1357:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= ~C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:1358:3: note: here
case 0x9E: // SBC (IXY+disp)
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:1367:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= ~C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:1368:3: note: here
case 0x9C: // SBC HXY
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:1376:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:1377:3: note: here
case 0x9D: // SBC LXY
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:398:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ( pc > idle_addr )
^

/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:139:41: note: here
#define CASE5( a, b, c, d, e ) case 0x##a:case 0x##b:case 0x##c:case 0x##d:case 0x##e
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:140:41: note: in expansion of macro ‘CASE5’
#define CASE6( a, b, c, d, e, f ) CASE5( a, b, c, d, e ): case 0x##f
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:141:41: note: in expansion of macro ‘CASE6’
#define CASE7( a, b, c, d, e, f, g ) CASE6( a, b, c, d, e, f ): case 0x##g
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:400:2: note: in expansion of macro ‘CASE7’
CASE7( C7, CF, D7, DF, E7, EF, F7 ):
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:435:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= ~C01;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:436:2: note: here
case 0x9E: // SBC (HL)
^~~~
./tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:443:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= ~C01;
~~~~~~^~~~~~~
......./tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:444:2: note: here
case 0xDE: // SBC A,imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:451:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags &= ~C01;
~~~~~~^~~~~~~
......../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:139:41: note: here
#define CASE5( a, b, c, d, e ) case 0x##a:case 0x##b:case 0x##c:case 0x##d:case 0x##e
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:140:41: note: in expansion of macro ‘CASE5’
#define CASE6( a, b, c, d, e, f ) CASE5( a, b, c, d, e ): case 0x##f
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:141:41: note: in expansion of macro ‘CASE6’
#define CASE7( a, b, c, d, e, f, g ) CASE6( a, b, c, d, e, f ): case 0x##g
^~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Kss_Cpu.cpp:452:2: note: in expansion of macro ‘CASE7’
CASE7( 98, 99, 9A, 9B, 9C, 9D, 9F ): // SBC r
^~~~~
.[ 18%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Apu.cpp.o
[ 18%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Cpu.cpp.o
[ 19%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Fme7_Apu.cpp.o
. .......... .......... .......... 1% 659K 24s
200K ...[ 19%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Namco_Apu.cpp.o
[ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readokt2.o
....... .......... .......... ......./tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp: In member function ‘bool Nes_Cpu::run(nes_time_t)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:268:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:333:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:269:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:333:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:278:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:333:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:279:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:333:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:26:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:284:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:333:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:285:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:333:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:347:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:348:2: note: here
case 0x85: // STA zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:495:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:496:2: note: here
case 0x84: // STY zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:502:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + y);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:503:2: note: here
case 0x86: // STX zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:509:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + y);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:510:2: note: here
case 0xA6: // LDX zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:511:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:512:2: note: here
case 0xA2: // LDX #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:519:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:520:2: note: here
case 0xA4: // LDY zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:521:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:522:2: note: here
case 0xA0: // LDY #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:530:3: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:531:2: note: here
case 0xAC:{// LDY abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:542:3: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:543:2: note: here
case 0xAE:{// LDX abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:586:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:587:2: note: here
case 0xE0: // CPX #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:605:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:606:2: note: here
case 0xC0: // CPY #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:268:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:616:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:269:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:616:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:278:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:616:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:279:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:616:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:26:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:284:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:616:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:285:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:616:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:268:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:621:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:269:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:621:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:278:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:621:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:279:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:621:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:26:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:284:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:621:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:285:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:621:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:268:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:626:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:269:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:626:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:278:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:626:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:279:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:626:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:26:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:284:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:626:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:285:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:626:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:268:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:655:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:269:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:655:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:278:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:655:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:279:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:655:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:26:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:284:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:655:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:285:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:655:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:268:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:660:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:269:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:660:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:278:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:660:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:279:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:660:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:26:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:284:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:660:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:285:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:660:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:675:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:676:2: note: here
case 0x6A: // ROR A
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:699:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:700:2: note: here
case 0x4E: // LSR abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:701:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:702:2: note: here
case 0x6E: // ROR abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:717:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:718:2: note: here
case 0x0E: // ASL abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:719:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:720:2: note: here
case 0x2E: // ROL abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:741:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:742:2: note: here
case 0x46: // LSR zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:743:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:744:2: note: here
case 0x66: // ROR zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:757:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:758:2: note: here
case 0x06: // ASL zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:759:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:760:2: note: here
case 0x26: // ROL zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:775:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:776:2: note: here
case 0xE6: // INC zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:781:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:782:2: note: here
case 0xC6: // DEC zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:245:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:971:3: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data + x );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:972:2: note: here
case 0x0C:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:973:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
pc++;
~~^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:975:2: note: here
case 0x74: case 0x04: case 0x14: case 0x34: case 0x44: case 0x54: case 0x64:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:999:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c |= 1;
~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Nes_Cpu.cpp:1000:2: note: here
default:
^~~~~~~
[ 19%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Oscs.cpp.o
[ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readokt.o
... .......... 1% 666K 25s
250K ....[ 19%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Vrc6_Apu.cpp.o
[ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readmtm.o
...... .......... .......... ........[ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readmod2.o
[ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readmod.o
[ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readdsmf.o
[ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readasy.o
.. .......... 1% 657K 25s
300K .......... .......... ..[ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readamf2.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/readmod.c: In function ‘it_mod_load_sigdata’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/readmod.c:291:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if ( dumbfile_seek(f, 0, DFS_SEEK_SET) )
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/readmod.c:294:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
sigdata = malloc(sizeof(sigdata));
^~~~~~~
[ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readamf.o
[ 21%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readam.o
[ 21%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nsf_Emu.cpp.o
[ 22%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nsfe_Emu.cpp.o
........ .........[ 22%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/read669.o
[ 22%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/read6692.o
[ 22%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Sap_Apu.cpp.o
. .......... 1% 665K 25s
350K .......... .......... ...[ 22%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Sap_Cpu.cpp.o
....... ..........[ 22%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Snes_Spc.cpp.o
.......... 2% 1.17M 24s
400K ......[ 22%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Sap_Emu.cpp.o
[ 22%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Spc_Cpu.cpp.o
[ 23%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Spc_Dsp.cpp.o
[ 23%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Spc_Emu.cpp.o
[ 23%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Spc_Filter.cpp.o
.... .......... ..../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp: In member function ‘bool Sap_Cpu::run(sap_time_t)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:212:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:277:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:213:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:277:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:222:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:277:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:223:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:277:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:22:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:228:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:277:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:229:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:277:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xC5 ) // CMP
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:291:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:292:2: note: here
case 0x85: // STA zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:439:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:440:2: note: here
case 0x84: // STY zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:446:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + y);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:447:2: note: here
case 0x86: // STX zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:453:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + y);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:454:2: note: here
case 0xA6: // LDX zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:455:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:456:2: note: here
case 0xA2: // LDX #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:463:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:464:2: note: here
case 0xA4: // LDY zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:465:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:466:2: note: here
case 0xA0: // LDY #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:474:3: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:475:2: note: here
case 0xAC:{// LDY abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:486:3: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:487:2: note: here
case 0xAE:{// LDX abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:530:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:531:2: note: here
case 0xE0: // CPX #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:549:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_LOW( data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:550:2: note: here
case 0xC0: // CPY #imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:212:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:560:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:213:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:560:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:222:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:560:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:223:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:560:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:22:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:228:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:560:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:229:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:560:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x25 ) // AND
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:212:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:565:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:213:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:565:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:222:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:565:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:223:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:565:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:22:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:228:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:565:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:229:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:565:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x45 ) // EOR
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:212:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:570:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:213:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:570:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:222:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:570:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:223:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:570:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:22:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:228:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:570:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:229:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:570:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x05 ) // ORA
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:212:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:599:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:213:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:599:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:222:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:599:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:223:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:599:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:22:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:228:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:599:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:229:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:599:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0xE5 ) // SBC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:212:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:604:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:213:1: note: here
case op + 0x00: /
zp /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:604:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:222:2: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:604:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:223:1: note: here
case op + 0x08: /
abs /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:604:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:22:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define CACHE_TIME() (void) (s_time = s.time)
~~~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:228:2: note: in expansion of macro ‘CACHE_TIME’
CACHE_TIME();
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:604:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:229:1: note: here
case op + 0x04: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:604:2: note: in expansion of macro ‘ARITH_ADDR_MODES’
ARITH_ADDR_MODES( 0x65 ) // ADC
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:620:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:621:2: note: here
case 0x6A: // ROR A
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:644:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:645:2: note: here
case 0x4E: // LSR abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:646:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:647:2: note: here
case 0x6E: // ROR abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:662:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:663:2: note: here
case 0x0E: // ASL abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:664:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:665:2: note: here
case 0x2E: // ROL abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:686:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:687:2: note: here
case 0x46: // LSR zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:688:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:689:2: note: here
case 0x66: // ROR zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:702:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:703:2: note: here
case 0x06: // ASL zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:704:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:705:2: note: here
case 0x26: // ROL zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:720:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:721:2: note: here
case 0xE6: // INC zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:726:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = uint8_t (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:727:2: note: here
case 0xC6: // DEC zp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:189:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
#define HANDLE_PAGE_CROSSING( lsb ) s_time += (lsb) >> 8;
~~~~~~~^~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:915:3: note: in expansion of macro ‘HANDLE_PAGE_CROSSING’
HANDLE_PAGE_CROSSING( data + x );
^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:916:2: note: here
case 0x0C:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:917:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
pc++;
~~^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Sap_Cpu.cpp:919:2: note: here
case 0x74: case 0x04: case 0x14: case 0x34: case 0x44: case 0x54: case 0x64:
^~~~
[ 23%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Vgm_Emu.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.cpp: In member function ‘void Snes_Spc::cpu_write(int, int, Snes_Spc::rel_time_t)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.cpp:438:39: warning: left shift of negative value [-Wshift-negative-value]
if ( ((~0x2F00 << (bits_in_int - 16)) << reg) < 0 ) // 36%
^
[ 23%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/ptmeffect.o
In file included from /tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.cpp:565:0:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h: In member function ‘BOOST::uint8_t
Snes_Spc::run_until_(Snes_Spc::time_t)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:298:40: warning: left shift of negative value [-Wshift-negative-value]
if ( ((~0x2F00 << (bits_in_int - 16)) << i) < 0 ) // 12%
^
[ 23%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Vgm_Emu_Impl.cpp.o
[ 24%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ym2413_Emu.cpp.o
...... .......... .[ 24%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadxm2.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:350:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:359:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:371:2: note: in expansion of macro ‘ADDR_MODES_NO_DP’
ADDR_MODES_NO_DP( 0xE8 ) // MOV A,addr
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:351:2: note: in expansion of macro ‘CASE’
CASE( op - 0x03 ) /
abs /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:359:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:371:2: note: in expansion of macro ‘ADDR_MODES_NO_DP’
ADDR_MODES_NO_DP( 0xE8 ) // MOV A,addr
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:388:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + y);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:389:2: note: here
case 0xF8: // MOV X,dp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:396:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ( 0, data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:397:2: note: here
case 0xCD: // MOV X,imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:403:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:404:2: note: here
case 0xEB: // MOV Y,dp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:350:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:359:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:425:2: note: in expansion of macro ‘ADDR_MODES_NO_DP’
ADDR_MODES_NO_DP( 0xC8 ) // MOV addr,A
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:351:2: note: in expansion of macro ‘CASE’
CASE( op - 0x03 ) /
abs /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:359:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:425:2: note: in expansion of macro ‘ADDR_MODES_NO_DP’
ADDR_MODES_NO_DP( 0xC8 ) // MOV addr,A
^~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:443:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + y);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:444:2: note: here
case 0xD8: // MOV dp,X
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:449:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:450:2: note: here
case 0xCB: // MOV dp,Y
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:350:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:517:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x28, & ); // AND
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:351:2: note: in expansion of macro ‘CASE’
CASE( op - 0x03 ) /
abs /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:517:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x28, & ); // AND
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:356:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:517:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x28, & ); // AND
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:365:2: note: in expansion of macro ‘CASE’
CASE( op - 0x04 ) /
dp /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:517:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x28, & ); // AND
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:495:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ( 0, data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:517:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x28, & ); // AND
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:496:2: note: here
case op: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:517:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x28, & ); // AND
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:350:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:519:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x08, | ); // OR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:351:2: note: in expansion of macro ‘CASE’
CASE( op - 0x03 ) /
abs /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:519:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x08, | ); // OR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:356:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:519:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x08, | ); // OR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:365:2: note: in expansion of macro ‘CASE’
CASE( op - 0x04 ) /
dp /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:519:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x08, | ); // OR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:495:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ( 0, data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:519:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x08, | ); // OR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:496:2: note: here
case op: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:519:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x08, | ); // OR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:350:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:521:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x48, ^ ); // EOR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:351:2: note: in expansion of macro ‘CASE’
CASE( op - 0x03 ) /
abs /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:521:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x48, ^ ); // EOR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:356:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:521:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x48, ^ ); // EOR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:365:2: note: in expansion of macro ‘CASE’
CASE( op - 0x04 ) /
dp /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:494:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( op ) /
addr /
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:521:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x48, ^ ); // EOR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:495:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ( 0, data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:521:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x48, ^ ); // EOR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:496:2: note: here
case op: /
imm /
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:521:2: note: in expansion of macro ‘LOGICAL_OP’
LOGICAL_OP( 0x48, ^ ); // EOR
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:350:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data += x;
~~~~~^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:525:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( 0x68 ) // CMP addr
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:351:2: note: in expansion of macro ‘CASE’
CASE( op - 0x03 ) /
abs /
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:525:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( 0x68 ) // CMP addr
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:356:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:364:2: note: in expansion of macro ‘ADDR_MODES_’
ADDR_MODES_( op )
^~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:525:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( 0x68 ) // CMP addr
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:331:21: note: here
#define CASE( n ) case n:
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:365:2: note: in expansion of macro ‘CASE’
CASE( op - 0x04 ) /
dp */
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:525:2: note: in expansion of macro ‘ADDR_MODES’
ADDR_MODES( 0x68 ) // CMP addr
^~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:526:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ( 0, data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:527:2: note: here
case 0x68: // CMP imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:541:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ_DP( -3, data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:542:2: note: here
case 0x78: // CMP dp,imm
^~~~
....../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:555:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ( 0, data );
^
../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:556:2: note: here
case 0xC8: // CMP X,imm
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:569:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = READ( 0, data );
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:570:2: note: here
case 0xAD: // CMP Y,imm
^~~~
. 2%/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:644:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
655K 24s
450K ./tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:645:2: note: here
case 0x8B: // DEC dp
^~~~
....../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:662:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:663:2: note: here
case 0x7C:{// ROR A
^~~~
./tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:671:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:672:2: note: here
case 0x3C:{// ROL A
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:685:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:686:2: note: here
case 0x3B: // ROL dp+X
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:687:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:688:2: note: here
case 0x2B: // ROL dp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:692:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:693:2: note: here
case 0x2C: // ROL abs
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:707:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:708:2: note: here
case 0x7B: // ROR dp+X
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:709:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
data = (uint8_t) (data + x);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:710:2: note: here
case 0x6B: // ROR dp
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:714:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
c = 0;
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/game-music-emu/gme/Spc_Cpu.h:715:2: note: here
case 0x6C: // ROR abs
^~~~
[ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadxm.o
.. .......... .....[ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadstm.o
[ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadstm2.o
[ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loads3m2.o
[ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadriff2.o
[ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loads3m.o
..... .......... .......... 2% 669K 24s
500K .........[ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadriff.o
[ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadptm2.o
[ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadptm.o
[ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadpsm2.o
[ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadoldpsm2.o
[ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadpsm.o
[ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadoldpsm.o
. .......... .......... .......... ...[ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadokt2.o
[ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadokt.o
[ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadmtm2.o
[ 28%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadmtm.o
[ 28%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadmod2.o
[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadamf.o
[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadmod.o
[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadasy2.o
[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadasy.o
[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadamf2.o
[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/load669.o
[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/load6692.o
....... 3% 664K 24s
550K ..........[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itunload.o
[ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itrender.o
[ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itread.o
[ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itread2.o
[ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itorder.o
[ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itmisc.o
[ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itload2.o
.......... .......[ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itload.o
... .......... ...[ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadany2.o
.[ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readany.o
[ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadany.o
[ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readany2.o
[ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/resampler.o
[ 32%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/lpc.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/itread.c: In function ‘_dumb_it_read_sample_data_adpcm4’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/itread.c:624:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (dumbfile_getnc((char *)compression_table, 16, f) != 16)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/dumb/src/it/itread.c:626:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
ptr = (signed char *) sample->data;
^~~
...... 3% 663K 24s
600K .......... .......... .......... .......... .......... 3% 661K 25s
650K .......... .......... .......... .......... .......... 3% 1.16M 24s
700K .......... .......... .......... .......... .......... 4% 664K 24s
750K .......... .......... .......... .[ 32%] Linking C executable lemon
......... .......... 4% 661K 24s
800K .......... .....[ 32%] Linking C static library liblzma.a
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/tools/lemon
..... .......... .......... .........[ 32%] Built target lemon
. 4% 667K 24s
850K .......... ......[ 32%] Built target lzma
Scanning dependencies of target zipdir
.... .......... .......... .......... 4% 1.23M 23s[ 32%] Building C object src/vizdoom/tools/zipdir/CMakeFiles/zipdir.dir/zipdir.o

 900K .......... .......... .......... .......... ..........  5%  667K 23s
 950K .[ 32%] Linking CXX static library libgme.a

......... .......... .......... .......... .......... 5% 659K 23s
1000K .......... .........[ 32%] Built target gme
. .......... .......... .......... 5% 662K 23s
1050K .......... ..........[ 33%] Linking C executable zipdir
.......... .......... .......... 6% 968K 23s
1100K .......... .......... .[ 33%] Built target zipdir
......... .......... .......... 6% 660K 23s
1150K .......... .......... .......... .......... .......... 6% 765K 23s
1200K .......... .......... .......... .......... .......... 6% 663K 23s
1250K .......... .......... .......... .......... .[ 33%] Linking CXX executable re2c
......... 7% 662K 23s
1300K .......... .......... .......... .......... .......... 7% 665K 23s
1350K .......... .......... ......[ 33%] Built target re2c
.... .......... .......... 7% 974K 23s
1400K .......... .......... .......... .......... .......... 8% 758K 23s
1450K .......... .......... ......../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp: In member function ‘bool vizdoom::DoomGame::loadConfig(std::cxx11::string)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:743:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax erorr in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:743:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax erorr in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:757:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Empty key in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:757:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Empty key in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:784:30: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value in lines "<<start_line<<"-"<<line_number<<": "<<str_buttons[i]<<". Lines ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:784:30: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value in lines "<<start_line<<"-"<<line_number<<": "<<str_buttons[i]<<". Lines ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:789:26: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax error in lines "<<start_line<<"-"<<line_number<<". Lines ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:789:26: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax error in lines "<<start_line<<"-"<<line_number<<". Lines ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:815:30: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value in lines "<<start_line<<"-"<<line_number<<": "<<str_variables[i]<<". Lines ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:815:30: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value in lines "<<start_line<<"-"<<line_number<<": "<<str_variables[i]<<". Lines ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:820:26: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax error in lines "<<start_line<<"-"<<line_number<<". Lines ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:820:26: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax error in lines "<<start_line<<"-"<<line_number<<". Lines ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:837:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". "+=" is not supported for non-list properties. Line #"<<line_number<<" ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:837:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". "+=" is not supported for non-list properties. Line #"<<line_number<<" ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:846:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Empty value in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:846:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Empty value in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:871:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsigned int value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:871:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsigned int value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:888:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Float value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:888:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Float value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:953:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Boolean value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:953:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Boolean value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:983:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". (ASYNC
)SPECTATOR || PLAYER expected instead of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:983:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". (ASYNC
)SPECTATOR || PLAYER expected instead of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:1012:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:1012:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:1017:18: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported key: "<<key<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:1017:18: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported key: "<<key<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
.. .......... .......... 8% 661K 23s
1500K .......... ../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp: In member function ‘bool vizdoom::DoomGame::loadConfig(std::cxx11::string)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:743:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax erorr in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:743:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax erorr in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:757:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Empty key in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:757:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Empty key in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:784:30: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value in lines "<<start_line<<"-"<<line_number<<": "<<str_buttons[i]<<". Lines ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:784:30: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value in lines "<<start_line<<"-"<<line_number<<": "<<str_buttons[i]<<". Lines ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:789:26: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax error in lines "<<start_line<<"-"<<line_number<<". Lines ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:789:26: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax error in lines "<<start_line<<"-"<<line_number<<". Lines ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:815:30: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value in lines "<<start_line<<"-"<<line_number<<": "<<str_variables[i]<<". Lines ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:815:30: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value in lines "<<start_line<<"-"<<line_number<<": "<<str_variables[i]<<". Lines ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:820:26: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax error in lines "<<start_line<<"-"<<line_number<<". Lines ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:820:26: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Syntax error in lines "<<start_line<<"-"<<line_number<<". Lines ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:837:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". "+=" is not supported for non-list properties. Line #"<<line_number<<" ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:837:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". "+=" is not supported for non-list properties. Line #"<<line_number<<" ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:846:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Empty value in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:846:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Empty value in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:871:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsigned int value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:871:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsigned int value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:888:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Float value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:888:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Float value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:953:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Boolean value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:953:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Boolean value expected insted of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:983:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". (ASYNC
)SPECTATOR || PLAYER expected instead of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:983:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". (ASYNC
)SPECTATOR || PLAYER expected instead of: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:1012:22: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:1012:22: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported value: "<<raw_val<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:1017:18: error: ‘cerr’ is not a member of ‘std’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported key: "<<key<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/lib/ViZDoomGame.cpp:1017:18: note: suggested alternative: ‘erf’
std::cerr<<"WARNING! Loading config from: ""<<filename<<"". Unsupported key: "<<key<<" in line #"<<line_number<<". Line ignored.\n";
^~~~
erf
........ .......... .......... .......... 8% 664K 23s
1550K .......... .......... .......... .......... .......... 8% 657K 23s
1600K .......... .......... .......... .......... .......... 9% 666K 23s
1650K .......... .......... .......... .......... .......... 9% 986K 23s
1700K .......... .......... .......... .......... .......... 9% 783K 22s
1750K .......... .......... .......... ....[ 33%] Linking C static library libdumb.a
...... .......... 9% 990K 22s
1800K .......... .......... .......... .......... .......... 10% 661K 22s
1850K ..[ 33%] Built target dumb
CMakeFiles/libvizdoom_shared.dir/build.make:110: recipe for target 'CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomGame.cpp.o' failed
make[2]: *** [CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomGame.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
........ .........[ 33%] Generating CMakeFiles/zdoom.dir/asm_x86_64/tmap3.o
[ 34%] Generating sc_man_scanner.h
[ 34%] Generating xlat_parser.c, xlat_parser.h
CMakeFiles/libvizdoom_static.dir/build.make:110: recipe for target 'CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomGame.cpp.o' failed
make[2]: *** [CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomGame.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
. .......... .......... .......... 10% 750K 22s
1900K .......... .......... .......... .......... .......... 10% 662K 22s
1950K .......... .......... .......... .......... .......... 11% 659K 22s
2000K .......... .......... .......... .......... .......... 11% 665K 22s
2050K .......... .......... .......... .......... .......... 11% 992K 22s
2100K .......... .......... .......... .......... .......... 11% 748K 22s
2150K .......... .......... .......... .......... .......... 12% 662K 22s
2200K .......... .......... .......... .......... .......... 12% 664K 22s
2250K .......... .......... .......... .......... .......... 12% 665K 22s
2300K .......... .......... .......... .......... .......... 13% 664K 22s
2350K .......... ..Scanning dependencies of target vizdoom
........ .......... .......... .......... 13% 985K 21s
2400K .......... .......... ..........[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/i_movie.cpp.o
[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/i_cd.cpp.o
[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_timer.cpp.o
[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/st_start.cpp.o
[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/__autostart.cpp.o
[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/i_steam.cpp.o
[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_input.cpp.o
[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/actorptrselect.cpp.o
[ 34%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_joystick.cpp.o
[ 35%] Building C object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/crashcatcher.c.o
[ 35%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/hardware.cpp.o
[ 35%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_gui.cpp.o
[ 36%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/cmdlib.cpp.o
[ 36%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_dispatch.cpp.o
[ 37%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_main.cpp.o
[ 37%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_system.cpp.o
[ 37%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_bot.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/x86.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/bbannouncer.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/colormatcher.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_cvars.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_bind.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/sdlvideo.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_game.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_func.cpp.o
[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/am_map.cpp.o
[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_move.cpp.o
[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_think.cpp.o
[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_consolebuffer.cpp.o
[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_cmds.cpp.o
[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_console.cpp.o
[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_expr.cpp.o
.......... .......... 13% 742K 21s
2450K .......... ....[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/compatibility.cpp.o
[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/configfile.cpp.o
...... .......... .......... .......... 13% 663K 21s
2500K .......... .......... .......... .......... .........[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_dehacked.cpp.o
[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/ct_chat.cpp.o
. 14% 670K 21s
2550K .......... ......[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_iwad.cpp.o
.... .......... .......... .......... 14% 1.22M 21s[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_main.cpp.o
[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_net.cpp.o

2600K .......... .......... .......... ....[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_netinfo.cpp.o

...... .......... 14% 671K 21s
2650K .[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_protocol.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_cvars.cpp: In static member function ‘static UCVarValue FBaseCVar::FromString(const char*, ECVarType)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_cvars.cpp:487:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (value[i] != '{')
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_cvars.cpp:489:4: note: here
case 9:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_cvars.cpp:493:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (value[i] != '-')
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_cvars.cpp:495:4: note: here
case 37:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_cvars.cpp:496:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (value[i] != '}')
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_cvars.cpp:498:4: note: here
default:
^~~~~~~
......... .......... .......... .....[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/decallib.cpp.o
[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dobject.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_console.cpp: In function ‘bool C_HandleKey(event_t*, BYTE*, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_console.cpp:1338:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
buffer[0] = buffer[1] = replen;
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_console.cpp:1346:3: note: here
case '\r':
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_console.cpp:1407:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (Bindings.GetBinding(KEY_GRAVE).CompareNoCase("toggleconsole"))
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/c_console.cpp:1411:3: note: here
case GK_ESCAPE:
^~~~
..... .......... 14% 660K 21s
2700K .......... .........[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dobjtype.cpp.o
[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dobjgc.cpp.o
[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/doomdef.cpp.o
[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/doomstat.cpp.o
. .......... .......... .......... 15% 664K 21s
2750K ...[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dsectoreffect.cpp.o
....... ..........[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dthinker.cpp.o
[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/f_wipe.cpp.o
.......... .......... .......... 15% 981K 21s
2800K .......... .......... .[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/farchive.cpp.o
......... .......... .......... 15% 661K 21s
2850K ...../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/posix/sdl/sdlvideo.cpp: In member function ‘virtual DFrameBuffer* SDLVideo::CreateFrameBuffer(int, int, bool, DFrameBuffer*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/posix/sdl/sdlvideo.cpp:312:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
oheight = height;
~~~~~~~~^~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/posix/sdl/sdlvideo.cpp:313:3: note: here
case 2:
^~~~
..... .......... ..[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/files.cpp.o
[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_doomedmap.cpp.o
[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_game.cpp.o
[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_hub.cpp.o
........ .........[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_level.cpp.o
. .......... 16% 749K 21s
2900K ....../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/d_main.cpp: In function ‘void D_DoAdvanceDemo()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/d_main.cpp:1309:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (gameinfo.advisoryTime)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/d_main.cpp:1318:2: note: here
case 1:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/d_main.cpp:1320:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!M_DemoNoPlay)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/d_main.cpp:1339:2: note: here
default:
^~~~~~~
[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_mapinfo.cpp.o
.... .......... ...[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_skill.cpp.o
....... ..........[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/gameconfigfile.cpp.o
.......... 16% 664K 21s
2950K .......[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/gi.cpp.o
... .......... .......... .......... .[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/gitinfo.cpp.o
[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/hu_scores.cpp.o
......... 16% 664K 21s
3000K .......[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/i_net.cpp.o
... .......... .....[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/info.cpp.o
..... .......... ..[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/keysections.cpp.o
[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/lumpconfigfile.cpp.o
[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_alloc.cpp.o
........ 16% 665K 21s
3050K .........[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_argv.cpp.o
[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_bbox.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/farchive.cpp: In member function ‘FArchive& FArchive::ReadObject(DObject*&, PClass*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/farchive.cpp:1211:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
}
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/farchive.cpp:1213:2: note: here
case NEW_CLS_OBJ:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/farchive.cpp:1251:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
}
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/farchive.cpp:1253:2: note: here
case NEW_OBJ:
^~~~
. .......... ......[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_cheat.cpp.o
[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_joy.cpp.o
.... .......... .......... 17% 990K 20s
3100K ..........[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_misc.cpp.o
[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_png.cpp.o
.......... .......[ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_random.cpp.o
... .......... .......... 17% 745K 20s
3150K .......... .[ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_specialpaths.cpp.o
[ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/memarena.cpp.o
[ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/md5.cpp.o
......... ........[ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/name.cpp.o
[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild.cpp.o
.. .......... ..../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/g_game.cpp: In function ‘void G_Ticker()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/g_game.cpp:1140:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
G_BeginRecording(newdemomap);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/g_game.cpp:1141:3: note: here
case ga_newgame2: // Silence GCC (see above)
^~~~
[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_classify_nosse2.cpp.o
...... 17% 663K 20s
3200K .......... .......... .......... .......... ......[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_events.cpp.o
[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_extract.cpp.o
.... 17% 666K 20s
3250K .......... ...[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_gl.cpp.o
[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_utility.cpp.o
....... .......... .......... .......... 18% 665K 20s
3300K .......... ....[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/pathexpander.cpp.o
...... .......... .[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_3dfloors.cpp.o
[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_3dmidtex.cpp.o
[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_acs.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/m_cheat.cpp: In function ‘void cht_DoCheat(player_t*, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/m_cheat.cpp:77:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!(player->cheats & CF_GODMODE) && player->playerstate == PST_LIVE)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/m_cheat.cpp:85:2: note: here
case CHT_GOD:
^~~~
......... ........[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_buildmap.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/i_net.cpp: In function ‘bool Host_CheckForConnects(void*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/i_net.cpp:548:44: warning: array subscript is above array bounds [-Warray-bounds]
sendaddress[node] = sendaddress[node+1];
~~~~~~~~~~~~~~~~~~^
[ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_ceiling.cpp.o
.. 18% 671K 20s
3350K .......... .......... .......... ..[ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_conversation.cpp.o
[ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_doors.cpp.o
[ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_effect.cpp.o
[ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_enemy.cpp.o
........ .......... 18% 943K 20s
3400K .......... ......[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_floor.cpp.o
.... .......... ...[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_glnodes.cpp.o
[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_interaction.cpp.o
....... .......... 19% 808K 20s
3450K .......... .......... .......... ....[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_lights.cpp.o
...... .......... 19% 946K 20s[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_linkedsectors.cpp.o

3500K .[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_lnspec.cpp.o

......... ........[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_map.cpp.o
.. .......... .......... .......... 19% 661K 20s
3550K .......... ........./tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_ceiling.cpp: In member function ‘virtual void DCeiling::Tick()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_ceiling.cpp:199:6: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (m_Speed1 == FRACUNIT && m_Speed2 == FRACUNIT)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_ceiling.cpp:201:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
break;
^~~~~
. .......... ...../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_ceiling.cpp: In static member function ‘static DCeiling* DCeiling::Create(sector_t*, DCeiling::ECeiling, line_t*, int, fixed_t, fixed_t, fixed_t, int, int, int, bool)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_ceiling.cpp:259:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
ceiling->m_TopHeight = sec->ceilingplane.d;
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_ceiling.cpp:260:2: note: here
case ceilLowerAndCrush:
^~~~
..... .......... 19% 774K 20s
3600K ...[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_maputl.cpp.o
[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_mobj.cpp.o
[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_pillar.cpp.o
....... ..........[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_plats.cpp.o
.......... .......[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_pspr.cpp.o
... .......... 20% 663K 20s
3650K ..../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_floor.cpp: In function ‘bool EV_DoFloor(DFloor::EFloor, line_t*, int, fixed_t, fixed_t, int, int, bool, bool)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_floor.cpp:342:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
floor->m_Speed = height;
~~~~~~~~~~~~~~~^~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_floor.cpp:343:3: note: here
case DFloor::floorLowerByValue:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_floor.cpp:350:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
floor->m_Speed = height;
~~~~~~~~~~~~~~~^~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_floor.cpp:351:3: note: here
case DFloor::floorRaiseByValue:
^~~~
[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_saveg.cpp.o
[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_sectors.cpp.o
[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_setup.cpp.o
...... .......... .......... .......... .......... 20% 667K 20s
3700K .......... .......... ..[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_sight.cpp.o
[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_slopes.cpp.o
[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_spec.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_acs.cpp: In member function ‘int DLevelScript::CallFunction(int, int, SDWORD*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_acs.cpp:5904:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: tid2 = args[3];
~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_acs.cpp:5905:5: note: here
case 3: tid1 = args[2];
^~~~
........ .........[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_states.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_acs.cpp: In member function ‘int DLevelScript::RunScript()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_acs.cpp:7451:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
resultValue = STACK(1);
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_acs.cpp:7452:3: note: here
case PCD_DROP: //fall through.
^~~~
. .......... 20% 663K 20s
3750K .......... .......... .......... .......... .......... 21% 918K 20s
3800K .......[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_switch.cpp.o
... .......... ....[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_tags.cpp.o
[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_teleport.cpp.o
...... .......... .......... 21% 774K 19s
3850K ........[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_terrain.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_plats.cpp: In member function ‘virtual void DPlat::Tick()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_plats.cpp:123:47: warning: this statement may fall through [-Wimplicit-fallthrough=]
m_Sector->planes[sector_t::floor].Flags |= PLANEF_BLOCKED;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_plats.cpp:124:6: note: here
case platRaiseAndStay:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_plats.cpp: In function ‘bool EV_DoPlat(int, line_t*, DPlat::EPlatType, int, int, int, int, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_plats.cpp:244:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
rtn = true;
~~~~^~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_plats.cpp:245:3: note: here
case DPlat::platPerpetualRaise:
^~~~
.. .......... .......... .......... .......... 21% 674K 19s
3900K .........[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_things.cpp.o
. .......... ......[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_tick.cpp.o
.... .......... ...[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_trace.cpp.o
[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_udmf.cpp.o
....... 21% 663K 19s
3950K ........../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_setup.cpp: In function ‘void P_ProcessSideTextures(bool, side_t*, sector_t*, intmapsidedef_t*, int, int, short int*, FMissingTextureTracker&)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_setup.cpp:2572:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
}
^
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_setup.cpp:2575:2: note: here
default: // normal cases
^~~~~~~
[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_usdf.cpp.o
.......... .......... .......... ..../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_spec.cpp: In function ‘void P_InitSectorSpecial(sector_t*, int, bool)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_spec.cpp:1295:50: warning: left shift of negative value [-Wshift-negative-value]
(-FRACUNIT/2)<<(sector->special - Carry_East5),
^
[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_user.cpp.o
...... 22% 661K 19s
4000K .......... ./tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_spec.cpp: In function ‘bool P_TestActivateLine(line_t*, AActor*, int, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_spec.cpp:353:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (line->args[1] >= 64)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_spec.cpp:357:5: note: here
case Teleport:
^~~~
......... ........[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_writemap.cpp.o
.. .......... .....[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_xlat.cpp.o
..... 22% 661K 19s
4050K .......... .......... .......... .......... .......... 22% 943K 19s
4100K .......... ...[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/parsecontext.cpp.o
[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/po_man.cpp.o
....... ........../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_udmf.cpp: In function ‘bool P_IsThingSpecial(int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_udmf.cpp:106:36: warning: enum constant in boolean context [-Wint-in-bool-context]
specnum == Thing_SpawnFacing || Thing_ProjectileIntercept || Thing_ProjectileAimed;
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_udmf.cpp:106:65: warning: enum constant in boolean context [-Wint-in-bool-context]
specnum == Thing_SpawnFacing || Thing_ProjectileIntercept || Thing_ProjectileAimed;
^~~~~~~~~~~~~~~~~~~~~
[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_swrenderer.cpp.o
CMakeFiles/Makefile2:178: recipe for target 'CMakeFiles/libvizdoom_shared.dir/all' failed
make[1]: *** [CMakeFiles/libvizdoom_shared.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_utility.cpp.o
[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_3dfloors.cpp.o
[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_bsp.cpp.o
.......... .......... 22% 771K 19s
4150K .......... ....[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_draw.cpp.o
[ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_drawt.cpp.o
...... .......... .......... .......[ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_main.cpp.o
.[ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_plane.cpp.o
.. 23% 670K 19s
4200K .......... .....[ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_segs.cpp.o
..... .......... .......... .........[ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_sky.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_user.cpp: In function ‘void P_PlayerThink(player_t*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_user.cpp:2408:26: warning: left shift of negative value [-Wshift-negative-value]
if (look == -32768 << 16)
^~
[ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_things.cpp.o
. 23% 661K 19s
4250K .......... ......[ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_advsound.cpp.o
.... .......... .......... .......... 23% 1.25M 19sCMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/libvizdoom_static.dir/all' failed
make[1]: *** [CMakeFiles/libvizdoom_static.dir/all] Error 2
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_xlat.cpp: In function ‘void P_TranslateLineDef(line_t*, maplinedef_t*, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_xlat.cpp:194:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags |= ML_REPEAT_SPECIAL;
~~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_xlat.cpp:195:4: note: here
case WalkOnce:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_xlat.cpp:201:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags |= ML_REPEAT_SPECIAL;
~~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_xlat.cpp:202:4: note: here
case SwitchOnce:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_xlat.cpp:211:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
flags |= ML_REPEAT_SPECIAL;
~~~~~~^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/p_xlat.cpp:212:4: note: here
case GunOnce:
^~~~
[ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_environment.cpp.o
[ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_playlist.cpp.o
[ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_sndseq.cpp.o
[ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_sound.cpp.o
[ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sc_man.cpp.o

4300K .......... .......... .......... ....[ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/st_stuff.cpp.o

...... .......... 24% 663K 19s
4350K .[ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/statistics.cpp.o
......... .......... .......... .....[ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/stats.cpp.o
..... .......... 24% 663K 19s
4400K ..[ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/stringtable.cpp.o
........ .......... .......... ......[ 62%] Building C object src/vizdoom/src/CMakeFiles/vizdoom.dir/strnatcmp.c.o
[ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/tables.cpp.o
.... .......... 24% 663K 19s
4450K .......... ..........[ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/teaminfo.cpp.o
[ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/tempfiles.cpp.o
.......... .......[ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_blend.cpp.o
... .......... 24% 923K 19s
4500K ....[ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_collection.cpp.o
[ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_draw.cpp.o
...... .......... .[ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_font.cpp.o
[ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_palette.cpp.o
[ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_pfx.cpp.o
......... .......... .......... 25% 769K 18s
4550K .......... .......... ../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/r_plane.cpp: In function ‘void R_CalcTiltedLighting(fixed_t, fixed_t, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/r_plane.cpp:358:19: warning: ‘lightfiller’ may be used uninitialized in this function [-Wmaybe-uninitialized]
tiltlighting[i] = lightfiller;
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
[ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_text.cpp.o
........ .......... .......... 25% 673K 18s
4600K .......... .......... ...[ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_video.cpp.o
[ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/w_wad.cpp.o
....... ..........[ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wi_stuff.cpp.o
[ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/zstrformat.cpp.o
[ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/zstring.cpp.o
.......... 25% 663K 18s
4650K .......[ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/GuillotineBinPack.cpp.o
... .......... .......... ..........[ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/SkylineBinPack.cpp.o
.......... 26% 661K 18s
4700K .......... .......... .....[ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_doom/a_doommisc.cpp.o
..... .......... ..[ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_heretic/a_hereticmisc.cpp.o
........ 26% 662K 18s
4750K .......... .......... ......[ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_hexen/a_hexenmisc.cpp.o
.... .......... ...[ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_raven/a_artitele.cpp.o
[ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_raven/a_minotaur.cpp.o
....... 26% 939K 18s
4800K .......... .......... .......[ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_strife/a_strifestuff.cpp.o
[ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_strife/strife_sbar.cpp.o
[ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_action.cpp.o
... .......... ..../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/wi_stuff.cpp: In function ‘void WI_LoadBackground(bool)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/wi_stuff.cpp:525:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
caseval=sc.MustMatchString(WI_Cmd);
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/wi_stuff.cpp:527:5: note: here
default:
^~~~~~~
...... 26% 774K 18s
4850K .......... .[ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_armor.cpp.o
......... ........[ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_artifacts.cpp.o
[ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_bridge.cpp.o
.. .......... ....[ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_camera.cpp.o
...... 27% 667K 18s
4900K .......... .......... .......... .......... .......... 27% 663K 18s
4950K .......... ...[ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_debris.cpp.o
....... .......... .......... .......[ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_decals.cpp.o
... 27% 663K 18s
5000K .......... ....[ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_fastprojectile.cpp.o
...... .......... .[ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_flashfader.cpp.o
......... ........[ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_fountain.cpp.o
.. 27% 667K 18s
5050K .......... .......... .......... ..[ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_hatetarget.cpp.o
........ .........[ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_keys.cpp.o
. 28% 930K 18s
5100K .......... ......[ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_lightning.cpp.o
[ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_mapmarker.cpp.o
.... .......... .......... .......... 28% 813K 18s
5150K .......... .......[ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_morph.cpp.o
... .......... .......... .......... 28% 947K 18s
5200K .[ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_movingcamera.cpp.o
[ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_pickups.cpp.o
......... ........[ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_puzzleitems.cpp.o
.. .......... .......... .......... 29% 774K 17s
5250K ..[ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_quake.cpp.o
[ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_randomspawner.cpp.o
.[ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_secrettrigger.cpp.o
....... .........[ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_setcolor.cpp.o
[ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_sectoraction.cpp.o
[ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_skies.cpp.o
. .......... .......... .......... 29% 663K 17s
5300K ...[ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_soundenvironment.cpp.o
[ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_soundsequence.cpp.o
....... ..........[ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_spark.cpp.o
.......... .......[ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_specialspot.cpp.o
[ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_waterzone.cpp.o
... .......... 29% 665K 17s
5350K ....[ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_weaponpiece.cpp.o
...... .......... .......... .......... .......... 29% 665K 17s
5400K .......... .......... ..[ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_weapons.cpp.o
[ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/hudmessages.cpp.o
........ .........[ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/sbarinfo.cpp.o
[ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/sbar_mugshot.cpp.o
[ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/shared_hud.cpp.o
. .......... 30% 662K 17s
5450K .......... .......... ...[ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/intermission/intermission.cpp.o
[ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/shared_sbar.cpp.o
....... .......... .......... 30% 928K 17s
5500K .......[ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/intermission/intermission_parse.cpp.o
[ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/colorpickermenu.cpp.o
[ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/joystickmenu.cpp.o
... .......... ....[ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/listmenu.cpp.o
...... .......... .......... 30% 785K 17s
5550K .......[ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/loadsavemenu.cpp.o
[ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/menu.cpp.o
.[ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/menudef.cpp.o
[ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/menuinput.cpp.o
.. .......... .....[ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/messagebox.cpp.o
..... .......... .[ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/optionmenu.cpp.o
......... 31% 667K 17s
5600K .........[ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/playerdisplay.cpp.o
. .......... ......[ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/playermenu.cpp.o
[ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/readthis.cpp.o
.... .......... ...[ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/videomenu.cpp.o
....... 31% 662K 17s
5650K ..........[ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/fmopl.cpp.o
[ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/mlopl.cpp.o
.......... .......... .......... ....[ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/mlopl_io.cpp.o
[ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/music_opldumper_mididevice.cpp.o
...... 31% 658K 17s
5700K .......... .......... ........[ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/music_opl_mididevice.cpp.o
.. .......... .....[ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/opl_mus_player.cpp.o
[ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/dosbox/opl.cpp.o
..... 31% 671K 17s
5750K .......... .......... ........./tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/menu.cpp: In function ‘void M_SetMenu(FName, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/menu.cpp:386:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
GameStartupInfo.Skill = param;
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/menu.cpp:387:2: note: here
case NAME_StartgameConfirmed:
^~~~
[ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/OPL3.cpp.o
[ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/nukedopl3.cpp.o
. .......... .......... 32% 925K 17s
5800K .......... .../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/optionmenu.cpp: In member function ‘virtual bool DOptionMenu::MenuEvent(int, bool)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/optionmenu.cpp:318:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (mDesc->mSelectedItem >= 0 && mDesc->mItems[mDesc->mSelectedItem]->Activate())
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/optionmenu.cpp:323:2: note: here
default:
^~~~~~~
....... .......... .......... .......... 32% 769K 17s
5850K .......... ....[ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/ancientzip.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/playerdisplay.cpp: In member function ‘virtual bool FListMenuItemPlayerDisplay::SetValue(int, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/playerdisplay.cpp:493:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
mTranslate = value;
~~~~~~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/menu/playerdisplay.cpp:495:2: note: here
case PDF_CLASS:
^~~~
[ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_7z.cpp.o
...... .......... .......... .......[ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_grp.cpp.o
... 32% 662K 17s
5900K .......... .....[ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_lump.cpp.o
[ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_rff.cpp.o
[ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_wad.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/oplsynth/OPL3.cpp: In member function ‘double EnvelopeGenerator::getEnvelope(OPL3*, int, int)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/oplsynth/OPL3.cpp:1467:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
stage = DECAY;
~~~~~~^~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/oplsynth/OPL3.cpp:1469:3: note: here
case DECAY:
^~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/oplsynth/OPL3.cpp:1476:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
stage = SUSTAIN;
~~~~~~^~~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/oplsynth/OPL3.cpp:1477:3: note: here
case SUSTAIN:
^~~~
..... .......... ..[ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_zip.cpp.o
........ ........[ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_pak.cpp.o
.. 32% 666K 17s
5950K .......... ......[ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_directory.cpp.o
[ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/resourcefile.cpp.o
[ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sfmt/SFMT.cpp.o
.... .......... .......... .......... 33% 1.22M 16s[ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/fmodsound.cpp.o
[ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/i_music.cpp.o
[ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/i_sound.cpp.o

6000K .......... .......[ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/mpg123_decoder.cpp.o

... .......... ....[ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_cd.cpp.o
...... .......... 33% 673K 16s
6050K .[ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_dumb.cpp.o
[ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_gme.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/resourcefiles/file_zip.cpp: In member function ‘virtual int FZipLump::GetFileOffset()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/resourcefiles/file_zip.cpp:126:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (Flags & LUMPFZIP_NEEDFILESTART) SetLumpAddress(); return Position;
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/resourcefiles/file_zip.cpp:126:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (Flags & LUMPFZIP_NEEDFILESTART) SetLumpAddress(); return Position;
^~~~~~
......... ........[ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_mus_midiout.cpp.o
[ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_smf_midiout.cpp.o
.. .......... .......... .......... 33% 670K 16s
6100K ..[ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_hmi_midiout.cpp.o
[ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_midistream.cpp.o
[ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_xmi_midiout.cpp.o
........ .........[ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_midi_base.cpp.o
[ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_midi_timidity.cpp.o
[ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_mus_opl.cpp.o
. .......... ......[ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_stream.cpp.o
[ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_fluidsynth_mididevice.cpp.o
.... .......... 34% 666K 16s
6150K .......... ..........[ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_softsynth_mididevice.cpp.o
[ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_timidity_mididevice.cpp.o
[ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_wildmidi_mididevice.cpp.o
.......... .......[ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_win_mididevice.cpp.o
[ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/oalsound.cpp.o
... .......... 34% 903K 16s
6200K ....[ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/sndfile_decoder.cpp.o
[ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_pseudo_mididevice.cpp.o
[ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/animations.cpp.o
...... .......... .[ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/anim_switches.cpp.o
[ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/automaptexture.cpp.o
......... ........[ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/bitmap.cpp.o
.. .......... 34% 762K 16s
6250K ....[ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/buildtexture.cpp.o
.[ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/canvastexture.cpp.o
..... .......... .......... .........[ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/ddstexture.cpp.o
. .......... 34% 665K 16s
6300K .......... .......... ...[ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/flattexture.cpp.o
....... .......... .......... 35% 677K 16s
6350K .......[ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/imgztexture.cpp.o
... .......... .......... .......... .[ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/jpegtexture.cpp.o
[ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/multipatchtexture.cpp.o
[ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/patchtexture.cpp.o
......... 35% 677K 16s
6400K .......... .......... .....[ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/pcxtexture.cpp.o
..... .......... .......... 35% 664K 16s
6450K .......... .......... .......... .......... ...[ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/rawpagetexture.cpp.o
[ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/pngtexture.cpp.o
[ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/emptytexture.cpp.o
....... 35% 913K 16s
6500K ........../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_smf_midiout.cpp: In constructor ‘MIDISong2::MIDISong2(FileReader&, EMidiDevice, const char*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_smf_midiout.cpp:119:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (reader.Read(MusHeader, SongLen) != SongLen)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_smf_midiout.cpp:123:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (MusHeader[4] != 0 || MusHeader[5] != 0 || MusHeader[6] != 0 || MusHeader[7] != 6)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_hmi_midiout.cpp: In constructor ‘HMISong::HMISong(FileReader&, EMidiDevice, const char*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_hmi_midiout.cpp:148:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (reader.Read(MusHeader, len) != len)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_hmi_midiout.cpp:152:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (memcmp(MusHeader, HMI_SONG_MAGIC, sizeof(HMI_SONG_MAGIC)) == 0)
^~
[ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/texture.cpp.o
[ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/texturemanager.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_xmi_midiout.cpp: In constructor ‘XMISong::XMISong(FileReader&, EMidiDevice, const char*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_xmi_midiout.cpp:122:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (reader.Read(MusHeader, SongLen) != SongLen)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_xmi_midiout.cpp:126:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
NumSongs = FindXMIDforms(MusHeader, SongLen, NULL);
^~~~~~~~
.......... .......... .......... .......... 36% 756K 16s
6550K .......... .[ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/tgatexture.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_midi_timidity.cpp: In member function ‘bool TimidityPPMIDIDevice::LaunchTimidity()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_midi_timidity.cpp:449:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
wordfree (&words);
~~~~~~~~~^~~~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/sound/music_midi_timidity.cpp:450:2: note: here
default:
^~~~~~~
[ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/warptexture.cpp.o
[ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/olddecorations.cpp.o
......... ........[ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef.cpp.o
.. .......... ....[ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_codeptr.cpp.o
...... 36% 665K 16s
6600K .......... ..[ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_data.cpp.o
[ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_exp.cpp.o
[ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_expression.cpp.o
........ .......... .......... .....[ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_function.cpp.o
.[ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_parse.cpp.o
[ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_properties.cpp.o
[ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_states.cpp.o
.... 36% 683K 16s
6650K .......... ...[ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/instrum.cpp.o
[ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/common.cpp.o
[ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/instrum_dls.cpp.o
[ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/instrum_font.cpp.o
[ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/instrum_sf2.cpp.o
[ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/mix.cpp.o
....... ..........[ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/playmidi.cpp.o
.......... .......[ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/resample.cpp.o
[ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/timidity.cpp.o
... 37% 674K 16s
6700K .......... ....[ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/file_io.cpp.o
...... .......... .......... ........[ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/gus_pat.cpp.o
[ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/reverb.cpp.o
.. 37% 665K 16s
6750K .......... .......... .......... ..[ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/wildmidi_lib.cpp.o
........ .........[ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/wm_error.cpp.o
. 37% 931K 15s
6800K .......... ......[ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/xlat/parse_xlat.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/thingdef/thingdef_function.cpp: In member function ‘virtual ExpVal FxGlobalFunctionCall_CheckClass::EvalExpression(AActor*)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/thingdef/thingdef_function.cpp:252:61: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: match_superclass = (ArgList)[2]->EvalExpression(self).GetBool();
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/thingdef/thingdef_function.cpp:253:5: note: here
case 2: pick_pointer = (ArgList)[1]->EvalExpression(self).GetInt();
^~~~
[ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_fspic.cpp.o
[ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_func.cpp.o
.... .......... ...[ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_load.cpp.o
[ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_oper.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/thingdef/thingdef_parse.cpp: In function ‘void ParseDecorate(FScanner&)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/thingdef/thingdef_parse.cpp:1313:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
else if (sc.Compare("DAMAGETYPE"))
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/thingdef/thingdef_parse.cpp:1318:3: note: here
default:
^~~~~~~
[ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_parse.cpp.o
....... .......... 37% 818K 15s
6850K .......... .......[ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_prepro.cpp.o
... .......... ..../tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/thingdef/thingdef_codeptr.cpp: In function ‘void DoKill(AActor
, AActor
, FName, int, const PClass*, FName)’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/thingdef/thingdef_codeptr.cpp:5521:22: warning: enum constant in boolean context [-Wint-in-bool-context]
if (KILS_FOILBUDDHA)
^
...... .......... 38% 924K 15s
6900K .[ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_script.cpp.o
......... ........[ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_spec.cpp.o
[ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_variable.cpp.o
.. .......... .......... .......... 38% 742K 15s
6950K .[ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_cmd.cpp.o
.[ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/colormaps.cpp.o
........ .........[ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/sprites.cpp.o
. .......... .....[ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/voxels.cpp.o
..... .......... 38% 660K 15s
7000K ...[ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/r_interpolate.cpp.o
[ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/renderstyle.cpp.o
....... ..........[ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/r_translate.cpp.o
.......... .......[ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/zzautozend.cpp.o
... .......... 39% 693K 15s
7050K ....[ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_input.cpp.o
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/fragglescript/t_func.cpp: In member function ‘DFsSection* FParser::looping_section()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/fragglescript/t_func.cpp:494:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(current->type == st_loop)
^~
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/fragglescript/t_func.cpp:502:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
current = current->next;
^~~~~~~
...... .......... .......... ........[ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_game.cpp.o
.. .......... 39% 666K 15s
7100K .......... .......... ..[ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_screen.cpp.o
........ .........[ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_shared_memory.cpp.o
[ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_message_queue.cpp.o
[ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_main.cpp.o
. .......... 39% 665K 15s
7150K .......... .......... ...[ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_depth.cpp.o
....... .......... .......... 39% 929K 15s
7200K .......... .......... .......... .......... .......... 40% 743K 15s
7250K .......... .......... .......... .......... .......... 40% 667K 15s
7300K .......... .......... .......... .......... .......... 40% 689K 15s
7350K .......... .......... .......... .......... .......... 40% 665K 15s
7400K .......... .......... .......... .......... .......... 41% 664K 15s
7450K .......... .......... .......... .......... .......... 41% 964K 14s
7500K .......... .......... .......... .......... .......... 41% 720K 14s
7550K .......... .......... .......... .......... .......... 42% 674K 14s
7600K .......... .......... .......... .......... .......... 42% 676K 14s
7650K .......... .......... .......... .......... .......... 42% 1.18M 14s/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/vizdoom_input.cpp: In function ‘void ViZDoom_InputTic()’:
/tmp/pip-install-x5bm3bru/doom-py/doom_py/src/vizdoom/src/vizdoom_input.cpp:342:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
else if(vizdoomLastUpdate == VIZDOOM_TIME){

7700K .......... .......... .......... .......... .......... 42%  685K 14s
7750K .......... .......... .......... .......... .......... 43%  663K 14s
7800K .......... .......... .......... .......... .......... 43%  672K 14s
7850K .......... .......... .......... .......... .......... 43%  931K 14s
7900K .......... .......... .......... .......... .......... 44%  734K 14s
7950K .......... .......... .......... .......... .......... 44%  681K 14s
8000K .......... .......... .......... .......... .......... 44%  679K 14s
8050K .......... .......... .......... .......... .......... 44%  666K 14s
8100K .......... .......... .......... .......... .......... 45%  670K 14s
8150K .......... .......... .......... .......... .......... 45%  934K 13s
8200K .......... .......... .......... .......... .......... 45%  722K 13s
8250K .......... .......... .......... .......... .......... 45%  666K 13s
8300K .......... .......... .......... .......... .......... 46%  686K 13s
8350K .......... .......... .......... .......... .......... 46%  684K 13s
8400K .......... .......... .......... .......... .......... 46%  669K 13s
8450K .......... .......... .......... .......... .......... 47%  900K 13s
8500K .......... .......... .......... .......... .......... 47%  845K 13s
8550K .......... .......... .......... .......... .......... 47%  859K 13s
8600K .......... .......... .......... .......... .......... 47%  770K 13s
8650K .......... .......... .......... .......... .......... 48%  662K 13s
8700K .......... .......... .......... .......... .......... 48%  688K 13s
8750K .......... .......... .......... .......... .......... 48%  689K 13s
8800K .......... .......... .......... .......... .......... 48%  662K 13s
8850K .......... .......... .......... .......... .......... 49%  871K 13s
8900K .......... .......... .......... .......... .......... 49%  759K 12s
8950K .......... .......... .......... .......... .......... 49%  667K 12s
9000K .......... .......... .......... .......... ...[ 97%] Linking CXX executable ../../../bin/vizdoom

....... 50% 695K 12s
9050K .......... .......... .......... .......... .......... 50% 680K 12s
9100K .......... .......... .......... .......... .......... 50% 663K 12s
9150K .......... .......... .......... .......... .......... 50% 913K 12s
9200K .......... .......... .......... .......... .......... 51% 733K 12s
9250K .......... .......... .......... .......... .......... 51% 669K 12s
9300K .......... .......... .......... .......... .......... 51% 691K 12s
9350K .......... .......... .......... .......... .......... 52% 1.15M 12s
9400K .......... .......CMakeFiles/vizdoom.dir/tempfiles.cpp.o: In function FTempFileName::FTempFileName(char const*)': tempfiles.cpp:(.text+0x7): warning: the use of tempnam' is dangerous, better use `mkstemp'
... .......... .......... .......... 52% 688K 12s
9450K .[ 97%] Built target vizdoom
......... .......... .......... .......... .......... 52% 687K 12s
9500K .......... .......... .......... .......... .......... 52% 660K 12s
9550K .......... .......... .......... .......... .......... 53% 876K 12s
9600K .......... .......... .......... .......... .......... 53% 768K 12s
9650K .......... .......... .......... .......... .......... 53% 668K 11s
9700K .......... .......... .......... .......... .......... 53% 693K 11s
9750K .......... .......... .......... .......... .......... 54% 675K 11s
9800K .......... .......... .......... .......... .......... 54% 664K 11s
9850K .......... .......... .......... .......... .......... 54% 925K 11s
9900K .......... .......... .......... .......... .......... 55% 734K 11s
9950K .......... .......... .......... .......... .......... 55% 670K 11s
10000K .......... .......... .......... .......... .......... 55% 690K 11s
10050K .......... .......... .......... .......... .......... 55% 675K 11s
10100K .......... .......... .......... .......... .......... 56% 664K 11s
10150K .......... .......... .......... .......... .......... 56% 921K 11s
10200K .......... .......... .......... .......... .......... 56% 830K 11s
10250K .......... .......... .......... .......... .......... 57% 875K 11s
10300K .......... .......... .......... .......... .......... 57% 768K 11s
10350K .......... .......... .......... .......... .......... 57% 671K 10s
10400K .......... .......... .......... .......... .......... 57% 684K 10s
10450K .......... .......... .......... .......... .......... 58% 681K 10s
10500K .......... .......... .......... .......... .......... 58% 663K 10s
10550K .......... .......... .......... .......... .......... 58% 923K 10s
10600K .......... .......... .......... .......... .......... 58% 739K 10s
10650K .......... .......... .......... .......... .......... 59% 669K 10s
10700K .......... .......... .......... .......... .......... 59% 692K 10s
10750K .......... .......... .......... .......... .......... 59% 669K 10s
10800K .......... .......... .......... .......... .......... 60% 664K 10s
10850K .......... .......... .......... .......... .......... 60% 930K 10s
10900K .......... .......... .......... .......... .......... 60% 736K 10s
10950K .......... .......... .......... .......... .......... 60% 665K 10s
11000K .......... .......... .......... .......... .......... 61% 692K 10s
11050K .......... .......... .......... .......... .......... 61% 1.14M 10s
11100K .......... .......... .......... .......... .......... 61% 692K 9s
11150K .......... .......... .......... .......... .......... 62% 674K 9s
11200K .......... .......... .......... .......... .......... 62% 665K 9s
11250K .......... .......... .......... .......... .......... 62% 912K 9s
11300K .......... .......... .......... .......... .......... 62% 748K 9s
11350K .......... .......... .......... .......... .......... 63% 662K 9s
11400K .......... .......... .......... .......... .......... 63% 697K 9s
11450K .......... .......... .......... .......... .......... 63% 662K 9s
11500K .......... .......... .......... .......... .......... 63% 668K 9s
11550K .......... .......... .......... .......... .......... 64% 912K 9s
11600K .......... .......... .......... .......... .......... 64% 752K 9s
11650K .......... .......... .......... .......... .......... 64% 664K 9s
11700K .......... .......... .......... .......... .......... 65% 691K 9s
11750K .......... .......... .......... .......... .......... 65% 667K 9s
11800K .......... .......... .......... .......... .......... 65% 661K 9s
11850K .......... .......... .......... .......... .......... 65% 907K 8s
11900K .......... .......... .......... .......... .......... 66% 842K 8s
11950K .......... .......... .......... .......... .......... 66% 910K 8s
12000K .......... .......... .......... .......... .......... 66% 760K 8s
12050K .......... .......... .......... .......... .......... 66% 667K 8s
12100K .......... .......... .......... .......... .......... 67% 681K 8s
12150K .......... .......... .......... .......... .......... 67% 669K 8s
12200K .......... .......... .......... .......... .......... 67% 668K 8s
12250K .......... .......... .......... .......... .......... 68% 895K 8s
12300K .......... .......... .......... .......... .......... 68% 765K 8s
12350K .......... .......... .......... .......... .......... 68% 666K 8s
12400K .......... .......... .......... .......... .......... 68% 677K 8s
12450K .......... .......... .......... .......... .......... 69% 669K 8s
12500K .......... .......... .......... .......... .......... 69% 661K 8s
12550K .......... .......... .......... .......... .......... 69% 909K 7s
12600K .......... .......... .......... .......... .......... 70% 778K 7s
12650K .......... .......... .......... .......... .......... 70% 657K 7s
12700K .......... .......... .......... .......... .......... 70% 683K 7s
12750K .......... .......... .......... .......... .......... 70% 1.18M 7s
12800K .......... .......... .......... .......... .......... 71% 681K 7s
12850K .......... .......... .......... .......... .......... 71% 664K 7s
12900K .......... .......... .......... .......... .......... 71% 664K 7s
12950K .......... .......... .......... .......... .......... 71% 921K 7s
13000K .......... .......... .......... .......... .......... 72% 760K 7s
13050K .......... .......... .......... .......... .......... 72% 672K 7s
13100K .......... .......... .......... .......... .......... 72% 665K 7s
13150K .......... .......... .......... .......... .......... 73% 664K 7s
13200K .......... .......... .......... .......... .......... 73% 665K 7s
13250K .......... .......... .......... .......... .......... 73% 935K 7s
13300K .......... .......... .......... .......... .......... 73% 778K 6s
13350K .......... .......... .......... .......... .......... 74% 662K 6s
13400K .......... .......... .......... .......... .......... 74% 656K 6s
13450K .......... .......... .......... .......... .......... 74% 666K 6s
13500K .......... .......... .......... .......... .......... 75% 665K 6s
13550K .......... .......... .......... .......... .......... 75% 930K 6s
13600K .......... .......... .......... .......... .......... 75% 818K 6s
13650K .......... .......... .......... .......... .......... 75% 940K 6s
13700K .......... .......... .......... .......... .......... 76% 773K 6s
13750K .......... .......... .......... .......... .......... 76% 665K 6s
13800K .......... .......... .......... .......... .......... 76% 656K 6s
13850K .......... .......... .......... .......... .......... 76% 657K 6s
13900K .......... .......... .......... .......... .......... 77% 664K 6s
13950K .......... .......... .......... .......... .......... 77% 956K 6s
14000K .......... .......... .......... .......... .......... 77% 769K 5s
14050K .......... .......... .......... .......... .......... 78% 661K 5s
14100K .......... .......... .......... .......... .......... 78% 665K 5s
14150K .......... .......... .......... .......... .......... 78% 664K 5s
14200K .......... .......... .......... .......... .......... 78% 661K 5s
14250K .......... .......... .......... .......... .......... 79% 928K 5s
14300K .......... .......... .......... .......... .......... 79% 767K 5s
14350K .......... .......... .......... .......... .......... 79% 671K 5s
14400K .......... .......... .......... .......... .......... 79% 661K 5s
14450K .......... .......... .......... .......... .......... 80% 1.24M 5s
14500K .......... .......... .......... .......... .......... 80% 665K 5s
14550K .......... .......... .......... .......... .......... 80% 660K 5s
14600K .......... .......... .......... .......... .......... 81% 665K 5s
14650K .......... .......... .......... .......... .......... 81% 917K 5s
14700K .......... .......... .......... .......... .......... 81% 758K 5s
14750K .......... .......... .......... .......... .......... 81% 650K 4s
14800K .......... .......... .......... .......... .......... 82% 657K 4s
14850K .......... .......... .......... .......... .......... 82% 664K 4s
14900K .......... .......... .......... .......... .......... 82% 662K 4s
14950K .......... .......... .......... .......... .......... 83% 974K 4s
15000K .......... .......... .......... .......... .......... 83% 749K 4s
15050K .......... .......... .......... .......... .......... 83% 652K 4s
15100K .......... .......... .......... .......... .......... 83% 674K 4s
15150K .......... .......... .......... .......... .......... 84% 668K 4s
15200K .......... .......... .......... .......... .......... 84% 923K 4s
15250K .......... .......... .......... .......... .......... 84% 668K 4s
15300K .......... .......... .......... .......... .......... 84% 820K 4s
15350K .......... .......... .......... .......... .......... 85% 919K 4s
15400K .......... .......... .......... .......... .......... 85% 771K 4s
15450K .......... .......... .......... .......... .......... 85% 658K 4s
15500K .......... .......... .......... .......... .......... 86% 678K 3s
15550K .......... .......... .......... .......... .......... 86% 665K 3s
15600K .......... .......... .......... .......... .......... 86% 661K 3s
15650K .......... .......... .......... .......... .......... 86% 921K 3s
15700K .......... .......... .......... .......... .......... 87% 778K 3s
15750K .......... .......... .......... .......... .......... 87% 661K 3s
15800K .......... .......... .......... .......... .......... 87% 675K 3s
15850K .......... .......... .......... .......... .......... 88% 664K 3s
15900K .......... .......... .......... .......... .......... 88% 923K 3s
15950K .......... .......... .......... .......... .......... 88% 661K 3s
16000K .......... .......... .......... .......... .......... 88% 769K 3s
16050K .......... .......... .......... .......... .......... 89% 682K 3s
16100K .......... .......... .......... .......... .......... 89% 663K 3s
16150K .......... .......... .......... .......... .......... 89% 1.21M 3s
16200K .......... .......... .......... .......... .......... 89% 675K 2s
16250K .......... .......... .......... .......... .......... 90% 662K 2s
16300K .......... .......... .......... .......... .......... 90% 663K 2s
16350K .......... .......... .......... .......... .......... 90% 921K 2s
16400K .......... .......... .......... .......... .......... 91% 777K 2s
16450K .......... .......... .......... .......... .......... 91% 665K 2s
16500K .......... .......... .......... .......... .......... 91% 673K 2s
16550K .......... .......... .......... .......... .......... 91% 660K 2s
16600K .......... .......... .......... .......... .......... 92% 921K 2s
16650K .......... .......... .......... .......... .......... 92% 661K 2s
16700K .......... .......... .......... .......... .......... 92% 788K 2s
16750K .......... .......... .......... .......... .......... 93% 666K 2s
16800K .......... .......... .......... .......... .......... 93% 663K 2s
16850K .......... .......... .......... .......... .......... 93% 665K 2s
16900K .......... .......... .......... .......... .......... 93% 926K 2s
16950K .......... .......... .......... .......... .......... 94% 662K 1s
17000K .......... .......... .......... .......... .......... 94% 841K 1s
17050K .......... .......... .......... .......... .......... 94% 910K 1s
17100K .......... .......... .......... .......... .......... 94% 785K 1s
17150K .......... .......... .......... .......... .......... 95% 664K 1s
17200K .......... .......... .......... .......... .......... 95% 662K 1s
17250K .......... .......... .......... .......... .......... 95% 669K 1s
17300K .......... .......... .......... .......... .......... 96% 672K 1s
17350K .......... .......... .......... .......... .......... 96% 909K 1s
17400K .......... .......... .......... .......... .......... 96% 778K 1s
17450K .......... .......... .......... .......... .......... 96% 665K 1s
17500K .......... .......... .......... .......... .......... 97% 662K 1s
17550K .......... .......... .......... .......... .......... 97% 675K 1s
17600K .......... .......... .......... .......... .......... 97% 924K 1s
17650K .......... .......... .......... .......... .......... 97% 659K 0s
17700K .......... .......... .......... .......... .......... 98% 782K 0s
17750K .......... .......... .......... .......... .......... 98% 665K 0s
17800K .......... .......... .......... .......... .......... 98% 665K 0s
17850K .......... .......... .......... .......... .......... 99% 1.23M 0s
17900K .......... .......... .......... .......... .......... 99% 668K 0s
17950K .......... .......... .......... .......... .......... 99% 666K 0s
18000K .......... .......... .......... .......... .......... 99% 672K 0s
18050K .......... .. 100% 4.36M=25s

2018-12-28 23:44:29 (731 KB/s) - ‘./bin/freedoom-0.10.1.zip’ saved [18496121/18496121]

Archive: ./bin/freedoom-0.10.1.zip
inflating: ./scenarios/freedoom2.wad
[ 97%] Built target freedoom2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Could not build doom-py: Command '['make', '-j', '35']' returned non-zero exit status 2. (HINT: are you sure cmake is installed? You might also be missing a library. Try running 'apt-get install -y python-numpy cmake zlib1g-dev libjpeg-dev libboost-all-dev gcc libsdl2-dev wget unzip'

Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-x5bm3bru/doom-py/setup.py", line 88, in
include_package_data=True,
File "/home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages/setuptools/init.py", line 143, in setup
return distutils.core.setup(**attrs)
File "/home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
File "/home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 188, in run
self.run_command('build')
File "/home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/tmp/pip-install-x5bm3bru/doom-py/setup.py", line 63, in run
build_func()
File "/tmp/pip-install-x5bm3bru/doom-py/setup.py", line 41, in build_linux
build_common('so')
File "/tmp/pip-install-x5bm3bru/doom-py/setup.py", line 29, in build_common
subprocess.check_call(['make', '-j', str(cores_to_use)], cwd='doom_py')
File "/home/bhaskartrivedi/anaconda3/envs/worldmodel/lib/python3.5/subprocess.py", line 271, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-j', '35']' returned non-zero exit status 2


Failed building wheel for doom-py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant