Bug#1144329: pcsx2: FTBFS with ffmpeg 9.0
Sebastian Ramacher
sramacher at debian.org
Thu Aug 13 20:52:03 BST 2026
Source: pcsx2
Version: 2.6.3+dfsg-1
Severity: important
Tags: ftbfs sid forky
X-Debbugs-Cc: sramacher at debian.org
Usertags: ffmpeg-9.0
Dear maintainer,
pcsx2 FTBFS with ffmpeg 9.0 (available in experimental):
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GS/GSDrawingContext.cpp.o -MF CMakeFiles/PCSX2.dir/GS/GSDrawingContext.cpp.o.d -o CMakeFiles/PCSX2.dir/GS/GSDrawingContext.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSDrawingContext.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp: In function ‘bool GSCapture::BeginCapture(float, GSVector2i, float, std::string)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:457:29: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
457 | if (vcodec->pix_fmts)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:459:46: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
459 | sw_pix_fmt = vcodec->pix_fmts[0];
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:460:49: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
460 | for (u32 i = 0; vcodec->pix_fmts[i] != AV_PIX_FMT_NONE; i++)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:462:45: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
462 | if (vcodec->pix_fmts[i] == preferred_sw_pix_fmt)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:464:62: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
464 | sw_pix_fmt = vcodec->pix_fmts[i];
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:689:56: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘sample_fmts’
689 | for (const AVSampleFormat* p = acodec->sample_fmts; *p != AV_SAMPLE_FMT_NONE; p++)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:700:69: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘sample_fmts’
700 | s_audio_codec_context->sample_fmt = acodec->sample_fmts[0];
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp: In function ‘GSCapture::FormatList GSCapture::GetVideoFormatList(const char*)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:1536:22: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
1536 | if (v_codec->pix_fmts == nullptr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:1542:34: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
1542 | for (int i = 0; v_codec->pix_fmts[i] != AVPixelFormat::AV_PIX_FMT_NONE; i++)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:1544:43: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
1544 | ret.emplace_back(v_codec->pix_fmts[i], wrap_av_get_pix_fmt_name(v_codec->pix_fmts[i]));
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:1544:90: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
1544 | ret.emplace_back(v_codec->pix_fmts[i], wrap_av_get_pix_fmt_name(v_codec->pix_fmts[i]));
| ^~~~~~~~
See the attached build log for more details.
Cheers
--
Sebastian Ramacher
-------------- next part --------------
sbuild (Debian sbuild) 0.91.10 (27 June 2026) on jupiter.ramacher.at
+==============================================================================+
| pcsx2 (amd64) Thu, 13 Aug 2026 19:45:24 +0000 |
+==============================================================================+
Package: pcsx2
Distribution: experimental
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: full
I: Setting up the chroot...
I: Creating chroot session...
I: Setting up log color...
I: Setting up apt archive...
+------------------------------------------------------------------------------+
| Update chroot Thu, 13 Aug 2026 19:45:25 +0000 |
+------------------------------------------------------------------------------+
Get:1 https://rigel.ramacher.at/acng/debian unstable InRelease [193 kB]
Get:2 https://rigel.ramacher.at/acng/debian experimental InRelease [91.7 kB]
Hit:3 https://ramacher.at/debian unstable InRelease
Hit:4 https://ramacher.at/debian experimental InRelease
Get:5 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable InRelease [48.9 kB]
Get:6 https://rigel.ramacher.at/acng/debian-buildd buildd-experimental InRelease [48.9 kB]
Get:7 https://rigel.ramacher.at/acng/debian unstable/main Sources [11.9 MB]
Get:8 https://rigel.ramacher.at/acng/debian unstable/main amd64 Packages [10.7 MB]
Get:9 https://rigel.ramacher.at/acng/debian experimental/main Sources [365 kB]
Get:10 https://rigel.ramacher.at/acng/debian experimental/main amd64 Packages [381 kB]
Get:11 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main Sources [238 kB]
Get:12 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main amd64 Packages [317 kB]
Get:13 https://rigel.ramacher.at/acng/debian-buildd buildd-experimental/main Sources [28.7 kB]
Get:14 https://rigel.ramacher.at/acng/debian-buildd buildd-experimental/main amd64 Packages [87.0 kB]
Fetched 24.4 MB in 2s (11.4 MB/s)
Reading package lists...
+------------------------------------------------------------------------------+
| Fetch source files Thu, 13 Aug 2026 19:45:28 +0000 |
+------------------------------------------------------------------------------+
Check APT
---------
Checking available source versions...
Download source files with APT
------------------------------
Reading package lists...
NOTICE: 'pcsx2' packaging is maintained in the 'Git' version control system at:
https://salsa.debian.org/games-team/pcsx2.git
Please use:
git clone https://salsa.debian.org/games-team/pcsx2.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 7947 kB of source archives.
Get:1 https://rigel.ramacher.at/acng/debian unstable/main pcsx2 2.6.3+dfsg-1 (dsc) [2375 B]
Get:2 https://rigel.ramacher.at/acng/debian unstable/main pcsx2 2.6.3+dfsg-1 (tar) [7922 kB]
Get:3 https://rigel.ramacher.at/acng/debian unstable/main pcsx2 2.6.3+dfsg-1 (diff) [22.7 kB]
Fetched 7947 kB in 0s (46.5 MB/s)
Download complete and in download only mode
+------------------------------------------------------------------------------+
| Install package build dependencies Thu, 13 Aug 2026 19:45:28 +0000 |
+------------------------------------------------------------------------------+
Setup apt archive
-----------------
Merged Build-Depends: debhelper-compat (= 13), cmake, extra-cmake-modules, googletest, libavcodec-dev, libavformat-dev, libavutil-dev, libbacktrace-dev, libchdr-dev (>= 0.0~git20250608~), libcpuinfo-dev, libcubeb-dev, libcurl4-openssl-dev, libdiscord-rpc-dev, libfast-float-dev, libfreetype-dev, libfmt-dev, libicu-dev, libjpeg-dev, libkddockwidgets-qt6-dev, liblz4-dev, libpcap-dev, libplutosvg-dev, libplutovg-dev, libpng-dev, librcheevos-dev, libsdl3-dev, libshaderc-dev, libsimpleini-dev, libsoundtouch-dev, libspeex-dev, libswresample-dev, libswscale-dev, libvulkan-dev, libvulkan-memory-allocator-dev, libwebp-dev, libxbyak-dev, libzip-dev, libzstd-dev, libzydis-dev, qt6-base-private-dev (>= 6.9.2), qt6-tools-dev, rapidjson-dev, zlib1g-dev, libavutil-dev (>= 7:9), build-essential
Filtered Build-Depends: debhelper-compat (= 13), cmake, extra-cmake-modules, googletest, libavcodec-dev, libavformat-dev, libavutil-dev, libbacktrace-dev, libchdr-dev (>= 0.0~git20250608~), libcpuinfo-dev, libcubeb-dev, libcurl4-openssl-dev, libdiscord-rpc-dev, libfast-float-dev, libfreetype-dev, libfmt-dev, libicu-dev, libjpeg-dev, libkddockwidgets-qt6-dev, liblz4-dev, libpcap-dev, libplutosvg-dev, libplutovg-dev, libpng-dev, librcheevos-dev, libsdl3-dev, libshaderc-dev, libsimpleini-dev, libsoundtouch-dev, libspeex-dev, libswresample-dev, libswscale-dev, libvulkan-dev, libvulkan-memory-allocator-dev, libwebp-dev, libxbyak-dev, libzip-dev, libzstd-dev, libzydis-dev, qt6-base-private-dev (>= 6.9.2), qt6-tools-dev, rapidjson-dev, zlib1g-dev, libavutil-dev (>= 7:9), build-essential
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/build/pcsx2-Nz2KWJ/resolver-UJqmqB/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/build/pcsx2-Nz2KWJ/resolver-UJqmqB/apt_archive ./ InRelease
Get:2 copy:/build/pcsx2-Nz2KWJ/resolver-UJqmqB/apt_archive ./ Release [615 B]
Ign:3 copy:/build/pcsx2-Nz2KWJ/resolver-UJqmqB/apt_archive ./ Release.gpg
Get:4 copy:/build/pcsx2-Nz2KWJ/resolver-UJqmqB/apt_archive ./ Sources [1366 B]
Get:5 copy:/build/pcsx2-Nz2KWJ/resolver-UJqmqB/apt_archive ./ Packages [1366 B]
Fetched 3347 B in 0s (0 B/s)
Reading package lists...
Reading package lists...
+------------------------------------------------------------------------------+
| Install main build dependencies (aptitude-based resolver) |
+------------------------------------------------------------------------------+
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version (0.8.13-8.1).
Solving dependencies...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
aptitude -y --without-recommends -o Dpkg::Options::=--force-confold -o Aptitude::CmdLine::Ignore-Trust-Violations=false -o Aptitude::ProblemResolver::StepScore=100 -o Aptitude::ProblemResolver::SolutionCost=safety, priority, non-default-versions -o Aptitude::ProblemResolver::Hints::KeepDummy=reject sbuild-build-depends-main-dummy :UNINST -o Aptitude::ProblemResolver::Keep-All-Level=55000 -o Aptitude::ProblemResolver::Remove-Essential-Level=maximum install sbuild-build-depends-main-dummy:amd64
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
assistant-qt6{a} bubblewrap{a} cmake{a} comerr-dev{a} designer-qt6{a} extra-cmake-modules{a} fontconfig{a} fontconfig-config{a} fonts-dejavu-core{a} fonts-dejavu-mono{a} gir1.2-glib-2.0{a} gir1.2-glib-2.0-dev{a} gir1.2-gudev-1.0{a} gir1.2-ibus-1.0{a} girepository-tools{a} glslang-dev{a} glycin-loaders{a} glycin-thumbnailers{a} googletest{a} icu-devtools{a} krb5-multidev{a} libaom3{a} libarchive13t64{a} libasound2-data{a} libasound2-dev{a} libasound2t64{a} libasyncns0{a} libavahi-client3{a} libavahi-common-data{a} libavahi-common3{a} libavcodec-dev{a} libavcodec62{a} libavformat-dev{a} libavformat62{a} libavutil-dev{a} libavutil60{a} libb2-1{a} libbacktrace-dev{a} libbacktrace0{a} libblkid-dev{a} libbluray4{a} libbrotli-dev{a} libbrotli1{a} libbz2-dev{a} libcairo-gobject2{a} libcairo2{a} libcap2{a} libcbor0.10{a} libchdr-dev{a} libchdr0{a} libchromaprint1{a} libcjson1{a} libclang-cpp21{a} libclang1-21{a} libcodec2-1.2{a} libcpuinfo-dev{a} libcpuinfo0{a} libcubeb-dev{a} libcubeb0{a} libcups2t64{a} libcurl3t64-gnutls{a} libcurl4-gnutls{a} libcurl4-openssl-dev{a} libcurl4t64{a} libdatrie1{a} libdav1d7{a} libdbus-1-3{a} libdbus-1-dev{a} libde265-0{a} libdecor-0-0{a} libdecor-0-dev{a} libdiscord-rpc-dev{a} libdiscord-rpc3{a} libdouble-conversion3{a} libdrm-amdgpu1{a} libdrm-common{a} libdrm-dev{a} libdrm-freedreno1{a} libdrm-intel1{a} libdrm-nouveau2{a} libdrm-radeon1{a} libdrm2{a} libduktape207{a} libdvdnav4{a} libdvdread8t64{a} libedit2{a} libegl-dev{a} libegl-mesa0{a} libegl1{a} libevdev-dev{a} libevdev2{a} libevent-2.1-7t64{a} libexpat1{a} libexpat1-dev{a} libfast-float-dev{a} libffi-dev{a} libffi8{a} libfido2-1{a} libflac14{a} libfmt-dev{a} libfontconfig-dev{a} libfontconfig1{a} libfreetype-dev{a} libfreetype6{a} libfribidi-dev{a} libfribidi0{a} libgbm-dev{a} libgbm1{a} libgdk-pixbuf-2.0-0{a} libgdk-pixbuf2.0-common{a} libgio-2.0-dev{a} libgio-2.0-dev-bin{a} libgirepository-2.0-0{a} libgl-dev{a} libgl1{a} libgl1-mesa-dri{a} libgles-dev{a} libgles1{a} libgles2{a} libglib2.0-0t64{a} libglib2.0-bin{a} libglib2.0-data{a} libglib2.0-dev{a} libglib2.0-dev-bin{a} libglvnd0{a} libglx-dev{a} libglx-mesa0{a} libglx0{a} libglycin-2-0{a} libgme0{a} libgmp-dev{a} libgmpxx4ldbl{a} libgnutls-dane0t64{a} libgnutls28-dev{a} libgnutls30t64{a} libgraphite2-3{a} libgsm1{a} libgssapi-krb5-2{a} libgssrpc4t64{a} libgudev-1.0-0{a} libgudev-1.0-dev{a} libharfbuzz0b{a} libheif-plugin-dav1d{a} libheif-plugin-libde265{a} libheif1{a} libhwy1t64{a} libibus-1.0-5{a} libibus-1.0-dev{a} libice-dev{a} libice6{a} libicu-dev{a} libicu78{a} libidn2-0{a} libidn2-dev{a} libinput-bin{a} libinput-dev{a} libinput10{a} libjack-jackd2-0{a} libjpeg-dev{a} libjpeg62-turbo{a} libjpeg62-turbo-dev{a} libjsoncpp26{a} libjxl0.11{a} libk5crypto3{a} libkadm5clnt-mit12{a} libkadm5srv-mit12{a} libkdb5-10t64{a} libkddockwidgets-qt6-3{a} libkddockwidgets-qt6-dev{a} libkeyutils1{a} libkrb5-3{a} libkrb5-dev{a} libkrb5support0{a} liblcms2-2{a} libldap-dev{a} libldap2{a} libllvm21{a} liblz4-dev{a} libmd4c0{a} libmount-dev{a} libmp3lame0{a} libmpg123-0t64{a} libmtdev-dev{a} libmtdev1t64{a} libnghttp2-14{a} libnghttp2-dev{a} libnghttp3-9{a} libnghttp3-dev{a} libngtcp2-16{a} libngtcp2-crypto-gnutls8{a} libngtcp2-crypto-ossl-dev{a} libngtcp2-crypto-ossl0{a} libngtcp2-dev{a} libnorm1t64{a} libnuma1{a} libogg0{a} libopengl-dev{a} libopengl0{a} libopenjp2-7{a} libopenmpt0t64{a} libopus0{a} libp11-kit-dev{a} libp11-kit0{a} libpango-1.0-0{a} libpangocairo-1.0-0{a} libpangoft2-1.0-0{a} libpcap-dev{a} libpcap0.8-dev{a} libpcap0.8t64{a} libpciaccess-dev{a} libpciaccess0{a} libpcre2-16-0{a} libpcre2-32-0{a} libpcre2-dev{a} libpcre2-posix3{a} libpgm-5.3-0t64{a} libpixman-1-0{a} libpkgconf7{a} libplutosvg-dev{a} libplutosvg0{a} libplutovg-dev{a} libplutovg1{a} libpng-dev{a} libpng16-16t64{a} libproc2-1{a} libproxy1v5{a} libpsl-dev{a} libpsl5t64{a} libpulse-dev{a} libpulse-mainloop-glib0{a} libpulse0{a} libpython3-stdlib{a} libpython3.14-minimal{a} libpython3.14-stdlib{a} libqt6concurrent6{a} libqt6core6t64{a} libqt6dbus6{a} libqt6designer6{a} libqt6designercomponents6{a} libqt6gui6{a} libqt6help6{a} libqt6labsplatform6{a} libqt6labssynchronizer6{a} libqt6network6{a} libqt6opengl6{a} libqt6openglwidgets6{a} libqt6printsupport6{a} libqt6qml6{a} libqt6qmlcompiler6{a} libqt6qmlmeta6{a} libqt6qmlmodels6{a} libqt6qmlnetwork6{a} libqt6qmlworkerscript6{a} libqt6quick6{a} libqt6quickcontrols2-6{a} libqt6quickshapes6{a} libqt6quickshapesdesignhelpers6{a} libqt6quicktemplates2-6{a} libqt6quicktest6{a} libqt6quickvectorimage6{a} libqt6quickvectorimagegenerator6{a} libqt6quickvectorimagehelpers6{a} libqt6quickwidgets6{a} libqt6sql6{a} libqt6sql6-sqlite{a} libqt6svg6{a} libqt6svgwidgets6{a} libqt6test6{a} libqt6uitools6{a} libqt6waylandclient6{a} libqt6widgets6{a} libqt6wlshellintegration6{a} libqt6xml6{a} librabbitmq4{a} librav1e0.8{a} librcheevos-dev{a} libreadline8t64{a} librhash1{a} librist4{a} librsvg2-2{a} librtmp-dev{a} librtmp1{a} libsamplerate0{a} libsasl2-2{a} libsasl2-modules-db{a} libsdl3-0{a} libsdl3-dev{a} libselinux-dev{a} libsensors-config{a} libsensors5{a} libsepol-dev{a} libshaderc-dev{a} libshaderc1{a} libsharpyuv-dev{a} libsharpyuv0{a} libshine3{a} libsimpleini-dev{a} libsimpleini1t64{a} libsm-dev{a} libsm6{a} libsnappy1v5{a} libsndfile1{a} libsndio7.0{a} libsodium26{a} libsoundtouch-dev{a} libsoundtouch1{a} libsoxr0{a} libspdlog1.15{a} libspeex-dev{a} libspeex1{a} libspeexdsp-dev{a} libspeexdsp1{a} libsrt1.5-gnutls{a} libssh-4{a} libssh2-1-dev{a} libssh2-1t64{a} libssl-dev{a} libsvtav1enc4{a} libswresample-dev{a} libswresample6{a} libswscale-dev{a} libswscale9{a} libsysprof-capture-4-dev{a} libsystemd-dev{a} libtasn1-6{a} libtasn1-6-dev{a} libthai-data{a} libthai0{a} libtheoradec2{a} libtheoraenc2{a} libts0t64{a} libtwolame0{a} libudev-dev{a} libudfread3{a} libunbound8{a} libunistring-dev{a} libuv1t64{a} libva-drm2{a} libva-x11-2{a} libva2{a} libvdpau1{a} libvorbis0a{a} libvorbisenc2{a} libvorbisfile3{a} libvpl2{a} libvpx12{a} libvulkan-dev{a} libvulkan-memory-allocator-dev{a} libvulkan1{a} libwacom-common{a} libwacom-dev{a} libwacom9{a} libwayland-bin{a} libwayland-client0{a} libwayland-cursor0{a} libwayland-dev{a} libwayland-egl1{a} libwayland-server0{a} libwebp-dev{a} libwebp7{a} libwebpdecoder3{a} libwebpdemux2{a} libwebpmux3{a} libx11-6{a} libx11-data{a} libx11-dev{a} libx11-xcb1{a} libx264-165{a} libx265-216{a} libxau-dev{a} libxau6{a} libxbyak-dev{a} libxcb-cursor0{a} libxcb-dri3-0{a} libxcb-glx0{a} libxcb-icccm4{a} libxcb-image0{a} libxcb-keysyms1{a} libxcb-present0{a} libxcb-randr0{a} libxcb-render-util0{a} libxcb-render0{a} libxcb-shape0{a} libxcb-shm0{a} libxcb-sync1{a} libxcb-util1{a} libxcb-xfixes0{a} libxcb-xinput0{a} libxcb-xkb1{a} libxcb1{a} libxcb1-dev{a} libxcursor-dev{a} libxcursor1{a} libxdmcp-dev{a} libxdmcp6{a} libxext-dev{a} libxext6{a} libxfixes-dev{a} libxfixes3{a} libxi-dev{a} libxi6{a} libxinerama-dev{a} libxinerama1{a} libxkbcommon-dev{a} libxkbcommon-x11-0{a} libxkbcommon0{a} libxrandr-dev{a} libxrandr2{a} libxrender-dev{a} libxrender1{a} libxshmfence1{a} libxss-dev{a} libxss1{a} libxt-dev{a} libxt6t64{a} libxtst-dev{a} libxtst6{a} libxv-dev{a} libxv1{a} libxvidcore4{a} libxxf86vm-dev{a} libxxf86vm1{a} libxxhash-dev{a} libz3-4{a} libzip-dev{a} libzip5{a} libzmq5{a} libzstd-dev{a} libzvbi-common{a} libzvbi0t64{a} libzycore-dev{a} libzycore1.5{a} libzydis-dev{a} libzydis4.1{a} linguist-qt6{a} media-types{a} mesa-libgallium{a} native-architecture{a} netbase{a} nettle-dev{a} ocl-icd-libopencl1{a} pci.ids{a} pkgconf{a} pkgconf-bin{a} procps{a} python3{a} python3-minimal{a} python3-packaging{a} python3.14{a} python3.14-minimal{a} qdbus-qt6{a} qdoc-qt6{a} qmake6{a} qmake6-bin{a} qml6-module-qml{a} qml6-module-qmltime{a} qml6-module-qt-labs-animation{a} qml6-module-qt-labs-assetdownloader{a} qml6-module-qt-labs-folderlistmodel{a} qml6-module-qt-labs-platform{a} qml6-module-qt-labs-qmlmodels{a} qml6-module-qt-labs-settings{a} qml6-module-qt-labs-sharedimage{a} qml6-module-qt-labs-synchronizer{a} qml6-module-qt-labs-wavefrontmesh{a} qml6-module-qtcore{a} qml6-module-qtnetwork{a} qml6-module-qtqml{a} qml6-module-qtqml-models{a} qml6-module-qtqml-workerscript{a} qml6-module-qtqml-xmllistmodel{a} qml6-module-qtquick{a} qml6-module-qtquick-controls{a} qml6-module-qtquick-dialogs{a} qml6-module-qtquick-effects{a} qml6-module-qtquick-layouts{a} qml6-module-qtquick-localstorage{a} qml6-module-qtquick-particles{a} qml6-module-qtquick-shapes{a} qml6-module-qtquick-shapes-designhelpers{a} qml6-module-qtquick-templates{a} qml6-module-qtquick-tooling{a} qml6-module-qtquick-vectorimage{a} qml6-module-qtquick-vectorimage-helpers{a} qml6-module-qtquick-window{a} qml6-module-qttest{a} qt6-base-dev{a} qt6-base-dev-tools{a} qt6-base-private-dev{a} qt6-declarative-dev{a} qt6-declarative-dev-tools{a} qt6-documentation-tools{a} qt6-l10n-tools{a} qt6-qmllint-plugins{a} qt6-qmlls-plugins{a} qt6-qmltooling-plugins{a} qt6-qpa-plugins{a} qt6-svg-dev{a} qt6-tools-dev{a} qt6-tools-dev-tools{a} qtpaths6{a} qtpaths6-bin{a} rapidjson-dev{a} readline-common{a} sbuild-build-depends-main-dummy{b} sgml-base{a} shared-mime-info{a} spirv-headers{a} spirv-tools-dev{a} spirv-tools-headers{a} tzdata{a} uuid-dev{a} x11-common{a} x11proto-dev{a} xkb-data{a} xml-core{a} xorg-sgml-doctools{a} xtrans-dev{a} zipcmp{a} zipmerge{a} ziptool{a} zlib1g-dev{a}
The following packages are RECOMMENDED but will NOT be installed:
alsa-topology-conf alsa-ucm-conf bzip2-doc krb5-locales libaacs0 libcubeb-doc libdecor-0-plugin-1-cairo libdecor-0-plugin-1-gtk libheif-plugin-aomenc libheif-plugin-rav1e libheif-plugin-svtenc libheif-plugin-x265 libldap-common libpng-tools librsvg2-common libsasl2-modules libtasn1-doc libzycore-doc linux-sysctl-defaults mesa-vulkan-drivers psmisc publicsuffix qt6-gtk-platformtheme qt6-svg-plugins qt6-translations-l10n qt6-wayland xdg-user-dirs
0 packages upgraded, 522 newly installed, 0 to remove and 0 not upgraded.
Need to get 282 MB of archives. After unpacking 1215 MB will be used.
The following packages have unmet dependencies:
sbuild-build-depends-main-dummy : Depends: libavutil-dev (>= 7:9) but 7:8.1.2-2+b3 is to be installed
The following actions will resolve these dependencies:
Install the following packages:
1) libaribb24-0t64 [1.0.3-3+b1 (unstable)]
2) libavcodec-dev [7:9.0-1+b1 (experimental)]
3) libavcodec-extra63 [7:9.0-1+b1 (experimental)]
4) libavformat-dev [7:9.0-1+b1 (experimental)]
5) libavformat-extra63 [7:9.0-1+b1 (experimental)]
6) libavutil-dev [7:9.0-1+b1 (experimental)]
7) libavutil61 [7:9.0-1+b1 (experimental)]
8) libldb2 [2:2.11.0+samba4.24.6+dfsg-1 (buildd-unstable)]
9) liblmdb0 [0.9.35-1 (unstable)]
10) libopencore-amrnb0 [0.1.6-1+b3 (unstable)]
11) libopencore-amrwb0 [0.1.6-1+b3 (unstable)]
12) libpopt0 [1.19+dfsg-2+b2 (unstable)]
13) libsmbclient0 [2:4.24.6+dfsg-1 (buildd-unstable)]
14) libswresample-dev [7:9.0-1+b1 (experimental)]
15) libswresample7 [7:9.0-1+b1 (experimental)]
16) libswscale-dev [7:9.0-1+b1 (experimental)]
17) libswscale10 [7:9.0-1+b1 (experimental)]
18) libtalloc2 [2:2.4.4+samba4.24.6+dfsg-1 (buildd-unstable)]
19) libtdb1 [2:1.4.15+samba4.24.6+dfsg-1 (buildd-unstable)]
20) libtevent0t64 [2:0.17.1+samba4.24.6+dfsg-1 (buildd-unstable)]
21) libtirpc-common [1.3.7+ds-1 (unstable)]
22) libtirpc3t64 [1.3.7+ds-1 (unstable)]
23) libvo-amrwbenc0 [0.1.3-2+b3 (unstable)]
24) libwbclient0 [2:4.24.6+dfsg-1 (buildd-unstable)]
25) samba-libs [2:4.24.6+dfsg-1 (buildd-unstable)]
The following NEW packages will be installed:
assistant-qt6{a} bubblewrap{a} cmake{a} comerr-dev{a} designer-qt6{a} extra-cmake-modules{a} fontconfig{a} fontconfig-config{a} fonts-dejavu-core{a} fonts-dejavu-mono{a} gir1.2-glib-2.0{a} gir1.2-glib-2.0-dev{a} gir1.2-gudev-1.0{a} gir1.2-ibus-1.0{a} girepository-tools{a} glslang-dev{a} glycin-loaders{a} glycin-thumbnailers{a} googletest{a} icu-devtools{a} krb5-multidev{a} libaom3{a} libarchive13t64{a} libaribb24-0t64{a} libasound2-data{a} libasound2-dev{a} libasound2t64{a} libasyncns0{a} libavahi-client3{a} libavahi-common-data{a} libavahi-common3{a} libavcodec-dev{a} libavcodec-extra63{a} libavformat-dev{a} libavformat-extra63{a} libavutil-dev{a} libavutil61{a} libb2-1{a} libbacktrace-dev{a} libbacktrace0{a} libblkid-dev{a} libbluray4{a} libbrotli-dev{a} libbrotli1{a} libbz2-dev{a} libcairo-gobject2{a} libcairo2{a} libcap2{a} libcbor0.10{a} libchdr-dev{a} libchdr0{a} libchromaprint1{a} libcjson1{a} libclang-cpp21{a} libclang1-21{a} libcodec2-1.2{a} libcpuinfo-dev{a} libcpuinfo0{a} libcubeb-dev{a} libcubeb0{a} libcups2t64{a} libcurl3t64-gnutls{a} libcurl4-gnutls{a} libcurl4-openssl-dev{a} libcurl4t64{a} libdatrie1{a} libdav1d7{a} libdbus-1-3{a} libdbus-1-dev{a} libde265-0{a} libdecor-0-0{a} libdecor-0-dev{a} libdiscord-rpc-dev{a} libdiscord-rpc3{a} libdouble-conversion3{a} libdrm-amdgpu1{a} libdrm-common{a} libdrm-dev{a} libdrm-freedreno1{a} libdrm-intel1{a} libdrm-nouveau2{a} libdrm-radeon1{a} libdrm2{a} libduktape207{a} libdvdnav4{a} libdvdread8t64{a} libedit2{a} libegl-dev{a} libegl-mesa0{a} libegl1{a} libevdev-dev{a} libevdev2{a} libevent-2.1-7t64{a} libexpat1{a} libexpat1-dev{a} libfast-float-dev{a} libffi-dev{a} libffi8{a} libfido2-1{a} libflac14{a} libfmt-dev{a} libfontconfig-dev{a} libfontconfig1{a} libfreetype-dev{a} libfreetype6{a} libfribidi-dev{a} libfribidi0{a} libgbm-dev{a} libgbm1{a} libgdk-pixbuf-2.0-0{a} libgdk-pixbuf2.0-common{a} libgio-2.0-dev{a} libgio-2.0-dev-bin{a} libgirepository-2.0-0{a} libgl-dev{a} libgl1{a} libgl1-mesa-dri{a} libgles-dev{a} libgles1{a} libgles2{a} libglib2.0-0t64{a} libglib2.0-bin{a} libglib2.0-data{a} libglib2.0-dev{a} libglib2.0-dev-bin{a} libglvnd0{a} libglx-dev{a} libglx-mesa0{a} libglx0{a} libglycin-2-0{a} libgme0{a} libgmp-dev{a} libgmpxx4ldbl{a} libgnutls-dane0t64{a} libgnutls28-dev{a} libgnutls30t64{a} libgraphite2-3{a} libgsm1{a} libgssapi-krb5-2{a} libgssrpc4t64{a} libgudev-1.0-0{a} libgudev-1.0-dev{a} libharfbuzz0b{a} libheif-plugin-dav1d{a} libheif-plugin-libde265{a} libheif1{a} libhwy1t64{a} libibus-1.0-5{a} libibus-1.0-dev{a} libice-dev{a} libice6{a} libicu-dev{a} libicu78{a} libidn2-0{a} libidn2-dev{a} libinput-bin{a} libinput-dev{a} libinput10{a} libjack-jackd2-0{a} libjpeg-dev{a} libjpeg62-turbo{a} libjpeg62-turbo-dev{a} libjsoncpp26{a} libjxl0.11{a} libk5crypto3{a} libkadm5clnt-mit12{a} libkadm5srv-mit12{a} libkdb5-10t64{a} libkddockwidgets-qt6-3{a} libkddockwidgets-qt6-dev{a} libkeyutils1{a} libkrb5-3{a} libkrb5-dev{a} libkrb5support0{a} liblcms2-2{a} libldap-dev{a} libldap2{a} libldb2{a} libllvm21{a} liblmdb0{a} liblz4-dev{a} libmd4c0{a} libmount-dev{a} libmp3lame0{a} libmpg123-0t64{a} libmtdev-dev{a} libmtdev1t64{a} libnghttp2-14{a} libnghttp2-dev{a} libnghttp3-9{a} libnghttp3-dev{a} libngtcp2-16{a} libngtcp2-crypto-gnutls8{a} libngtcp2-crypto-ossl-dev{a} libngtcp2-crypto-ossl0{a} libngtcp2-dev{a} libnorm1t64{a} libnuma1{a} libogg0{a} libopencore-amrnb0{a} libopencore-amrwb0{a} libopengl-dev{a} libopengl0{a} libopenjp2-7{a} libopenmpt0t64{a} libopus0{a} libp11-kit-dev{a} libp11-kit0{a} libpango-1.0-0{a} libpangocairo-1.0-0{a} libpangoft2-1.0-0{a} libpcap-dev{a} libpcap0.8-dev{a} libpcap0.8t64{a} libpciaccess-dev{a} libpciaccess0{a} libpcre2-16-0{a} libpcre2-32-0{a} libpcre2-dev{a} libpcre2-posix3{a} libpgm-5.3-0t64{a} libpixman-1-0{a} libpkgconf7{a} libplutosvg-dev{a} libplutosvg0{a} libplutovg-dev{a} libplutovg1{a} libpng-dev{a} libpng16-16t64{a} libpopt0{a} libproc2-1{a} libproxy1v5{a} libpsl-dev{a} libpsl5t64{a} libpulse-dev{a} libpulse-mainloop-glib0{a} libpulse0{a} libpython3-stdlib{a} libpython3.14-minimal{a} libpython3.14-stdlib{a} libqt6concurrent6{a} libqt6core6t64{a} libqt6dbus6{a} libqt6designer6{a} libqt6designercomponents6{a} libqt6gui6{a} libqt6help6{a} libqt6labsplatform6{a} libqt6labssynchronizer6{a} libqt6network6{a} libqt6opengl6{a} libqt6openglwidgets6{a} libqt6printsupport6{a} libqt6qml6{a} libqt6qmlcompiler6{a} libqt6qmlmeta6{a} libqt6qmlmodels6{a} libqt6qmlnetwork6{a} libqt6qmlworkerscript6{a} libqt6quick6{a} libqt6quickcontrols2-6{a} libqt6quickshapes6{a} libqt6quickshapesdesignhelpers6{a} libqt6quicktemplates2-6{a} libqt6quicktest6{a} libqt6quickvectorimage6{a} libqt6quickvectorimagegenerator6{a} libqt6quickvectorimagehelpers6{a} libqt6quickwidgets6{a} libqt6sql6{a} libqt6sql6-sqlite{a} libqt6svg6{a} libqt6svgwidgets6{a} libqt6test6{a} libqt6uitools6{a} libqt6waylandclient6{a} libqt6widgets6{a} libqt6wlshellintegration6{a} libqt6xml6{a} librabbitmq4{a} librav1e0.8{a} librcheevos-dev{a} libreadline8t64{a} librhash1{a} librist4{a} librsvg2-2{a} librtmp-dev{a} librtmp1{a} libsamplerate0{a} libsasl2-2{a} libsasl2-modules-db{a} libsdl3-0{a} libsdl3-dev{a} libselinux-dev{a} libsensors-config{a} libsensors5{a} libsepol-dev{a} libshaderc-dev{a} libshaderc1{a} libsharpyuv-dev{a} libsharpyuv0{a} libshine3{a} libsimpleini-dev{a} libsimpleini1t64{a} libsm-dev{a} libsm6{a} libsmbclient0{a} libsnappy1v5{a} libsndfile1{a} libsndio7.0{a} libsodium26{a} libsoundtouch-dev{a} libsoundtouch1{a} libsoxr0{a} libspdlog1.15{a} libspeex-dev{a} libspeex1{a} libspeexdsp-dev{a} libspeexdsp1{a} libsrt1.5-gnutls{a} libssh-4{a} libssh2-1-dev{a} libssh2-1t64{a} libssl-dev{a} libsvtav1enc4{a} libswresample-dev{a} libswresample7{a} libswscale-dev{a} libswscale10{a} libsysprof-capture-4-dev{a} libsystemd-dev{a} libtalloc2{a} libtasn1-6{a} libtasn1-6-dev{a} libtdb1{a} libtevent0t64{a} libthai-data{a} libthai0{a} libtheoradec2{a} libtheoraenc2{a} libtirpc-common{a} libtirpc3t64{a} libts0t64{a} libtwolame0{a} libudev-dev{a} libudfread3{a} libunbound8{a} libunistring-dev{a} libuv1t64{a} libva-drm2{a} libva-x11-2{a} libva2{a} libvdpau1{a} libvo-amrwbenc0{a} libvorbis0a{a} libvorbisenc2{a} libvorbisfile3{a} libvpl2{a} libvpx12{a} libvulkan-dev{a} libvulkan-memory-allocator-dev{a} libvulkan1{a} libwacom-common{a} libwacom-dev{a} libwacom9{a} libwayland-bin{a} libwayland-client0{a} libwayland-cursor0{a} libwayland-dev{a} libwayland-egl1{a} libwayland-server0{a} libwbclient0{a} libwebp-dev{a} libwebp7{a} libwebpdecoder3{a} libwebpdemux2{a} libwebpmux3{a} libx11-6{a} libx11-data{a} libx11-dev{a} libx11-xcb1{a} libx264-165{a} libx265-216{a} libxau-dev{a} libxau6{a} libxbyak-dev{a} libxcb-cursor0{a} libxcb-dri3-0{a} libxcb-glx0{a} libxcb-icccm4{a} libxcb-image0{a} libxcb-keysyms1{a} libxcb-present0{a} libxcb-randr0{a} libxcb-render-util0{a} libxcb-render0{a} libxcb-shape0{a} libxcb-shm0{a} libxcb-sync1{a} libxcb-util1{a} libxcb-xfixes0{a} libxcb-xinput0{a} libxcb-xkb1{a} libxcb1{a} libxcb1-dev{a} libxcursor-dev{a} libxcursor1{a} libxdmcp-dev{a} libxdmcp6{a} libxext-dev{a} libxext6{a} libxfixes-dev{a} libxfixes3{a} libxi-dev{a} libxi6{a} libxinerama-dev{a} libxinerama1{a} libxkbcommon-dev{a} libxkbcommon-x11-0{a} libxkbcommon0{a} libxrandr-dev{a} libxrandr2{a} libxrender-dev{a} libxrender1{a} libxshmfence1{a} libxss-dev{a} libxss1{a} libxt-dev{a} libxt6t64{a} libxtst-dev{a} libxtst6{a} libxv-dev{a} libxv1{a} libxvidcore4{a} libxxf86vm-dev{a} libxxf86vm1{a} libxxhash-dev{a} libz3-4{a} libzip-dev{a} libzip5{a} libzmq5{a} libzstd-dev{a} libzvbi-common{a} libzvbi0t64{a} libzycore-dev{a} libzycore1.5{a} libzydis-dev{a} libzydis4.1{a} linguist-qt6{a} media-types{a} mesa-libgallium{a} native-architecture{a} netbase{a} nettle-dev{a} ocl-icd-libopencl1{a} pci.ids{a} pkgconf{a} pkgconf-bin{a} procps{a} python3{a} python3-minimal{a} python3-packaging{a} python3.14{a} python3.14-minimal{a} qdbus-qt6{a} qdoc-qt6{a} qmake6{a} qmake6-bin{a} qml6-module-qml{a} qml6-module-qmltime{a} qml6-module-qt-labs-animation{a} qml6-module-qt-labs-assetdownloader{a} qml6-module-qt-labs-folderlistmodel{a} qml6-module-qt-labs-platform{a} qml6-module-qt-labs-qmlmodels{a} qml6-module-qt-labs-settings{a} qml6-module-qt-labs-sharedimage{a} qml6-module-qt-labs-synchronizer{a} qml6-module-qt-labs-wavefrontmesh{a} qml6-module-qtcore{a} qml6-module-qtnetwork{a} qml6-module-qtqml{a} qml6-module-qtqml-models{a} qml6-module-qtqml-workerscript{a} qml6-module-qtqml-xmllistmodel{a} qml6-module-qtquick{a} qml6-module-qtquick-controls{a} qml6-module-qtquick-dialogs{a} qml6-module-qtquick-effects{a} qml6-module-qtquick-layouts{a} qml6-module-qtquick-localstorage{a} qml6-module-qtquick-particles{a} qml6-module-qtquick-shapes{a} qml6-module-qtquick-shapes-designhelpers{a} qml6-module-qtquick-templates{a} qml6-module-qtquick-tooling{a} qml6-module-qtquick-vectorimage{a} qml6-module-qtquick-vectorimage-helpers{a} qml6-module-qtquick-window{a} qml6-module-qttest{a} qt6-base-dev{a} qt6-base-dev-tools{a} qt6-base-private-dev{a} qt6-declarative-dev{a} qt6-declarative-dev-tools{a} qt6-documentation-tools{a} qt6-l10n-tools{a} qt6-qmllint-plugins{a} qt6-qmlls-plugins{a} qt6-qmltooling-plugins{a} qt6-qpa-plugins{a} qt6-svg-dev{a} qt6-tools-dev{a} qt6-tools-dev-tools{a} qtpaths6{a} qtpaths6-bin{a} rapidjson-dev{a} readline-common{a} samba-libs{a} sbuild-build-depends-main-dummy sgml-base{a} shared-mime-info{a} spirv-headers{a} spirv-tools-dev{a} spirv-tools-headers{a} tzdata{a} uuid-dev{a} x11-common{a} x11proto-dev{a} xkb-data{a} xml-core{a} xorg-sgml-doctools{a} xtrans-dev{a} zipcmp{a} zipmerge{a} ziptool{a} zlib1g-dev{a}
The following packages are RECOMMENDED but will NOT be installed:
alsa-topology-conf alsa-ucm-conf bzip2-doc krb5-locales libaacs0 libcubeb-doc libdecor-0-plugin-1-cairo libdecor-0-plugin-1-gtk libheif-plugin-aomenc libheif-plugin-rav1e libheif-plugin-svtenc libheif-plugin-x265 libldap-common libpng-tools librsvg2-common libsasl2-modules libtasn1-doc libzycore-doc linux-sysctl-defaults mesa-vulkan-drivers psmisc publicsuffix qt6-gtk-platformtheme qt6-svg-plugins qt6-translations-l10n qt6-wayland xdg-user-dirs
0 packages upgraded, 537 newly installed, 0 to remove and 0 not upgraded.
Need to get 289 MB of archives. After unpacking 1238 MB will be used.
Writing extended state information...
Get: 1 copy:/build/pcsx2-Nz2KWJ/resolver-UJqmqB/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1160 B]
Get: 2 https://rigel.ramacher.at/acng/debian unstable/main amd64 libexpat1 amd64 2.8.3-1 [127 kB]
Get: 3 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpython3.14-minimal amd64 3.14.7-1 [899 kB]
Get: 4 https://rigel.ramacher.at/acng/debian unstable/main amd64 python3.14-minimal amd64 3.14.7-1 [2714 kB]
Get: 5 https://rigel.ramacher.at/acng/debian unstable/main amd64 python3-minimal amd64 3.14.6-1 [25.1 kB]
Get: 6 https://rigel.ramacher.at/acng/debian unstable/main amd64 media-types all 14.0.0 [30.8 kB]
Get: 7 https://rigel.ramacher.at/acng/debian unstable/main amd64 netbase all 6.5 [12.4 kB]
Get: 8 https://rigel.ramacher.at/acng/debian unstable/main amd64 tzdata all 2026c-1 [260 kB]
Get: 9 https://rigel.ramacher.at/acng/debian unstable/main amd64 libffi8 amd64 3.8.0-1 [32.4 kB]
Get: 10 https://rigel.ramacher.at/acng/debian unstable/main amd64 readline-common all 8.3-4 [74.8 kB]
Get: 11 https://rigel.ramacher.at/acng/debian unstable/main amd64 libreadline8t64 amd64 8.3-4 [181 kB]
Get: 12 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpython3.14-stdlib amd64 3.14.7-1 [2356 kB]
Get: 13 https://rigel.ramacher.at/acng/debian unstable/main amd64 python3.14 amd64 3.14.7-1 [861 kB]
Get: 14 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpython3-stdlib amd64 3.14.6-1 [8108 B]
Get: 15 https://rigel.ramacher.at/acng/debian unstable/main amd64 python3 amd64 3.14.6-1 [25.1 kB]
Get: 16 https://rigel.ramacher.at/acng/debian unstable/main amd64 libproc2-1 amd64 2:4.0.7-1 [73.0 kB]
Get: 17 https://rigel.ramacher.at/acng/debian unstable/main amd64 procps amd64 2:4.0.7-1 [989 kB]
Get: 18 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglib2.0-0t64 amd64 2.88.3-3 [1603 kB]
Get: 19 https://rigel.ramacher.at/acng/debian unstable/main amd64 shared-mime-info amd64 2.4-5+b3 [758 kB]
Get: 20 https://rigel.ramacher.at/acng/debian unstable/main amd64 libb2-1 amd64 0.98.1-1.1+b3 [42.0 kB]
Get: 21 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdouble-conversion3 amd64 3.4.0-1+b1 [40.7 kB]
Get: 22 https://rigel.ramacher.at/acng/debian unstable/main amd64 libicu78 amd64 78.3-2 [10.0 MB]
Get: 23 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpcre2-16-0 amd64 10.46-1+b2 [280 kB]
Get: 24 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6core6t64 amd64 6.10.2+dfsg-16 [2009 kB]
Get: 25 https://rigel.ramacher.at/acng/debian unstable/main amd64 libbrotli1 amd64 1.2.0-3 [320 kB]
Get: 26 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpng16-16t64 amd64 1.6.58-1 [289 kB]
Get: 27 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfreetype6 amd64 2.14.3+dfsg-2 [492 kB]
Get: 28 https://rigel.ramacher.at/acng/debian unstable/main amd64 fonts-dejavu-mono all 2.37-9 [488 kB]
Get: 29 https://rigel.ramacher.at/acng/debian unstable/main amd64 fonts-dejavu-core all 2.37-9 [840 kB]
Get: 30 https://rigel.ramacher.at/acng/debian unstable/main amd64 fontconfig-config amd64 2.17.1-5 [56.1 kB]
Get: 31 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfontconfig1 amd64 2.17.1-5 [132 kB]
Get: 32 https://rigel.ramacher.at/acng/debian unstable/main amd64 fontconfig amd64 2.17.1-5 [191 kB]
Get: 33 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdrm-common all 2.4.134-3 [7860 B]
Get: 34 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdrm2 amd64 2.4.134-3 [38.5 kB]
Get: 35 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglvnd0 amd64 1.7.0-3+b1 [54.3 kB]
Get: 36 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdrm-amdgpu1 amd64 2.4.134-3 [23.3 kB]
Get: 37 https://rigel.ramacher.at/acng/debian unstable/main amd64 pci.ids all 0.0~2026.07.21-1 [285 kB]
Get: 38 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpciaccess0 amd64 0.19-2 [18.5 kB]
Get: 39 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdrm-intel1 amd64 2.4.134-3 [64.2 kB]
Get: 40 https://rigel.ramacher.at/acng/debian unstable/main amd64 libedit2 amd64 3.1-20260512-1 [93.6 kB]
Get: 41 https://rigel.ramacher.at/acng/debian unstable/main amd64 libz3-4 amd64 4.13.3-1.1 [8644 kB]
Get: 42 https://rigel.ramacher.at/acng/debian unstable/main amd64 libllvm21 amd64 1:21.1.8-10 [28.2 MB]
Get: 43 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsensors-config all 1:3.6.2-2 [16.2 kB]
Get: 44 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsensors5 amd64 1:3.6.2-2+b2 [37.2 kB]
Get: 45 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxau6 amd64 1:1.0.11-1+b2 [20.7 kB]
Get: 46 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxdmcp6 amd64 1:1.1.5-2+b1 [28.2 kB]
Get: 47 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb1 amd64 1.17.0-2+b2 [144 kB]
Get: 48 https://rigel.ramacher.at/acng/debian unstable/main amd64 libx11-data all 2:1.8.13-1 [346 kB]
Get: 49 https://rigel.ramacher.at/acng/debian unstable/main amd64 libx11-6 amd64 2:1.8.13-1 [829 kB]
Get: 50 https://rigel.ramacher.at/acng/debian unstable/main amd64 libx11-xcb1 amd64 2:1.8.13-1 [250 kB]
Get: 51 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-dri3-0 amd64 1.17.0-2+b2 [107 kB]
Get: 52 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-present0 amd64 1.17.0-2+b2 [106 kB]
Get: 53 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-randr0 amd64 1.17.0-2+b2 [117 kB]
Get: 54 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-sync1 amd64 1.17.0-2+b2 [109 kB]
Get: 55 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-xfixes0 amd64 1.17.0-2+b2 [109 kB]
Get: 56 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxshmfence1 amd64 1.3.3-1+b2 [11.2 kB]
Get: 57 https://rigel.ramacher.at/acng/debian unstable/main amd64 mesa-libgallium amd64 26.1.6-1 [11.7 MB]
Get: 58 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgbm1 amd64 26.1.6-1 [55.5 kB]
Get: 59 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwayland-client0 amd64 1.26.0-1 [29.4 kB]
Get: 60 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-shm0 amd64 1.17.0-2+b2 [105 kB]
Get: 61 https://rigel.ramacher.at/acng/debian unstable/main amd64 libegl-mesa0 amd64 26.1.6-1 [138 kB]
Get: 62 https://rigel.ramacher.at/acng/debian unstable/main amd64 libegl1 amd64 1.7.0-3+b1 [35.0 kB]
Get: 63 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvulkan1 amd64 1.4.357.0-1 [150 kB]
Get: 64 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgl1-mesa-dri amd64 26.1.6-1 [45.1 kB]
Get: 65 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-glx0 amd64 1.17.0-2+b2 [122 kB]
Get: 66 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxext6 amd64 2:1.3.4-1+b4 [50.7 kB]
Get: 67 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxxf86vm1 amd64 1:1.1.4-2+b1 [20.2 kB]
Get: 68 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglx-mesa0 amd64 26.1.6-1 [130 kB]
Get: 69 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglx0 amd64 1.7.0-3+b1 [34.9 kB]
Get: 70 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgraphite2-3 amd64 1.3.15-2 [75.8 kB]
Get: 71 https://rigel.ramacher.at/acng/debian unstable/main amd64 libharfbuzz0b amd64 12.3.2-2+b2 [513 kB]
Get: 72 https://rigel.ramacher.at/acng/debian unstable/main amd64 x11-common all 1:7.7+26 [217 kB]
Get: 73 https://rigel.ramacher.at/acng/debian unstable/main amd64 libice6 amd64 2:1.1.1-1+b2 [66.8 kB]
Get: 74 https://rigel.ramacher.at/acng/debian unstable/main amd64 libevdev2 amd64 1.13.6+dfsg-3 [31.9 kB]
Get: 75 https://rigel.ramacher.at/acng/debian unstable/main amd64 libmtdev1t64 amd64 1.1.7-1+b2 [23.2 kB]
Get: 76 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgudev-1.0-0 amd64 238-7+b2 [14.4 kB]
Get: 77 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwacom-common all 2.18.0-1 [117 kB]
Get: 78 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwacom9 amd64 2.18.0-1 [27.0 kB]
Get: 79 https://rigel.ramacher.at/acng/debian unstable/main amd64 libinput-bin amd64 1.31.3-1 [28.0 kB]
Get: 80 https://rigel.ramacher.at/acng/debian unstable/main amd64 libinput10 amd64 1.31.3-1 [160 kB]
Get: 81 https://rigel.ramacher.at/acng/debian unstable/main amd64 libjpeg62-turbo amd64 1:3.1.3-4 [213 kB]
Get: 82 https://rigel.ramacher.at/acng/debian unstable/main amd64 libmd4c0 amd64 0.5.3-1 [49.5 kB]
Get: 83 https://rigel.ramacher.at/acng/debian unstable/main amd64 libopengl0 amd64 1.7.0-3+b1 [30.4 kB]
Get: 84 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdbus-1-3 amd64 1.16.2-5+b1 [176 kB]
Get: 85 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6dbus6 amd64 6.10.2+dfsg-16 [290 kB]
Get: 86 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsm6 amd64 2:1.2.6-1+b2 [37.9 kB]
Get: 87 https://rigel.ramacher.at/acng/debian unstable/main amd64 libts0t64 amd64 1.22-1.1+b2 [61.9 kB]
Get: 88 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-util1 amd64 0.4.1-1+b2 [23.8 kB]
Get: 89 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-image0 amd64 0.4.0-2+b3 [22.3 kB]
Get: 90 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-render0 amd64 1.17.0-2+b2 [115 kB]
Get: 91 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-render-util0 amd64 0.3.10-1+b2 [18.7 kB]
Get: 92 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-cursor0 amd64 0.1.6-1 [17.8 kB]
Get: 93 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-icccm4 amd64 0.4.2-1+b2 [27.7 kB]
Get: 94 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-keysyms1 amd64 0.4.1-1+b2 [17.0 kB]
Get: 95 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-shape0 amd64 1.17.0-2+b2 [106 kB]
Get: 96 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-xinput0 amd64 1.17.0-2+b2 [130 kB]
Get: 97 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb-xkb1 amd64 1.17.0-2+b2 [130 kB]
Get: 98 https://rigel.ramacher.at/acng/debian unstable/main amd64 xkb-data all 2.48-1 [841 kB]
Get: 99 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxkbcommon0 amd64 1.13.1-1 [148 kB]
Get: 100 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxkbcommon-x11-0 amd64 1.13.1-1 [21.0 kB]
Get: 101 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6gui6 amd64 6.10.2+dfsg-16 [3492 kB]
Get: 102 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6sql6 amd64 6.10.2+dfsg-16 [156 kB]
Get: 103 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6widgets6 amd64 6.10.2+dfsg-16 [2790 kB]
Get: 104 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6help6 amd64 6.10.2-3 [187 kB]
Get: 105 https://rigel.ramacher.at/acng/debian unstable/main amd64 libavahi-common-data amd64 0.8-18 [113 kB]
Get: 106 https://rigel.ramacher.at/acng/debian unstable/main amd64 libavahi-common3 amd64 0.8-18 [45.2 kB]
Get: 107 https://rigel.ramacher.at/acng/debian unstable/main amd64 libavahi-client3 amd64 0.8-18 [49.2 kB]
Get: 108 https://rigel.ramacher.at/acng/debian unstable/main amd64 libidn2-0 amd64 2.3.8-5 [109 kB]
Get: 109 https://rigel.ramacher.at/acng/debian unstable/main amd64 libp11-kit0 amd64 0.26.4-1 [471 kB]
Get: 110 https://rigel.ramacher.at/acng/debian unstable/main amd64 libtasn1-6 amd64 4.21.0-2+b1 [49.3 kB]
Get: 111 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgnutls30t64 amd64 3.8.13-1 [1546 kB]
Get: 112 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkrb5support0 amd64 1.22.1-3 [31.1 kB]
Get: 113 https://rigel.ramacher.at/acng/debian unstable/main amd64 libk5crypto3 amd64 1.22.1-3 [79.0 kB]
Get: 114 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkeyutils1 amd64 1.6.3-6+b2 [9348 B]
Get: 115 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkrb5-3 amd64 1.22.1-3 [335 kB]
Get: 116 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgssapi-krb5-2 amd64 1.22.1-3 [137 kB]
Get: 117 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcups2t64 amd64 2.4.18-1 [252 kB]
Get: 118 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6printsupport6 amd64 6.10.2+dfsg-16 [225 kB]
Get: 119 https://rigel.ramacher.at/acng/debian unstable/main amd64 assistant-qt6 amd64 6.10.2-3 [535 kB]
Get: 120 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcap2 amd64 1:2.78-1+b1 [28.8 kB]
Get: 121 https://rigel.ramacher.at/acng/debian unstable/main amd64 bubblewrap amd64 0.11.2-2 [49.7 kB]
Get: 122 https://rigel.ramacher.at/acng/debian unstable/main amd64 libarchive13t64 amd64 3.8.9-1 [364 kB]
Get: 123 https://rigel.ramacher.at/acng/debian unstable/main amd64 libnghttp3-9 amd64 1.17.0-1 [68.1 kB]
Get: 124 https://rigel.ramacher.at/acng/debian unstable/main amd64 libngtcp2-16 amd64 1.24.0-1 [145 kB]
Get: 125 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-11 [17.2 kB]
Get: 126 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-11 [55.2 kB]
Get: 127 https://rigel.ramacher.at/acng/debian unstable/main amd64 libldap2 amd64 2.6.14+dfsg-1 [200 kB]
Get: 128 https://rigel.ramacher.at/acng/debian unstable/main amd64 libnghttp2-14 amd64 1.70.0-1 [92.7 kB]
Get: 129 https://rigel.ramacher.at/acng/debian unstable/main amd64 libngtcp2-crypto-ossl0 amd64 1.24.0-1 [26.5 kB]
Get: 130 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpsl5t64 amd64 0.23.2-1 [61.6 kB]
Get: 131 https://rigel.ramacher.at/acng/debian unstable/main amd64 libssh2-1t64 amd64 1.11.1-5 [245 kB]
Get: 132 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcurl4t64 amd64 8.21.0-2 [422 kB]
Get: 133 https://rigel.ramacher.at/acng/debian unstable/main amd64 libjsoncpp26 amd64 1.9.8-2 [87.5 kB]
Get: 134 https://rigel.ramacher.at/acng/debian unstable/main amd64 librhash1 amd64 1.4.6-1.1+b1 [135 kB]
Get: 135 https://rigel.ramacher.at/acng/debian unstable/main amd64 libuv1t64 amd64 1.52.1-4 [158 kB]
Get: 136 https://rigel.ramacher.at/acng/debian unstable/main amd64 cmake amd64 4.3.4-1 [16.2 MB]
Get: 137 https://rigel.ramacher.at/acng/debian unstable/main amd64 comerr-dev amd64 2.1-1.47.4-1+b1 [51.2 kB]
Get: 138 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6opengl6 amd64 6.10.2+dfsg-16 [429 kB]
Get: 139 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6openglwidgets6 amd64 6.10.2+dfsg-16 [47.6 kB]
Get: 140 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6xml6 amd64 6.10.2+dfsg-16 [87.9 kB]
Get: 141 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6designer6 amd64 6.10.2-3 [2926 kB]
Get: 142 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6designercomponents6 amd64 6.10.2-3 [862 kB]
Get: 143 https://rigel.ramacher.at/acng/debian unstable/main amd64 libngtcp2-crypto-gnutls8 amd64 1.24.0-1 [23.9 kB]
Get: 144 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcurl4-gnutls amd64 8.21.0-2 [416 kB]
Get: 145 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcurl3t64-gnutls amd64 8.21.0-2 [17.0 kB]
Get: 146 https://rigel.ramacher.at/acng/debian unstable/main amd64 libduktape207 amd64 2.7.0-2+b3 [134 kB]
Get: 147 https://rigel.ramacher.at/acng/debian unstable/main amd64 libproxy1v5 amd64 0.5.12-1+b1 [24.6 kB]
Get: 148 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6network6 amd64 6.10.2+dfsg-16 [858 kB]
Get: 149 https://rigel.ramacher.at/acng/debian unstable/main amd64 designer-qt6 amd64 6.10.2-3 [178 kB]
Get: 150 https://rigel.ramacher.at/acng/debian unstable/main amd64 extra-cmake-modules amd64 6.28.0-1 [214 kB]
Get: 151 https://rigel.ramacher.at/acng/debian unstable/main amd64 gir1.2-glib-2.0 amd64 2.88.3-3 [180 kB]
Get: 152 https://rigel.ramacher.at/acng/debian unstable/main amd64 gir1.2-glib-2.0-dev amd64 2.88.3-3 [903 kB]
Get: 153 https://rigel.ramacher.at/acng/debian unstable/main amd64 gir1.2-gudev-1.0 amd64 238-7+b2 [5048 B]
Get: 154 https://rigel.ramacher.at/acng/debian unstable/main amd64 libibus-1.0-5 amd64 1.5.34-1 [480 kB]
Get: 155 https://rigel.ramacher.at/acng/debian unstable/main amd64 gir1.2-ibus-1.0 amd64 1.5.34-1 [387 kB]
Get: 156 https://rigel.ramacher.at/acng/debian unstable/main amd64 native-architecture all 0.2.6 [2264 B]
Get: 157 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgirepository-2.0-0 amd64 2.88.3-3 [130 kB]
Get: 158 https://rigel.ramacher.at/acng/debian unstable/main amd64 girepository-tools amd64 2.88.3-3 [137 kB]
Get: 159 https://rigel.ramacher.at/acng/debian unstable/main amd64 spirv-tools-headers all 2026.3~rc1-1 [62.7 kB]
Get: 160 https://rigel.ramacher.at/acng/debian unstable/main amd64 spirv-tools-dev amd64 2026.3~rc1-1 [2170 kB]
Get: 161 https://rigel.ramacher.at/acng/debian unstable/main amd64 glslang-dev amd64 16.4.0-1 [1556 kB]
Get: 162 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpixman-1-0 amd64 0.46.4-1+b2 [259 kB]
Get: 163 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxrender1 amd64 1:0.9.12-1+b2 [27.7 kB]
Get: 164 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcairo2 amd64 1.18.4-3+b1 [543 kB]
Get: 165 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsharpyuv0 amd64 1.5.0-0.1+b2 [115 kB]
Get: 166 https://rigel.ramacher.at/acng/debian unstable/main amd64 libde265-0 amd64 1.1.1-1 [201 kB]
Get: 167 https://rigel.ramacher.at/acng/debian unstable/main amd64 libheif-plugin-libde265 amd64 1.23.1-1 [17.3 kB]
Get: 168 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdav1d7 amd64 1.5.4-1 [583 kB]
Get: 169 https://rigel.ramacher.at/acng/debian unstable/main amd64 libheif-plugin-dav1d amd64 1.23.1-1 [19.8 kB]
Get: 170 https://rigel.ramacher.at/acng/debian unstable/main amd64 libheif1 amd64 1.23.1-1 [761 kB]
Get: 171 https://rigel.ramacher.at/acng/debian unstable/main amd64 libhwy1t64 amd64 1.3.0-5.1 [694 kB]
Get: 172 https://rigel.ramacher.at/acng/debian unstable/main amd64 liblcms2-2 amd64 2.19.1-1 [164 kB]
Get: 173 https://rigel.ramacher.at/acng/debian unstable/main amd64 libjxl0.11 amd64 0.11.2-5 [1256 kB]
Get: 174 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcairo-gobject2 amd64 1.18.4-3+b1 [129 kB]
Get: 175 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglycin-2-0 amd64 2.1.5+ds-2 [1393 kB]
Get: 176 https://rigel.ramacher.at/acng/debian unstable/main amd64 glycin-thumbnailers amd64 2.1.5+ds-2 [215 kB]
Get: 177 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgdk-pixbuf2.0-common all 2.44.7+dfsg-1 [316 kB]
Get: 178 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgdk-pixbuf-2.0-0 amd64 2.44.7+dfsg-1 [96.4 kB]
Get: 179 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfribidi0 amd64 1.0.16-5+b1 [26.2 kB]
Get: 180 https://rigel.ramacher.at/acng/debian unstable/main amd64 libthai-data all 0.1.30-3 [172 kB]
Get: 181 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdatrie1 amd64 0.2.14-2 [39.1 kB]
Get: 182 https://rigel.ramacher.at/acng/debian unstable/main amd64 libthai0 amd64 0.1.30-3 [51.7 kB]
Get: 183 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpango-1.0-0 amd64 1.58.0-1 [225 kB]
Get: 184 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpangoft2-1.0-0 amd64 1.58.0-1 [53.1 kB]
Get: 185 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpangocairo-1.0-0 amd64 1.58.0-1 [34.2 kB]
Get: 186 https://rigel.ramacher.at/acng/debian unstable/main amd64 librsvg2-2 amd64 2.62.1+dfsg-1 [1828 kB]
Get: 187 https://rigel.ramacher.at/acng/debian unstable/main amd64 glycin-loaders amd64 2.1.5+ds-2 [2733 kB]
Get: 188 https://rigel.ramacher.at/acng/debian unstable/main amd64 googletest all 1.17.0-1 [522 kB]
Get: 189 https://rigel.ramacher.at/acng/debian unstable/main amd64 icu-devtools amd64 78.3-2 [212 kB]
Get: 190 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgssrpc4t64 amd64 1.22.1-3 [58.3 kB]
Get: 191 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkadm5clnt-mit12 amd64 1.22.1-3 [40.3 kB]
Get: 192 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkdb5-10t64 amd64 1.22.1-3 [41.3 kB]
Get: 193 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkadm5srv-mit12 amd64 1.22.1-3 [54.1 kB]
Get: 194 https://rigel.ramacher.at/acng/debian unstable/main amd64 krb5-multidev amd64 1.22.1-3 [125 kB]
Get: 195 https://rigel.ramacher.at/acng/debian unstable/main amd64 libaom3 amd64 3.14.1-1 [1923 kB]
Get: 196 https://rigel.ramacher.at/acng/debian unstable/main amd64 libaribb24-0t64 amd64 1.0.3-3+b1 [27.5 kB]
Get: 197 https://rigel.ramacher.at/acng/debian unstable/main amd64 libasound2-data all 1.2.16.1-1 [19.4 kB]
Get: 198 https://rigel.ramacher.at/acng/debian unstable/main amd64 libasound2t64 amd64 1.2.16.1-1 [397 kB]
Get: 199 https://rigel.ramacher.at/acng/debian unstable/main amd64 libasound2-dev amd64 1.2.16.1-1 [119 kB]
Get: 200 https://rigel.ramacher.at/acng/debian unstable/main amd64 libasyncns0 amd64 0.8-8 [12.4 kB]
Get: 201 https://rigel.ramacher.at/acng/debian unstable/main amd64 libva2 amd64 2.24.1-2 [83.5 kB]
Get: 202 https://rigel.ramacher.at/acng/debian unstable/main amd64 libva-drm2 amd64 2.24.1-2 [18.0 kB]
Get: 203 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxfixes3 amd64 1:6.0.0-2+b5 [20.3 kB]
Get: 204 https://rigel.ramacher.at/acng/debian unstable/main amd64 libva-x11-2 amd64 2.24.1-2 [22.9 kB]
Get: 205 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvdpau1 amd64 1.5-4+b1 [26.1 kB]
Get: 206 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvpl2 amd64 1:2.16.0-1 [135 kB]
Get: 207 https://rigel.ramacher.at/acng/debian unstable/main amd64 ocl-icd-libopencl1 amd64 2.3.4-1+b1 [42.8 kB]
Get: 208 https://rigel.ramacher.at/acng/debian experimental/main amd64 libavutil61 amd64 7:9.0-1+b1 [459 kB]
Get: 209 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcodec2-1.2 amd64 1.2.0-5 [8195 kB]
Get: 210 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgsm1 amd64 1.0.24-1 [29.3 kB]
Get: 211 https://rigel.ramacher.at/acng/debian unstable/main amd64 libmpg123-0t64 amd64 1.33.7-1 [154 kB]
Get: 212 https://rigel.ramacher.at/acng/debian unstable/main amd64 libmp3lame0 amd64 4.0-1 [289 kB]
Get: 213 https://rigel.ramacher.at/acng/debian unstable/main amd64 libopencore-amrnb0 amd64 0.1.6-1+b3 [98.7 kB]
Get: 214 https://rigel.ramacher.at/acng/debian unstable/main amd64 libopencore-amrwb0 amd64 0.1.6-1+b3 [55.5 kB]
Get: 215 https://rigel.ramacher.at/acng/debian unstable/main amd64 libopenjp2-7 amd64 2.5.4-1.1 [205 kB]
Get: 216 https://rigel.ramacher.at/acng/debian unstable/main amd64 libopus0 amd64 1.6.1-1+b1 [3484 kB]
Get: 217 https://rigel.ramacher.at/acng/debian unstable/main amd64 librav1e0.8 amd64 0.8.1-11 [966 kB]
Get: 218 https://rigel.ramacher.at/acng/debian unstable/main amd64 libshine3 amd64 3.1.1-4 [22.9 kB]
Get: 219 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsnappy1v5 amd64 1.2.2-2+b2 [29.0 kB]
Get: 220 https://rigel.ramacher.at/acng/debian unstable/main amd64 libspeex1 amd64 1.2.1-3+b2 [59.5 kB]
Get: 221 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsvtav1enc4 amd64 4.1.0+dfsg-1 [2414 kB]
Get: 222 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsoxr0 amd64 0.1.3-4.1+b1 [81.3 kB]
Get: 223 https://rigel.ramacher.at/acng/debian experimental/main amd64 libswresample7 amd64 7:9.0-1+b1 [106 kB]
Get: 224 https://rigel.ramacher.at/acng/debian unstable/main amd64 libtheoradec2 amd64 1.2.0+dfsg-6+b2 [58.6 kB]
Get: 225 https://rigel.ramacher.at/acng/debian unstable/main amd64 libogg0 amd64 1.3.6-2+b1 [24.0 kB]
Get: 226 https://rigel.ramacher.at/acng/debian unstable/main amd64 libtheoraenc2 amd64 1.2.0+dfsg-6+b2 [117 kB]
Get: 227 https://rigel.ramacher.at/acng/debian unstable/main amd64 libtwolame0 amd64 0.4.0-3 [50.9 kB]
Get: 228 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvo-amrwbenc0 amd64 0.1.3-2+b3 [75.3 kB]
Get: 229 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvorbis0a amd64 1.3.7-3+b2 [93.2 kB]
Get: 230 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvorbisenc2 amd64 1.3.7-3+b2 [76.1 kB]
Get: 231 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvpx12 amd64 1.16.0-3 [1172 kB]
Get: 232 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwebp7 amd64 1.5.0-0.1+b2 [335 kB]
Get: 233 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwebpmux3 amd64 1.5.0-0.1+b2 [126 kB]
Get: 234 https://rigel.ramacher.at/acng/debian unstable/main amd64 libx264-165 amd64 2:0.165.3223+git20250910.0480cb0-1 [555 kB]
Get: 235 https://rigel.ramacher.at/acng/debian unstable/main amd64 libnuma1 amd64 2.0.19-1+b2 [22.0 kB]
Get: 236 https://rigel.ramacher.at/acng/debian unstable/main amd64 libx265-216 amd64 4.2-3 [1241 kB]
Get: 237 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxvidcore4 amd64 2:1.3.7-3+b2 [249 kB]
Get: 238 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzvbi-common all 0.2.45-1 [70.8 kB]
Get: 239 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzvbi0t64 amd64 0.2.45-1 [289 kB]
Get: 240 https://rigel.ramacher.at/acng/debian experimental/main amd64 libavcodec-extra63 amd64 7:9.0-1+b1 [7742 kB]
Get: 241 https://rigel.ramacher.at/acng/debian experimental/main amd64 libavutil-dev amd64 7:9.0-1+b1 [626 kB]
Get: 242 https://rigel.ramacher.at/acng/debian experimental/main amd64 libswresample-dev amd64 7:9.0-1+b1 [121 kB]
Get: 243 https://rigel.ramacher.at/acng/debian experimental/main amd64 libavcodec-dev amd64 7:9.0-1+b1 [8453 kB]
Get: 244 https://rigel.ramacher.at/acng/debian unstable/main amd64 libudfread3 amd64 1.2.0-3 [16.7 kB]
Get: 245 https://rigel.ramacher.at/acng/debian unstable/main amd64 libbluray4 amd64 1:1.5.0-3 [139 kB]
Get: 246 https://rigel.ramacher.at/acng/debian unstable/main amd64 libchromaprint1 amd64 1.6.1-1 [46.5 kB]
Get: 247 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdvdread8t64 amd64 7.1.1-1 [66.4 kB]
Get: 248 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdvdnav4 amd64 7.0.0-2+b1 [45.8 kB]
Get: 249 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgme0 amd64 0.6.4-1+b1 [145 kB]
Get: 250 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvorbisfile3 amd64 1.3.7-3+b2 [21.0 kB]
Get: 251 https://rigel.ramacher.at/acng/debian unstable/main amd64 libopenmpt0t64 amd64 0.8.7-1 [932 kB]
Get: 252 https://rigel.ramacher.at/acng/debian unstable/main amd64 librabbitmq4 amd64 0.17.0-1 [43.1 kB]
Get: 253 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcjson1 amd64 1.7.19-2+b1 [30.4 kB]
Get: 254 https://rigel.ramacher.at/acng/debian unstable/main amd64 librist4 amd64 0.2.20+dfsg-1 [142 kB]
Get: 255 https://rigel.ramacher.at/acng/debian unstable/main amd64 liblmdb0 amd64 0.9.35-1 [45.8 kB]
Get: 256 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main amd64 libtalloc2 amd64 2:2.4.4+samba4.24.6+dfsg-1 [47.6 kB]
Get: 257 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main amd64 libtdb1 amd64 2:1.4.15+samba4.24.6+dfsg-1 [68.6 kB]
Get: 258 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main amd64 libtevent0t64 amd64 2:0.17.1+samba4.24.6+dfsg-1 [62.5 kB]
Get: 259 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main amd64 libldb2 amd64 2:2.11.0+samba4.24.6+dfsg-1 [173 kB]
Get: 260 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpopt0 amd64 1.19+dfsg-2+b2 [43.8 kB]
Get: 261 https://rigel.ramacher.at/acng/debian unstable/main amd64 libtirpc-common all 1.3.7+ds-1 [10.0 kB]
Get: 262 https://rigel.ramacher.at/acng/debian unstable/main amd64 libtirpc3t64 amd64 1.3.7+ds-1 [82.9 kB]
Get: 263 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main amd64 libwbclient0 amd64 2:4.24.6+dfsg-1 [54.4 kB]
Get: 264 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main amd64 samba-libs amd64 2:4.24.6+dfsg-1 [6432 kB]
Get: 265 https://rigel.ramacher.at/acng/debian-buildd buildd-unstable/main amd64 libsmbclient0 amd64 2:4.24.6+dfsg-1 [85.0 kB]
Get: 266 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsrt1.5-gnutls amd64 1.5.6-1 [353 kB]
Get: 267 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcbor0.10 amd64 0.10.2-2.2 [29.0 kB]
Get: 268 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfido2-1 amd64 1.17.0-2 [80.5 kB]
Get: 269 https://rigel.ramacher.at/acng/debian unstable/main amd64 libssh-4 amd64 0.12.2-1 [254 kB]
Get: 270 https://rigel.ramacher.at/acng/debian unstable/main amd64 libnorm1t64 amd64 1.5.9+dfsg-4+b1 [225 kB]
Get: 271 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpgm-5.3-0t64 amd64 5.3.128~dfsg-3 [163 kB]
Get: 272 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsodium26 amd64 1.0.22-2 [210 kB]
Get: 273 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzmq5 amd64 4.3.5-1+b7 [297 kB]
Get: 274 https://rigel.ramacher.at/acng/debian experimental/main amd64 libavformat-extra63 amd64 7:9.0-1+b1 [1369 kB]
Get: 275 https://rigel.ramacher.at/acng/debian experimental/main amd64 libavformat-dev amd64 7:9.0-1+b1 [1593 kB]
Get: 276 https://rigel.ramacher.at/acng/debian unstable/main amd64 libbacktrace0 amd64 0.1-4+b2 [39.8 kB]
Get: 277 https://rigel.ramacher.at/acng/debian unstable/main amd64 libbacktrace-dev amd64 0.1-4+b2 [43.9 kB]
Get: 278 https://rigel.ramacher.at/acng/debian unstable/main amd64 uuid-dev amd64 2.42.2-2 [45.0 kB]
Get: 279 https://rigel.ramacher.at/acng/debian unstable/main amd64 libblkid-dev amd64 2.42.2-2 [212 kB]
Get: 280 https://rigel.ramacher.at/acng/debian unstable/main amd64 libbrotli-dev amd64 1.2.0-3 [324 kB]
Get: 281 https://rigel.ramacher.at/acng/debian unstable/main amd64 libbz2-dev amd64 1.0.8-6+b2 [33.6 kB]
Get: 282 https://rigel.ramacher.at/acng/debian unstable/main amd64 libchdr0 amd64 0.3.0+dfsg-1 [70.9 kB]
Get: 283 https://rigel.ramacher.at/acng/debian unstable/main amd64 libchdr-dev amd64 0.3.0+dfsg-1 [13.5 kB]
Get: 284 https://rigel.ramacher.at/acng/debian unstable/main amd64 libclang-cpp21 amd64 1:21.1.8-10 [12.8 MB]
Get: 285 https://rigel.ramacher.at/acng/debian unstable/main amd64 libclang1-21 amd64 1:21.1.8-10 [7701 kB]
Get: 286 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcpuinfo0 amd64 0.0~git20250905.877328f-1+b1 [22.5 kB]
Get: 287 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcpuinfo-dev amd64 0.0~git20250905.877328f-1+b1 [20.0 kB]
Get: 288 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsamplerate0 amd64 0.2.2-4+b3 [954 kB]
Get: 289 https://rigel.ramacher.at/acng/debian unstable/main amd64 libjack-jackd2-0 amd64 1.9.22~dfsg-6 [284 kB]
Get: 290 https://rigel.ramacher.at/acng/debian unstable/main amd64 libflac14 amd64 1.5.0+ds-5+b1 [179 kB]
Get: 291 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsndfile1 amd64 1.2.2-4+b1 [205 kB]
Get: 292 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpulse0 amd64 17.0+dfsg1-2.1+b2 [272 kB]
Get: 293 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsndio7.0 amd64 1.10.0-0.2+b2 [27.7 kB]
Get: 294 https://rigel.ramacher.at/acng/debian unstable/main amd64 libspeexdsp1 amd64 1.2.1-4 [43.9 kB]
Get: 295 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcubeb0 amd64 0.0~git20250401.975a727+ds-1+b2 [48.2 kB]
Get: 296 https://rigel.ramacher.at/acng/debian unstable/main amd64 libspeexdsp-dev amd64 1.2.1-4 [53.1 kB]
Get: 297 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcubeb-dev amd64 0.0~git20250401.975a727+ds-1+b2 [15.0 kB]
Get: 298 https://rigel.ramacher.at/acng/debian unstable/main amd64 libidn2-dev amd64 2.3.8-5 [102 kB]
Get: 299 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkrb5-dev amd64 1.22.1-3 [14.0 kB]
Get: 300 https://rigel.ramacher.at/acng/debian unstable/main amd64 libldap-dev amd64 2.6.14+dfsg-1 [321 kB]
Get: 301 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpkgconf7 amd64 2.5.1-4 [47.8 kB]
Get: 302 https://rigel.ramacher.at/acng/debian unstable/main amd64 pkgconf-bin amd64 2.5.1-4 [35.9 kB]
Get: 303 https://rigel.ramacher.at/acng/debian unstable/main amd64 pkgconf amd64 2.5.1-4 [33.6 kB]
Get: 304 https://rigel.ramacher.at/acng/debian unstable/main amd64 libnghttp2-dev amd64 1.70.0-1 [131 kB]
Get: 305 https://rigel.ramacher.at/acng/debian unstable/main amd64 libnghttp3-dev amd64 1.17.0-1 [96.3 kB]
Get: 306 https://rigel.ramacher.at/acng/debian unstable/main amd64 libngtcp2-crypto-ossl-dev amd64 1.24.0-1 [27.5 kB]
Get: 307 https://rigel.ramacher.at/acng/debian unstable/main amd64 libngtcp2-dev amd64 1.24.0-1 [204 kB]
Get: 308 https://rigel.ramacher.at/acng/debian unstable/main amd64 libunistring-dev amd64 1.4.2-1 [651 kB]
Get: 309 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpsl-dev amd64 0.23.2-1 [30.1 kB]
Get: 310 https://rigel.ramacher.at/acng/debian unstable/main amd64 librtmp1 amd64 2.6-1 [60.3 kB]
Get: 311 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgmpxx4ldbl amd64 2:6.3.0+dfsg-5+b2 [328 kB]
Get: 312 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgmp-dev amd64 2:6.3.0+dfsg-5+b2 [641 kB]
Get: 313 https://rigel.ramacher.at/acng/debian unstable/main amd64 libevent-2.1-7t64 amd64 2.1.13-stable-1 [183 kB]
Get: 314 https://rigel.ramacher.at/acng/debian unstable/main amd64 libunbound8 amd64 1.26.0-1 [661 kB]
Get: 315 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgnutls-dane0t64 amd64 3.8.13-1 [496 kB]
Get: 316 https://rigel.ramacher.at/acng/debian unstable/main amd64 libp11-kit-dev amd64 0.26.4-1 [225 kB]
Get: 317 https://rigel.ramacher.at/acng/debian unstable/main amd64 libtasn1-6-dev amd64 4.21.0-2+b1 [98.6 kB]
Get: 318 https://rigel.ramacher.at/acng/debian unstable/main amd64 nettle-dev amd64 3.10.2-1+b1 [1321 kB]
Get: 319 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgnutls28-dev amd64 3.8.13-1 [1479 kB]
Get: 320 https://rigel.ramacher.at/acng/debian unstable/main amd64 zlib1g-dev amd64 1:1.3.dfsg+really1.3.2-3 [918 kB]
Get: 321 https://rigel.ramacher.at/acng/debian unstable/main amd64 librtmp-dev amd64 2.6-1 [69.7 kB]
Get: 322 https://rigel.ramacher.at/acng/debian unstable/main amd64 libssl-dev amd64 3.6.3-1 [3025 kB]
Get: 323 https://rigel.ramacher.at/acng/debian unstable/main amd64 libssh2-1-dev amd64 1.11.1-5 [393 kB]
Get: 324 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzstd-dev amd64 1.5.7+dfsg-4 [371 kB]
Get: 325 https://rigel.ramacher.at/acng/debian unstable/main amd64 libcurl4-openssl-dev amd64 8.21.0-2 [550 kB]
Get: 326 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsystemd-dev amd64 261.2-1 [1385 kB]
Get: 327 https://rigel.ramacher.at/acng/debian unstable/main amd64 sgml-base all 1.31+nmu1 [10.9 kB]
Get: 328 https://rigel.ramacher.at/acng/debian unstable/main amd64 xml-core all 0.21 [19.0 kB]
Get: 329 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdbus-1-dev amd64 1.16.2-5+b1 [213 kB]
Get: 330 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdecor-0-0 amd64 0.2.5-1+b1 [15.8 kB]
Get: 331 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwayland-server0 amd64 1.26.0-1 [36.5 kB]
Get: 332 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwayland-cursor0 amd64 1.26.0-1 [11.8 kB]
Get: 333 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwayland-egl1 amd64 1.26.0-1 [5688 B]
Get: 334 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwayland-bin amd64 1.26.0-1 [21.7 kB]
Get: 335 https://rigel.ramacher.at/acng/debian unstable/main amd64 libffi-dev amd64 3.8.0-1 [79.2 kB]
Get: 336 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwayland-dev amd64 1.26.0-1 [78.1 kB]
Get: 337 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdecor-0-dev amd64 0.2.5-1+b1 [7648 B]
Get: 338 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdiscord-rpc3 amd64 3.4.0-2+b1 [31.9 kB]
Get: 339 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdiscord-rpc-dev amd64 3.4.0-2+b1 [6952 B]
Get: 340 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdrm-radeon1 amd64 2.4.134-3 [21.5 kB]
Get: 341 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdrm-nouveau2 amd64 2.4.134-3 [19.4 kB]
Get: 342 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdrm-freedreno1 amd64 2.4.134-3 [21.2 kB]
Get: 343 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpciaccess-dev amd64 0.19-2 [21.9 kB]
Get: 344 https://rigel.ramacher.at/acng/debian unstable/main amd64 libdrm-dev amd64 2.4.134-3 [323 kB]
Get: 345 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgl1 amd64 1.7.0-3+b1 [87.1 kB]
Get: 346 https://rigel.ramacher.at/acng/debian unstable/main amd64 xorg-sgml-doctools all 1:1.12.1-1 [23.9 kB]
Get: 347 https://rigel.ramacher.at/acng/debian unstable/main amd64 x11proto-dev all 2025.1-1 [605 kB]
Get: 348 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxau-dev amd64 1:1.0.11-1+b2 [23.9 kB]
Get: 349 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxdmcp-dev amd64 1:1.1.5-2+b1 [44.0 kB]
Get: 350 https://rigel.ramacher.at/acng/debian unstable/main amd64 xtrans-dev all 1.6.0-1 [93.5 kB]
Get: 351 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcb1-dev amd64 1.17.0-2+b2 [181 kB]
Get: 352 https://rigel.ramacher.at/acng/debian unstable/main amd64 libx11-dev amd64 2:1.8.13-1 [903 kB]
Get: 353 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglx-dev amd64 1.7.0-3+b1 [15.0 kB]
Get: 354 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgl-dev amd64 1.7.0-3+b1 [99.8 kB]
Get: 355 https://rigel.ramacher.at/acng/debian unstable/main amd64 libegl-dev amd64 1.7.0-3+b1 [18.7 kB]
Get: 356 https://rigel.ramacher.at/acng/debian unstable/main amd64 libevdev-dev amd64 1.13.6+dfsg-3 [50.2 kB]
Get: 357 https://rigel.ramacher.at/acng/debian unstable/main amd64 libexpat1-dev amd64 2.8.3-1 [183 kB]
Get: 358 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfast-float-dev all 8.1.0-1 [43.9 kB]
Get: 359 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfmt-dev amd64 10.1.1+ds1-4+b2 [176 kB]
Get: 360 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpng-dev amd64 1.6.58-1 [372 kB]
Get: 361 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfreetype-dev amd64 2.14.3+dfsg-2 [663 kB]
Get: 362 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfontconfig-dev amd64 2.17.1-5 [155 kB]
Get: 363 https://rigel.ramacher.at/acng/debian unstable/main amd64 libfribidi-dev amd64 1.0.16-5+b1 [65.6 kB]
Get: 364 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgbm-dev amd64 26.1.6-1 [21.4 kB]
Get: 365 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsepol-dev amd64 3.11-1 [378 kB]
Get: 366 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpcre2-32-0 amd64 10.46-1+b2 [267 kB]
Get: 367 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpcre2-posix3 amd64 10.46-1+b2 [63.3 kB]
Get: 368 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpcre2-dev amd64 10.46-1+b2 [846 kB]
Get: 369 https://rigel.ramacher.at/acng/debian unstable/main amd64 libselinux-dev amd64 3.11-2 [173 kB]
Get: 370 https://rigel.ramacher.at/acng/debian unstable/main amd64 libmount-dev amd64 2.42.2-2 [26.7 kB]
Get: 371 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsysprof-capture-4-dev amd64 50.0-3 [47.8 kB]
Get: 372 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgio-2.0-dev amd64 2.88.3-3 [1764 kB]
Get: 373 https://rigel.ramacher.at/acng/debian unstable/main amd64 python3-packaging all 26.2-2 [84.2 kB]
Get: 374 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgio-2.0-dev-bin amd64 2.88.3-3 [152 kB]
Get: 375 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgles1 amd64 1.7.0-3+b1 [11.4 kB]
Get: 376 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgles2 amd64 1.7.0-3+b1 [16.7 kB]
Get: 377 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgles-dev amd64 1.7.0-3+b1 [50.0 kB]
Get: 378 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglib2.0-data all 2.88.3-3 [1277 kB]
Get: 379 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglib2.0-bin amd64 2.88.3-3 [117 kB]
Get: 380 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglib2.0-dev-bin amd64 2.88.3-3 [38.2 kB]
Get: 381 https://rigel.ramacher.at/acng/debian unstable/main amd64 libglib2.0-dev amd64 2.88.3-3 [38.9 kB]
Get: 382 https://rigel.ramacher.at/acng/debian unstable/main amd64 libudev-dev amd64 261.2-1 [54.0 kB]
Get: 383 https://rigel.ramacher.at/acng/debian unstable/main amd64 libgudev-1.0-dev amd64 238-7+b2 [28.8 kB]
Get: 384 https://rigel.ramacher.at/acng/debian unstable/main amd64 libibus-1.0-dev amd64 1.5.34-1 [512 kB]
Get: 385 https://rigel.ramacher.at/acng/debian unstable/main amd64 libice-dev amd64 2:1.1.1-1+b2 [75.3 kB]
Get: 386 https://rigel.ramacher.at/acng/debian unstable/main amd64 libicu-dev amd64 78.3-2 [11.1 MB]
Get: 387 https://rigel.ramacher.at/acng/debian unstable/main amd64 libmtdev-dev amd64 1.1.7-1+b2 [24.0 kB]
Get: 388 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwacom-dev amd64 2.18.0-1 [11.2 kB]
Get: 389 https://rigel.ramacher.at/acng/debian unstable/main amd64 libinput-dev amd64 1.31.3-1 [36.9 kB]
Get: 390 https://rigel.ramacher.at/acng/debian unstable/main amd64 libjpeg62-turbo-dev amd64 1:3.1.3-4 [356 kB]
Get: 391 https://rigel.ramacher.at/acng/debian unstable/main amd64 libjpeg-dev amd64 1:3.1.3-4 [78.8 kB]
Get: 392 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6qml6 amd64 6.10.2+dfsg-6 [1761 kB]
Get: 393 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6qmlmodels6 amd64 6.10.2+dfsg-6 [363 kB]
Get: 394 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6qmlworkerscript6 amd64 6.10.2+dfsg-6 [36.9 kB]
Get: 395 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6qmlmeta6 amd64 6.10.2+dfsg-6 [68.4 kB]
Get: 396 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quick6 amd64 6.10.2+dfsg-6 [2324 kB]
Get: 397 https://rigel.ramacher.at/acng/debian unstable/main amd64 libspdlog1.15 amd64 1:1.15.3+ds-1+b2 [107 kB]
Get: 398 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkddockwidgets-qt6-3 amd64 2.4.1+ds-1 [833 kB]
Get: 399 https://rigel.ramacher.at/acng/debian unstable/main amd64 libopengl-dev amd64 1.7.0-3+b1 [4580 B]
Get: 400 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6concurrent6 amd64 6.10.2+dfsg-16 [38.2 kB]
Get: 401 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6test6 amd64 6.10.2+dfsg-16 [198 kB]
Get: 402 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6waylandclient6 amd64 6.10.2+dfsg-16 [376 kB]
Get: 403 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6wlshellintegration6 amd64 6.10.2+dfsg-16 [96.9 kB]
Get: 404 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvulkan-dev amd64 1.4.357.0-1 [1910 kB]
Get: 405 https://rigel.ramacher.at/acng/debian unstable/main amd64 qmake6-bin amd64 6.10.2+dfsg-16 [709 kB]
Get: 406 https://rigel.ramacher.at/acng/debian unstable/main amd64 qtpaths6-bin amd64 6.10.2+dfsg-16 [58.4 kB]
Get: 407 https://rigel.ramacher.at/acng/debian unstable/main amd64 qtpaths6 amd64 6.10.2+dfsg-16 [31.7 kB]
Get: 408 https://rigel.ramacher.at/acng/debian unstable/main amd64 qmake6 amd64 6.10.2+dfsg-16 [146 kB]
Get: 409 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-base-dev-tools amd64 6.10.2+dfsg-16 [1133 kB]
Get: 410 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-qpa-plugins amd64 6.10.2+dfsg-16 [94.1 kB]
Get: 411 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-base-dev amd64 6.10.2+dfsg-16 [2283 kB]
Get: 412 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quicktemplates2-6 amd64 6.10.2+dfsg-6 [640 kB]
Get: 413 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6labsplatform6 amd64 6.10.2+dfsg-6 [97.3 kB]
Get: 414 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6labssynchronizer6 amd64 6.10.2+dfsg-6 [33.1 kB]
Get: 415 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6qmlcompiler6 amd64 6.10.2+dfsg-6 [746 kB]
Get: 416 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6qmlnetwork6 amd64 6.10.2+dfsg-6 [45.2 kB]
Get: 417 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quickcontrols2-6 amd64 6.10.2+dfsg-6 [832 kB]
Get: 418 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quickshapes6 amd64 6.10.2+dfsg-6 [138 kB]
Get: 419 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quickshapesdesignhelpers6 amd64 6.10.2+dfsg-6 [38.2 kB]
Get: 420 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quicktest6 amd64 6.10.2+dfsg-6 [96.1 kB]
Get: 421 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6svg6 amd64 6.10.2-9 [220 kB]
Get: 422 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quickvectorimagegenerator6 amd64 6.10.2+dfsg-6 [79.7 kB]
Get: 423 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quickvectorimage6 amd64 6.10.2+dfsg-6 [29.8 kB]
Get: 424 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quickvectorimagehelpers6 amd64 6.10.2+dfsg-6 [28.9 kB]
Get: 425 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6quickwidgets6 amd64 6.10.2+dfsg-6 [49.1 kB]
Get: 426 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qml amd64 6.10.2+dfsg-6 [29.0 kB]
Get: 427 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtqml-models amd64 6.10.2+dfsg-6 [21.5 kB]
Get: 428 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtqml-workerscript amd64 6.10.2+dfsg-6 [16.1 kB]
Get: 429 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtqml amd64 6.10.2+dfsg-6 [16.9 kB]
Get: 430 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick amd64 6.10.2+dfsg-6 [64.6 kB]
Get: 431 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qmltime amd64 6.10.2+dfsg-6 [12.7 kB]
Get: 432 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-animation amd64 6.10.2+dfsg-6 [28.3 kB]
Get: 433 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-assetdownloader amd64 6.10.2+dfsg-6 [16.2 kB]
Get: 434 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-folderlistmodel amd64 6.10.2+dfsg-6 [51.1 kB]
Get: 435 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-templates amd64 6.10.2+dfsg-6 [34.6 kB]
Get: 436 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-platform amd64 6.10.2+dfsg-6 [19.8 kB]
Get: 437 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-qmlmodels amd64 6.10.2+dfsg-6 [77.5 kB]
Get: 438 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-settings amd64 6.10.2+dfsg-6 [31.6 kB]
Get: 439 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-sharedimage amd64 6.10.2+dfsg-6 [28.8 kB]
Get: 440 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-synchronizer amd64 6.10.2+dfsg-6 [16.2 kB]
Get: 441 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qt-labs-wavefrontmesh amd64 6.10.2+dfsg-6 [30.4 kB]
Get: 442 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtcore amd64 6.10.2+dfsg-6 [52.0 kB]
Get: 443 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtnetwork amd64 6.10.2+dfsg-6 [18.6 kB]
Get: 444 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtqml-xmllistmodel amd64 6.10.2+dfsg-6 [55.6 kB]
Get: 445 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-shapes amd64 6.10.2+dfsg-6 [18.1 kB]
Get: 446 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-window amd64 6.10.2+dfsg-6 [16.2 kB]
Get: 447 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-controls amd64 6.10.2+dfsg-6 [106 kB]
Get: 448 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-layouts amd64 6.10.2+dfsg-6 [117 kB]
Get: 449 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-dialogs amd64 6.10.2+dfsg-6 [301 kB]
Get: 450 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-effects amd64 6.10.2+dfsg-6 [232 kB]
Get: 451 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-localstorage amd64 6.10.2+dfsg-6 [31.6 kB]
Get: 452 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-particles amd64 6.10.2+dfsg-6 [252 kB]
Get: 453 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-shapes-designhelpers amd64 6.10.2+dfsg-6 [16.8 kB]
Get: 454 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-tooling amd64 6.10.2+dfsg-6 [17.5 kB]
Get: 455 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-vectorimage-helpers amd64 6.10.2+dfsg-6 [16.1 kB]
Get: 456 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qtquick-vectorimage amd64 6.10.2+dfsg-6 [16.4 kB]
Get: 457 https://rigel.ramacher.at/acng/debian unstable/main amd64 qml6-module-qttest amd64 6.10.2+dfsg-6 [34.5 kB]
Get: 458 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-declarative-dev-tools amd64 6.10.2+dfsg-6 [2148 kB]
Get: 459 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-qmllint-plugins amd64 6.10.2+dfsg-6 [80.1 kB]
Get: 460 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-qmlls-plugins amd64 6.10.2+dfsg-6 [345 kB]
Get: 461 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-qmltooling-plugins amd64 6.10.2+dfsg-6 [255 kB]
Get: 462 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6svgwidgets6 amd64 6.10.2-9 [18.2 kB]
Get: 463 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-svg-dev amd64 6.10.2-9 [23.2 kB]
Get: 464 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-declarative-dev amd64 6.10.2+dfsg-6 [1942 kB]
Get: 465 https://rigel.ramacher.at/acng/debian unstable/main amd64 libkddockwidgets-qt6-dev amd64 2.4.1+ds-1 [710 kB]
Get: 466 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxxhash-dev amd64 0.8.3-2+b2 [80.6 kB]
Get: 467 https://rigel.ramacher.at/acng/debian unstable/main amd64 liblz4-dev amd64 1.10.0-10 [94.9 kB]
Get: 468 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpcap0.8t64 amd64 1.10.6-2 [176 kB]
Get: 469 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpcap0.8-dev amd64 1.10.6-2 [292 kB]
Get: 470 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpcap-dev amd64 1.10.6-2 [36.4 kB]
Get: 471 https://rigel.ramacher.at/acng/debian unstable/main amd64 libplutovg1 amd64 1.3.3-1 [113 kB]
Get: 472 https://rigel.ramacher.at/acng/debian unstable/main amd64 libplutosvg0 amd64 0.0.8-1 [23.4 kB]
Get: 473 https://rigel.ramacher.at/acng/debian unstable/main amd64 libplutovg-dev amd64 1.3.3-1 [133 kB]
Get: 474 https://rigel.ramacher.at/acng/debian unstable/main amd64 libplutosvg-dev amd64 0.0.8-1 [53.8 kB]
Get: 475 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpulse-mainloop-glib0 amd64 17.0+dfsg1-2.1+b2 [24.2 kB]
Get: 476 https://rigel.ramacher.at/acng/debian unstable/main amd64 libpulse-dev amd64 17.0+dfsg1-2.1+b2 [86.3 kB]
Get: 477 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6sql6-sqlite amd64 6.10.2+dfsg-16 [66.1 kB]
Get: 478 https://rigel.ramacher.at/acng/debian unstable/main amd64 libqt6uitools6 amd64 6.10.2-3 [168 kB]
Get: 479 https://rigel.ramacher.at/acng/debian unstable/main amd64 librcheevos-dev amd64 12.2.1-1+b1 [574 kB]
Get: 480 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcursor1 amd64 1:1.2.3-1+b2 [40.3 kB]
Get: 481 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxi6 amd64 2:1.8.2-2+b1 [79.9 kB]
Get: 482 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxrandr2 amd64 2:1.5.4-1+b4 [36.5 kB]
Get: 483 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxss1 amd64 1:1.2.3-1+b4 [17.0 kB]
Get: 484 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxtst6 amd64 2:1.2.5-1+b2 [26.2 kB]
Get: 485 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsdl3-0 amd64 3.4.14+ds-1 [1117 kB]
Get: 486 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxrender-dev amd64 1:0.9.12-1+b2 [38.8 kB]
Get: 487 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxfixes-dev amd64 1:6.0.0-2+b5 [22.4 kB]
Get: 488 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxcursor-dev amd64 1:1.2.3-1+b2 [51.7 kB]
Get: 489 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxext-dev amd64 2:1.3.4-1+b4 [105 kB]
Get: 490 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxi-dev amd64 2:1.8.2-2+b1 [243 kB]
Get: 491 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxinerama1 amd64 2:1.1.4-3+b5 [16.0 kB]
Get: 492 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxinerama-dev amd64 2:1.1.4-3+b5 [18.4 kB]
Get: 493 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxkbcommon-dev amd64 1.13.1-1 [60.1 kB]
Get: 494 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxrandr-dev amd64 2:1.5.4-1+b4 [44.5 kB]
Get: 495 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxss-dev amd64 1:1.2.3-1+b4 [22.8 kB]
Get: 496 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxt6t64 amd64 1:1.2.1-1.3+b2 [191 kB]
Get: 497 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsm-dev amd64 2:1.2.6-1+b2 [40.3 kB]
Get: 498 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxt-dev amd64 1:1.2.1-1.3+b2 [410 kB]
Get: 499 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxtst-dev amd64 2:1.2.5-1+b2 [30.5 kB]
Get: 500 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxv1 amd64 2:1.0.13-1+b1 [25.2 kB]
Get: 501 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxv-dev amd64 2:1.0.13-1+b1 [49.0 kB]
Get: 502 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxxf86vm-dev amd64 1:1.1.4-2+b1 [25.0 kB]
Get: 503 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsdl3-dev amd64 3.4.14+ds-1 [1757 kB]
Get: 504 https://rigel.ramacher.at/acng/debian unstable/main amd64 libshaderc1 amd64 2026.3-1 [2580 kB]
Get: 505 https://rigel.ramacher.at/acng/debian unstable/main amd64 spirv-headers all 1.6.1+1.4.357.0-1 [171 kB]
Get: 506 https://rigel.ramacher.at/acng/debian unstable/main amd64 libshaderc-dev amd64 2026.3-1 [72.8 kB]
Get: 507 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsharpyuv-dev amd64 1.5.0-0.1+b2 [119 kB]
Get: 508 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsimpleini1t64 amd64 4.25+dfsg-1+b1 [45.1 kB]
Get: 509 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsimpleini-dev amd64 4.25+dfsg-1+b1 [65.4 kB]
Get: 510 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsoundtouch1 amd64 2.4.1+ds-1 [53.6 kB]
Get: 511 https://rigel.ramacher.at/acng/debian unstable/main amd64 libsoundtouch-dev amd64 2.4.1+ds-1 [15.4 kB]
Get: 512 https://rigel.ramacher.at/acng/debian unstable/main amd64 libspeex-dev amd64 1.2.1-3+b2 [75.8 kB]
Get: 513 https://rigel.ramacher.at/acng/debian experimental/main amd64 libswscale10 amd64 7:9.0-1+b1 [560 kB]
Get: 514 https://rigel.ramacher.at/acng/debian experimental/main amd64 libswscale-dev amd64 7:9.0-1+b1 [619 kB]
Get: 515 https://rigel.ramacher.at/acng/debian unstable/main amd64 libvulkan-memory-allocator-dev all 3.4.0+dfsg-1 [129 kB]
Get: 516 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwebpdemux2 amd64 1.5.0-0.1+b2 [113 kB]
Get: 517 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwebpdecoder3 amd64 1.5.0-0.1+b2 [222 kB]
Get: 518 https://rigel.ramacher.at/acng/debian unstable/main amd64 libwebp-dev amd64 1.5.0-0.1+b2 [471 kB]
Get: 519 https://rigel.ramacher.at/acng/debian unstable/main amd64 libxbyak-dev amd64 7.24.2-4 [65.6 kB]
Get: 520 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzip5 amd64 1.11.4-2+b1 [63.6 kB]
Get: 521 https://rigel.ramacher.at/acng/debian unstable/main amd64 zipcmp amd64 1.11.4-2+b1 [19.8 kB]
Get: 522 https://rigel.ramacher.at/acng/debian unstable/main amd64 zipmerge amd64 1.11.4-2+b1 [14.7 kB]
Get: 523 https://rigel.ramacher.at/acng/debian unstable/main amd64 ziptool amd64 1.11.4-2+b1 [22.6 kB]
Get: 524 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzip-dev amd64 1.11.4-2+b1 [186 kB]
Get: 525 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzycore1.5 amd64 1.5.2-1+b2 [22.3 kB]
Get: 526 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzycore-dev amd64 1.5.2-1+b2 [31.0 kB]
Get: 527 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzydis4.1 amd64 4.1.1-3+b2 [140 kB]
Get: 528 https://rigel.ramacher.at/acng/debian unstable/main amd64 libzydis-dev amd64 4.1.1-3+b2 [46.3 kB]
Get: 529 https://rigel.ramacher.at/acng/debian unstable/main amd64 linguist-qt6 amd64 6.10.2-3 [342 kB]
Get: 530 https://rigel.ramacher.at/acng/debian unstable/main amd64 qdbus-qt6 amd64 6.10.2-3 [31.0 kB]
Get: 531 https://rigel.ramacher.at/acng/debian unstable/main amd64 qdoc-qt6 amd64 6.10.2-3 [645 kB]
Get: 532 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-base-private-dev amd64 6.10.2+dfsg-16 [892 kB]
Get: 533 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-documentation-tools amd64 6.10.2-3 [100 kB]
Get: 534 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-l10n-tools amd64 6.10.2-3 [354 kB]
Get: 535 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-tools-dev-tools amd64 6.10.2-3 [269 kB]
Get: 536 https://rigel.ramacher.at/acng/debian unstable/main amd64 qt6-tools-dev amd64 6.10.2-3 [213 kB]
Get: 537 https://rigel.ramacher.at/acng/debian unstable/main amd64 rapidjson-dev all 1.1.0+dfsg2-7.6 [98.2 kB]
Fetched 289 MB in 22s (13.3 MB/s)
Preconfiguring packages ...
Selecting previously unselected package libexpat1:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15752 files and directories currently installed.)
Preparing to unpack .../libexpat1_2.8.3-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.8.3-1) ...
Selecting previously unselected package libpython3.14-minimal:amd64.
Preparing to unpack .../libpython3.14-minimal_3.14.7-1_amd64.deb ...
Unpacking libpython3.14-minimal:amd64 (3.14.7-1) ...
Selecting previously unselected package python3.14-minimal.
Preparing to unpack .../python3.14-minimal_3.14.7-1_amd64.deb ...
Unpacking python3.14-minimal (3.14.7-1) ...
Setting up libpython3.14-minimal:amd64 (3.14.7-1) ...
Setting up libexpat1:amd64 (2.8.3-1) ...
Setting up python3.14-minimal (3.14.7-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16108 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.14.6-1_amd64.deb ...
Unpacking python3-minimal (3.14.6-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_14.0.0_all.deb ...
Unpacking media-types (14.0.0) ...
Selecting previously unselected package netbase.
Preparing to unpack .../2-netbase_6.5_all.deb ...
Unpacking netbase (6.5) ...
Preparing to unpack .../3-tzdata_2026c-1_all.deb ...
Unpacking tzdata (2026c-1) ...
Preparing to unpack .../4-libffi8_3.8.0-1_amd64.deb ...
Unpacking libffi8:amd64 (3.8.0-1) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../5-readline-common_8.3-4_all.deb ...
Unpacking readline-common (8.3-4) ...
Selecting previously unselected package libreadline8t64:amd64.
Preparing to unpack .../6-libreadline8t64_8.3-4_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
Unpacking libreadline8t64:amd64 (8.3-4) ...
Selecting previously unselected package libpython3.14-stdlib:amd64.
Preparing to unpack .../7-libpython3.14-stdlib_3.14.7-1_amd64.deb ...
Unpacking libpython3.14-stdlib:amd64 (3.14.7-1) ...
Selecting previously unselected package python3.14.
Preparing to unpack .../8-python3.14_3.14.7-1_amd64.deb ...
Unpacking python3.14 (3.14.7-1) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../9-libpython3-stdlib_3.14.6-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.14.6-1) ...
Setting up python3-minimal (3.14.6-1) ...
Selecting previously unselected package python3.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17137 files and directories currently installed.)
Preparing to unpack .../000-python3_3.14.6-1_amd64.deb ...
Unpacking python3 (3.14.6-1) ...
Selecting previously unselected package libproc2-1:amd64.
Preparing to unpack .../001-libproc2-1_2%3a4.0.7-1_amd64.deb ...
Unpacking libproc2-1:amd64 (2:4.0.7-1) ...
Selecting previously unselected package procps.
Preparing to unpack .../002-procps_2%3a4.0.7-1_amd64.deb ...
Unpacking procps (2:4.0.7-1) ...
Selecting previously unselected package libglib2.0-0t64:amd64.
Preparing to unpack .../003-libglib2.0-0t64_2.88.3-3_amd64.deb ...
Unpacking libglib2.0-0t64:amd64 (2.88.3-3) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../004-shared-mime-info_2.4-5+b3_amd64.deb ...
Unpacking shared-mime-info (2.4-5+b3) ...
Selecting previously unselected package libb2-1:amd64.
Preparing to unpack .../005-libb2-1_0.98.1-1.1+b3_amd64.deb ...
Unpacking libb2-1:amd64 (0.98.1-1.1+b3) ...
Selecting previously unselected package libdouble-conversion3:amd64.
Preparing to unpack .../006-libdouble-conversion3_3.4.0-1+b1_amd64.deb ...
Unpacking libdouble-conversion3:amd64 (3.4.0-1+b1) ...
Selecting previously unselected package libicu78:amd64.
Preparing to unpack .../007-libicu78_78.3-2_amd64.deb ...
Unpacking libicu78:amd64 (78.3-2) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../008-libpcre2-16-0_10.46-1+b2_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.46-1+b2) ...
Selecting previously unselected package libqt6core6t64:amd64.
Preparing to unpack .../009-libqt6core6t64_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6core6t64:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../010-libbrotli1_1.2.0-3_amd64.deb ...
Unpacking libbrotli1:amd64 (1.2.0-3) ...
Selecting previously unselected package libpng16-16t64:amd64.
Preparing to unpack .../011-libpng16-16t64_1.6.58-1_amd64.deb ...
Unpacking libpng16-16t64:amd64 (1.6.58-1) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../012-libfreetype6_2.14.3+dfsg-2_amd64.deb ...
Unpacking libfreetype6:amd64 (2.14.3+dfsg-2) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../013-fonts-dejavu-mono_2.37-9_all.deb ...
Unpacking fonts-dejavu-mono (2.37-9) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../014-fonts-dejavu-core_2.37-9_all.deb ...
Unpacking fonts-dejavu-core (2.37-9) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../015-fontconfig-config_2.17.1-5_amd64.deb ...
Unpacking fontconfig-config (2.17.1-5) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../016-libfontconfig1_2.17.1-5_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.17.1-5) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../017-fontconfig_2.17.1-5_amd64.deb ...
Unpacking fontconfig (2.17.1-5) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../018-libdrm-common_2.4.134-3_all.deb ...
Unpacking libdrm-common (2.4.134-3) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../019-libdrm2_2.4.134-3_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.134-3) ...
Selecting previously unselected package libglvnd0:amd64.
Preparing to unpack .../020-libglvnd0_1.7.0-3+b1_amd64.deb ...
Unpacking libglvnd0:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libdrm-amdgpu1:amd64.
Preparing to unpack .../021-libdrm-amdgpu1_2.4.134-3_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.134-3) ...
Selecting previously unselected package pci.ids.
Preparing to unpack .../022-pci.ids_0.0~2026.07.21-1_all.deb ...
Unpacking pci.ids (0.0~2026.07.21-1) ...
Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../023-libpciaccess0_0.19-2_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.19-2) ...
Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../024-libdrm-intel1_2.4.134-3_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.134-3) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../025-libedit2_3.1-20260512-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20260512-1) ...
Selecting previously unselected package libz3-4:amd64.
Preparing to unpack .../026-libz3-4_4.13.3-1.1_amd64.deb ...
Unpacking libz3-4:amd64 (4.13.3-1.1) ...
Selecting previously unselected package libllvm21:amd64.
Preparing to unpack .../027-libllvm21_1%3a21.1.8-10_amd64.deb ...
Unpacking libllvm21:amd64 (1:21.1.8-10) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../028-libsensors-config_1%3a3.6.2-2_all.deb ...
Unpacking libsensors-config (1:3.6.2-2) ...
Selecting previously unselected package libsensors5:amd64.
Preparing to unpack .../029-libsensors5_1%3a3.6.2-2+b2_amd64.deb ...
Unpacking libsensors5:amd64 (1:3.6.2-2+b2) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../030-libxau6_1%3a1.0.11-1+b2_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.11-1+b2) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../031-libxdmcp6_1%3a1.1.5-2+b1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.5-2+b1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../032-libxcb1_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb1:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../033-libx11-data_2%3a1.8.13-1_all.deb ...
Unpacking libx11-data (2:1.8.13-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../034-libx11-6_2%3a1.8.13-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.13-1) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../035-libx11-xcb1_2%3a1.8.13-1_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.8.13-1) ...
Selecting previously unselected package libxcb-dri3-0:amd64.
Preparing to unpack .../036-libxcb-dri3-0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-present0:amd64.
Preparing to unpack .../037-libxcb-present0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-present0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-randr0:amd64.
Preparing to unpack .../038-libxcb-randr0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-randr0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-sync1:amd64.
Preparing to unpack .../039-libxcb-sync1_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-sync1:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-xfixes0:amd64.
Preparing to unpack .../040-libxcb-xfixes0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxshmfence1:amd64.
Preparing to unpack .../041-libxshmfence1_1.3.3-1+b2_amd64.deb ...
Unpacking libxshmfence1:amd64 (1.3.3-1+b2) ...
Selecting previously unselected package mesa-libgallium:amd64.
Preparing to unpack .../042-mesa-libgallium_26.1.6-1_amd64.deb ...
Unpacking mesa-libgallium:amd64 (26.1.6-1) ...
Selecting previously unselected package libgbm1:amd64.
Preparing to unpack .../043-libgbm1_26.1.6-1_amd64.deb ...
Unpacking libgbm1:amd64 (26.1.6-1) ...
Selecting previously unselected package libwayland-client0:amd64.
Preparing to unpack .../044-libwayland-client0_1.26.0-1_amd64.deb ...
Unpacking libwayland-client0:amd64 (1.26.0-1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../045-libxcb-shm0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libegl-mesa0:amd64.
Preparing to unpack .../046-libegl-mesa0_26.1.6-1_amd64.deb ...
Unpacking libegl-mesa0:amd64 (26.1.6-1) ...
Selecting previously unselected package libegl1:amd64.
Preparing to unpack .../047-libegl1_1.7.0-3+b1_amd64.deb ...
Unpacking libegl1:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libvulkan1:amd64.
Preparing to unpack .../048-libvulkan1_1.4.357.0-1_amd64.deb ...
Unpacking libvulkan1:amd64 (1.4.357.0-1) ...
Selecting previously unselected package libgl1-mesa-dri:amd64.
Preparing to unpack .../049-libgl1-mesa-dri_26.1.6-1_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (26.1.6-1) ...
Selecting previously unselected package libxcb-glx0:amd64.
Preparing to unpack .../050-libxcb-glx0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-glx0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../051-libxext6_2%3a1.3.4-1+b4_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b4) ...
Selecting previously unselected package libxxf86vm1:amd64.
Preparing to unpack .../052-libxxf86vm1_1%3a1.1.4-2+b1_amd64.deb ...
Unpacking libxxf86vm1:amd64 (1:1.1.4-2+b1) ...
Selecting previously unselected package libglx-mesa0:amd64.
Preparing to unpack .../053-libglx-mesa0_26.1.6-1_amd64.deb ...
Unpacking libglx-mesa0:amd64 (26.1.6-1) ...
Selecting previously unselected package libglx0:amd64.
Preparing to unpack .../054-libglx0_1.7.0-3+b1_amd64.deb ...
Unpacking libglx0:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../055-libgraphite2-3_1.3.15-2_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.15-2) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../056-libharfbuzz0b_12.3.2-2+b2_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (12.3.2-2+b2) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../057-x11-common_1%3a7.7+26_all.deb ...
Unpacking x11-common (1:7.7+26) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../058-libice6_2%3a1.1.1-1+b2_amd64.deb ...
Unpacking libice6:amd64 (2:1.1.1-1+b2) ...
Selecting previously unselected package libevdev2:amd64.
Preparing to unpack .../059-libevdev2_1.13.6+dfsg-3_amd64.deb ...
Unpacking libevdev2:amd64 (1.13.6+dfsg-3) ...
Selecting previously unselected package libmtdev1t64:amd64.
Preparing to unpack .../060-libmtdev1t64_1.1.7-1+b2_amd64.deb ...
Unpacking libmtdev1t64:amd64 (1.1.7-1+b2) ...
Selecting previously unselected package libgudev-1.0-0:amd64.
Preparing to unpack .../061-libgudev-1.0-0_238-7+b2_amd64.deb ...
Unpacking libgudev-1.0-0:amd64 (238-7+b2) ...
Selecting previously unselected package libwacom-common.
Preparing to unpack .../062-libwacom-common_2.18.0-1_all.deb ...
Unpacking libwacom-common (2.18.0-1) ...
Selecting previously unselected package libwacom9:amd64.
Preparing to unpack .../063-libwacom9_2.18.0-1_amd64.deb ...
Unpacking libwacom9:amd64 (2.18.0-1) ...
Selecting previously unselected package libinput-bin.
Preparing to unpack .../064-libinput-bin_1.31.3-1_amd64.deb ...
Unpacking libinput-bin (1.31.3-1) ...
Selecting previously unselected package libinput10:amd64.
Preparing to unpack .../065-libinput10_1.31.3-1_amd64.deb ...
Unpacking libinput10:amd64 (1.31.3-1) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../066-libjpeg62-turbo_1%3a3.1.3-4_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:3.1.3-4) ...
Selecting previously unselected package libmd4c0:amd64.
Preparing to unpack .../067-libmd4c0_0.5.3-1_amd64.deb ...
Unpacking libmd4c0:amd64 (0.5.3-1) ...
Selecting previously unselected package libopengl0:amd64.
Preparing to unpack .../068-libopengl0_1.7.0-3+b1_amd64.deb ...
Unpacking libopengl0:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../069-libdbus-1-3_1.16.2-5+b1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.16.2-5+b1) ...
Selecting previously unselected package libqt6dbus6:amd64.
Preparing to unpack .../070-libqt6dbus6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6dbus6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../071-libsm6_2%3a1.2.6-1+b2_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.6-1+b2) ...
Selecting previously unselected package libts0t64:amd64.
Preparing to unpack .../072-libts0t64_1.22-1.1+b2_amd64.deb ...
Unpacking libts0t64:amd64 (1.22-1.1+b2) ...
Selecting previously unselected package libxcb-util1:amd64.
Preparing to unpack .../073-libxcb-util1_0.4.1-1+b2_amd64.deb ...
Unpacking libxcb-util1:amd64 (0.4.1-1+b2) ...
Selecting previously unselected package libxcb-image0:amd64.
Preparing to unpack .../074-libxcb-image0_0.4.0-2+b3_amd64.deb ...
Unpacking libxcb-image0:amd64 (0.4.0-2+b3) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../075-libxcb-render0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-render-util0:amd64.
Preparing to unpack .../076-libxcb-render-util0_0.3.10-1+b2_amd64.deb ...
Unpacking libxcb-render-util0:amd64 (0.3.10-1+b2) ...
Selecting previously unselected package libxcb-cursor0:amd64.
Preparing to unpack .../077-libxcb-cursor0_0.1.6-1_amd64.deb ...
Unpacking libxcb-cursor0:amd64 (0.1.6-1) ...
Selecting previously unselected package libxcb-icccm4:amd64.
Preparing to unpack .../078-libxcb-icccm4_0.4.2-1+b2_amd64.deb ...
Unpacking libxcb-icccm4:amd64 (0.4.2-1+b2) ...
Selecting previously unselected package libxcb-keysyms1:amd64.
Preparing to unpack .../079-libxcb-keysyms1_0.4.1-1+b2_amd64.deb ...
Unpacking libxcb-keysyms1:amd64 (0.4.1-1+b2) ...
Selecting previously unselected package libxcb-shape0:amd64.
Preparing to unpack .../080-libxcb-shape0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-shape0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-xinput0:amd64.
Preparing to unpack .../081-libxcb-xinput0_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-xinput0:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-xkb1:amd64.
Preparing to unpack .../082-libxcb-xkb1_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../083-xkb-data_2.48-1_all.deb ...
Unpacking xkb-data (2.48-1) ...
Selecting previously unselected package libxkbcommon0:amd64.
Preparing to unpack .../084-libxkbcommon0_1.13.1-1_amd64.deb ...
Unpacking libxkbcommon0:amd64 (1.13.1-1) ...
Selecting previously unselected package libxkbcommon-x11-0:amd64.
Preparing to unpack .../085-libxkbcommon-x11-0_1.13.1-1_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (1.13.1-1) ...
Selecting previously unselected package libqt6gui6:amd64.
Preparing to unpack .../086-libqt6gui6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6gui6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6sql6:amd64.
Preparing to unpack .../087-libqt6sql6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6sql6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6widgets6:amd64.
Preparing to unpack .../088-libqt6widgets6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6widgets6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6help6:amd64.
Preparing to unpack .../089-libqt6help6_6.10.2-3_amd64.deb ...
Unpacking libqt6help6:amd64 (6.10.2-3) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../090-libavahi-common-data_0.8-18_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.8-18) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../091-libavahi-common3_0.8-18_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.8-18) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../092-libavahi-client3_0.8-18_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.8-18) ...
Preparing to unpack .../093-libidn2-0_2.3.8-5_amd64.deb ...
Unpacking libidn2-0:amd64 (2.3.8-5) ...
Preparing to unpack .../094-libp11-kit0_0.26.4-1_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.26.4-1) ...
Preparing to unpack .../095-libtasn1-6_4.21.0-2+b1_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.21.0-2+b1) ...
Selecting previously unselected package libgnutls30t64:amd64.
Preparing to unpack .../096-libgnutls30t64_3.8.13-1_amd64.deb ...
Unpacking libgnutls30t64:amd64 (3.8.13-1) ...
Preparing to unpack .../097-libkrb5support0_1.22.1-3_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.22.1-3) ...
Preparing to unpack .../098-libk5crypto3_1.22.1-3_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.22.1-3) ...
Preparing to unpack .../099-libkeyutils1_1.6.3-6+b2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6.3-6+b2) ...
Preparing to unpack .../100-libkrb5-3_1.22.1-3_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.22.1-3) ...
Preparing to unpack .../101-libgssapi-krb5-2_1.22.1-3_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.22.1-3) ...
Selecting previously unselected package libcups2t64:amd64.
Preparing to unpack .../102-libcups2t64_2.4.18-1_amd64.deb ...
Unpacking libcups2t64:amd64 (2.4.18-1) ...
Selecting previously unselected package libqt6printsupport6:amd64.
Preparing to unpack .../103-libqt6printsupport6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6printsupport6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package assistant-qt6.
Preparing to unpack .../104-assistant-qt6_6.10.2-3_amd64.deb ...
Unpacking assistant-qt6 (6.10.2-3) ...
Preparing to unpack .../105-libcap2_1%3a2.78-1+b1_amd64.deb ...
Unpacking libcap2:amd64 (1:2.78-1+b1) ...
Selecting previously unselected package bubblewrap.
Preparing to unpack .../106-bubblewrap_0.11.2-2_amd64.deb ...
Unpacking bubblewrap (0.11.2-2) ...
Selecting previously unselected package libarchive13t64:amd64.
Preparing to unpack .../107-libarchive13t64_3.8.9-1_amd64.deb ...
Unpacking libarchive13t64:amd64 (3.8.9-1) ...
Selecting previously unselected package libnghttp3-9:amd64.
Preparing to unpack .../108-libnghttp3-9_1.17.0-1_amd64.deb ...
Unpacking libnghttp3-9:amd64 (1.17.0-1) ...
Selecting previously unselected package libngtcp2-16:amd64.
Preparing to unpack .../109-libngtcp2-16_1.24.0-1_amd64.deb ...
Unpacking libngtcp2-16:amd64 (1.24.0-1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../110-libsasl2-modules-db_2.1.28+dfsg1-11_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-11) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../111-libsasl2-2_2.1.28+dfsg1-11_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-11) ...
Selecting previously unselected package libldap2:amd64.
Preparing to unpack .../112-libldap2_2.6.14+dfsg-1_amd64.deb ...
Unpacking libldap2:amd64 (2.6.14+dfsg-1) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../113-libnghttp2-14_1.70.0-1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.70.0-1) ...
Selecting previously unselected package libngtcp2-crypto-ossl0:amd64.
Preparing to unpack .../114-libngtcp2-crypto-ossl0_1.24.0-1_amd64.deb ...
Unpacking libngtcp2-crypto-ossl0:amd64 (1.24.0-1) ...
Selecting previously unselected package libpsl5t64:amd64.
Preparing to unpack .../115-libpsl5t64_0.23.2-1_amd64.deb ...
Unpacking libpsl5t64:amd64 (0.23.2-1) ...
Selecting previously unselected package libssh2-1t64:amd64.
Preparing to unpack .../116-libssh2-1t64_1.11.1-5_amd64.deb ...
Unpacking libssh2-1t64:amd64 (1.11.1-5) ...
Selecting previously unselected package libcurl4t64:amd64.
Preparing to unpack .../117-libcurl4t64_8.21.0-2_amd64.deb ...
Unpacking libcurl4t64:amd64 (8.21.0-2) ...
Selecting previously unselected package libjsoncpp26:amd64.
Preparing to unpack .../118-libjsoncpp26_1.9.8-2_amd64.deb ...
Unpacking libjsoncpp26:amd64 (1.9.8-2) ...
Selecting previously unselected package librhash1:amd64.
Preparing to unpack .../119-librhash1_1.4.6-1.1+b1_amd64.deb ...
Unpacking librhash1:amd64 (1.4.6-1.1+b1) ...
Selecting previously unselected package libuv1t64:amd64.
Preparing to unpack .../120-libuv1t64_1.52.1-4_amd64.deb ...
Unpacking libuv1t64:amd64 (1.52.1-4) ...
Selecting previously unselected package cmake.
Preparing to unpack .../121-cmake_4.3.4-1_amd64.deb ...
Unpacking cmake (4.3.4-1) ...
Selecting previously unselected package comerr-dev:amd64.
Preparing to unpack .../122-comerr-dev_2.1-1.47.4-1+b1_amd64.deb ...
Unpacking comerr-dev:amd64 (2.1-1.47.4-1+b1) ...
Selecting previously unselected package libqt6opengl6:amd64.
Preparing to unpack .../123-libqt6opengl6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6opengl6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6openglwidgets6:amd64.
Preparing to unpack .../124-libqt6openglwidgets6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6openglwidgets6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6xml6:amd64.
Preparing to unpack .../125-libqt6xml6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6xml6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6designer6:amd64.
Preparing to unpack .../126-libqt6designer6_6.10.2-3_amd64.deb ...
Unpacking libqt6designer6:amd64 (6.10.2-3) ...
Selecting previously unselected package libqt6designercomponents6:amd64.
Preparing to unpack .../127-libqt6designercomponents6_6.10.2-3_amd64.deb ...
Unpacking libqt6designercomponents6:amd64 (6.10.2-3) ...
Selecting previously unselected package libngtcp2-crypto-gnutls8:amd64.
Preparing to unpack .../128-libngtcp2-crypto-gnutls8_1.24.0-1_amd64.deb ...
Unpacking libngtcp2-crypto-gnutls8:amd64 (1.24.0-1) ...
Selecting previously unselected package libcurl4-gnutls:amd64.
Preparing to unpack .../129-libcurl4-gnutls_8.21.0-2_amd64.deb ...
Unpacking libcurl4-gnutls:amd64 (8.21.0-2) ...
Selecting previously unselected package libcurl3t64-gnutls:amd64.
Preparing to unpack .../130-libcurl3t64-gnutls_8.21.0-2_amd64.deb ...
Unpacking libcurl3t64-gnutls:amd64 (8.21.0-2) ...
Selecting previously unselected package libduktape207:amd64.
Preparing to unpack .../131-libduktape207_2.7.0-2+b3_amd64.deb ...
Unpacking libduktape207:amd64 (2.7.0-2+b3) ...
Selecting previously unselected package libproxy1v5:amd64.
Preparing to unpack .../132-libproxy1v5_0.5.12-1+b1_amd64.deb ...
Unpacking libproxy1v5:amd64 (0.5.12-1+b1) ...
Selecting previously unselected package libqt6network6:amd64.
Preparing to unpack .../133-libqt6network6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6network6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package designer-qt6.
Preparing to unpack .../134-designer-qt6_6.10.2-3_amd64.deb ...
Unpacking designer-qt6 (6.10.2-3) ...
Selecting previously unselected package extra-cmake-modules.
Preparing to unpack .../135-extra-cmake-modules_6.28.0-1_amd64.deb ...
Unpacking extra-cmake-modules (6.28.0-1) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../136-gir1.2-glib-2.0_2.88.3-3_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (2.88.3-3) ...
Selecting previously unselected package gir1.2-glib-2.0-dev:amd64.
Preparing to unpack .../137-gir1.2-glib-2.0-dev_2.88.3-3_amd64.deb ...
Unpacking gir1.2-glib-2.0-dev:amd64 (2.88.3-3) ...
Selecting previously unselected package gir1.2-gudev-1.0:amd64.
Preparing to unpack .../138-gir1.2-gudev-1.0_238-7+b2_amd64.deb ...
Unpacking gir1.2-gudev-1.0:amd64 (238-7+b2) ...
Selecting previously unselected package libibus-1.0-5:amd64.
Preparing to unpack .../139-libibus-1.0-5_1.5.34-1_amd64.deb ...
Unpacking libibus-1.0-5:amd64 (1.5.34-1) ...
Selecting previously unselected package gir1.2-ibus-1.0:amd64.
Preparing to unpack .../140-gir1.2-ibus-1.0_1.5.34-1_amd64.deb ...
Unpacking gir1.2-ibus-1.0:amd64 (1.5.34-1) ...
Selecting previously unselected package native-architecture.
Preparing to unpack .../141-native-architecture_0.2.6_all.deb ...
Unpacking native-architecture (0.2.6) ...
Selecting previously unselected package libgirepository-2.0-0:amd64.
Preparing to unpack .../142-libgirepository-2.0-0_2.88.3-3_amd64.deb ...
Unpacking libgirepository-2.0-0:amd64 (2.88.3-3) ...
Selecting previously unselected package girepository-tools:amd64.
Preparing to unpack .../143-girepository-tools_2.88.3-3_amd64.deb ...
Unpacking girepository-tools:amd64 (2.88.3-3) ...
Selecting previously unselected package spirv-tools-headers.
Preparing to unpack .../144-spirv-tools-headers_2026.3~rc1-1_all.deb ...
Unpacking spirv-tools-headers (2026.3~rc1-1) ...
Selecting previously unselected package spirv-tools-dev:amd64.
Preparing to unpack .../145-spirv-tools-dev_2026.3~rc1-1_amd64.deb ...
Unpacking spirv-tools-dev:amd64 (2026.3~rc1-1) ...
Selecting previously unselected package glslang-dev:amd64.
Preparing to unpack .../146-glslang-dev_16.4.0-1_amd64.deb ...
Unpacking glslang-dev:amd64 (16.4.0-1) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../147-libpixman-1-0_0.46.4-1+b2_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.46.4-1+b2) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../148-libxrender1_1%3a0.9.12-1+b2_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.12-1+b2) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../149-libcairo2_1.18.4-3+b1_amd64.deb ...
Unpacking libcairo2:amd64 (1.18.4-3+b1) ...
Selecting previously unselected package libsharpyuv0:amd64.
Preparing to unpack .../150-libsharpyuv0_1.5.0-0.1+b2_amd64.deb ...
Unpacking libsharpyuv0:amd64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libde265-0:amd64.
Preparing to unpack .../151-libde265-0_1.1.1-1_amd64.deb ...
Unpacking libde265-0:amd64 (1.1.1-1) ...
Selecting previously unselected package libheif-plugin-libde265:amd64.
Preparing to unpack .../152-libheif-plugin-libde265_1.23.1-1_amd64.deb ...
Unpacking libheif-plugin-libde265:amd64 (1.23.1-1) ...
Selecting previously unselected package libdav1d7:amd64.
Preparing to unpack .../153-libdav1d7_1.5.4-1_amd64.deb ...
Unpacking libdav1d7:amd64 (1.5.4-1) ...
Selecting previously unselected package libheif-plugin-dav1d:amd64.
Preparing to unpack .../154-libheif-plugin-dav1d_1.23.1-1_amd64.deb ...
Unpacking libheif-plugin-dav1d:amd64 (1.23.1-1) ...
Selecting previously unselected package libheif1:amd64.
Preparing to unpack .../155-libheif1_1.23.1-1_amd64.deb ...
Unpacking libheif1:amd64 (1.23.1-1) ...
Selecting previously unselected package libhwy1t64:amd64.
Preparing to unpack .../156-libhwy1t64_1.3.0-5.1_amd64.deb ...
Unpacking libhwy1t64:amd64 (1.3.0-5.1) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../157-liblcms2-2_2.19.1-1_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.19.1-1) ...
Selecting previously unselected package libjxl0.11:amd64.
Preparing to unpack .../158-libjxl0.11_0.11.2-5_amd64.deb ...
Unpacking libjxl0.11:amd64 (0.11.2-5) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../159-libcairo-gobject2_1.18.4-3+b1_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.18.4-3+b1) ...
Selecting previously unselected package libglycin-2-0:amd64.
Preparing to unpack .../160-libglycin-2-0_2.1.5+ds-2_amd64.deb ...
Unpacking libglycin-2-0:amd64 (2.1.5+ds-2) ...
Selecting previously unselected package glycin-thumbnailers.
Preparing to unpack .../161-glycin-thumbnailers_2.1.5+ds-2_amd64.deb ...
Unpacking glycin-thumbnailers (2.1.5+ds-2) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../162-libgdk-pixbuf2.0-common_2.44.7+dfsg-1_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.44.7+dfsg-1) ...
Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
Preparing to unpack .../163-libgdk-pixbuf-2.0-0_2.44.7+dfsg-1_amd64.deb ...
Unpacking libgdk-pixbuf-2.0-0:amd64 (2.44.7+dfsg-1) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../164-libfribidi0_1.0.16-5+b1_amd64.deb ...
Unpacking libfribidi0:amd64 (1.0.16-5+b1) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../165-libthai-data_0.1.30-3_all.deb ...
Unpacking libthai-data (0.1.30-3) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../166-libdatrie1_0.2.14-2_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.14-2) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../167-libthai0_0.1.30-3_amd64.deb ...
Unpacking libthai0:amd64 (0.1.30-3) ...
Selecting previously unselected package libpango-1.0-0:amd64.
Preparing to unpack .../168-libpango-1.0-0_1.58.0-1_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.58.0-1) ...
Selecting previously unselected package libpangoft2-1.0-0:amd64.
Preparing to unpack .../169-libpangoft2-1.0-0_1.58.0-1_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.58.0-1) ...
Selecting previously unselected package libpangocairo-1.0-0:amd64.
Preparing to unpack .../170-libpangocairo-1.0-0_1.58.0-1_amd64.deb ...
Unpacking libpangocairo-1.0-0:amd64 (1.58.0-1) ...
Selecting previously unselected package librsvg2-2:amd64.
Preparing to unpack .../171-librsvg2-2_2.62.1+dfsg-1_amd64.deb ...
Unpacking librsvg2-2:amd64 (2.62.1+dfsg-1) ...
Selecting previously unselected package glycin-loaders.
Preparing to unpack .../172-glycin-loaders_2.1.5+ds-2_amd64.deb ...
Unpacking glycin-loaders (2.1.5+ds-2) ...
Selecting previously unselected package googletest.
Preparing to unpack .../173-googletest_1.17.0-1_all.deb ...
Unpacking googletest (1.17.0-1) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../174-icu-devtools_78.3-2_amd64.deb ...
Unpacking icu-devtools (78.3-2) ...
Selecting previously unselected package libgssrpc4t64:amd64.
Preparing to unpack .../175-libgssrpc4t64_1.22.1-3_amd64.deb ...
Unpacking libgssrpc4t64:amd64 (1.22.1-3) ...
Selecting previously unselected package libkadm5clnt-mit12:amd64.
Preparing to unpack .../176-libkadm5clnt-mit12_1.22.1-3_amd64.deb ...
Unpacking libkadm5clnt-mit12:amd64 (1.22.1-3) ...
Selecting previously unselected package libkdb5-10t64:amd64.
Preparing to unpack .../177-libkdb5-10t64_1.22.1-3_amd64.deb ...
Unpacking libkdb5-10t64:amd64 (1.22.1-3) ...
Selecting previously unselected package libkadm5srv-mit12:amd64.
Preparing to unpack .../178-libkadm5srv-mit12_1.22.1-3_amd64.deb ...
Unpacking libkadm5srv-mit12:amd64 (1.22.1-3) ...
Selecting previously unselected package krb5-multidev:amd64.
Preparing to unpack .../179-krb5-multidev_1.22.1-3_amd64.deb ...
Unpacking krb5-multidev:amd64 (1.22.1-3) ...
Selecting previously unselected package libaom3:amd64.
Preparing to unpack .../180-libaom3_3.14.1-1_amd64.deb ...
Unpacking libaom3:amd64 (3.14.1-1) ...
Selecting previously unselected package libaribb24-0t64:amd64.
Preparing to unpack .../181-libaribb24-0t64_1.0.3-3+b1_amd64.deb ...
Unpacking libaribb24-0t64:amd64 (1.0.3-3+b1) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../182-libasound2-data_1.2.16.1-1_all.deb ...
Unpacking libasound2-data (1.2.16.1-1) ...
Selecting previously unselected package libasound2t64:amd64.
Preparing to unpack .../183-libasound2t64_1.2.16.1-1_amd64.deb ...
Unpacking libasound2t64:amd64 (1.2.16.1-1) ...
Selecting previously unselected package libasound2-dev:amd64.
Preparing to unpack .../184-libasound2-dev_1.2.16.1-1_amd64.deb ...
Unpacking libasound2-dev:amd64 (1.2.16.1-1) ...
Selecting previously unselected package libasyncns0:amd64.
Preparing to unpack .../185-libasyncns0_0.8-8_amd64.deb ...
Unpacking libasyncns0:amd64 (0.8-8) ...
Selecting previously unselected package libva2:amd64.
Preparing to unpack .../186-libva2_2.24.1-2_amd64.deb ...
Unpacking libva2:amd64 (2.24.1-2) ...
Selecting previously unselected package libva-drm2:amd64.
Preparing to unpack .../187-libva-drm2_2.24.1-2_amd64.deb ...
Unpacking libva-drm2:amd64 (2.24.1-2) ...
Selecting previously unselected package libxfixes3:amd64.
Preparing to unpack .../188-libxfixes3_1%3a6.0.0-2+b5_amd64.deb ...
Unpacking libxfixes3:amd64 (1:6.0.0-2+b5) ...
Selecting previously unselected package libva-x11-2:amd64.
Preparing to unpack .../189-libva-x11-2_2.24.1-2_amd64.deb ...
Unpacking libva-x11-2:amd64 (2.24.1-2) ...
Selecting previously unselected package libvdpau1:amd64.
Preparing to unpack .../190-libvdpau1_1.5-4+b1_amd64.deb ...
Unpacking libvdpau1:amd64 (1.5-4+b1) ...
Selecting previously unselected package libvpl2.
Preparing to unpack .../191-libvpl2_1%3a2.16.0-1_amd64.deb ...
Unpacking libvpl2 (1:2.16.0-1) ...
Selecting previously unselected package ocl-icd-libopencl1:amd64.
Preparing to unpack .../192-ocl-icd-libopencl1_2.3.4-1+b1_amd64.deb ...
Unpacking ocl-icd-libopencl1:amd64 (2.3.4-1+b1) ...
Selecting previously unselected package libavutil61:amd64.
Preparing to unpack .../193-libavutil61_7%3a9.0-1+b1_amd64.deb ...
Unpacking libavutil61:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libcodec2-1.2:amd64.
Preparing to unpack .../194-libcodec2-1.2_1.2.0-5_amd64.deb ...
Unpacking libcodec2-1.2:amd64 (1.2.0-5) ...
Selecting previously unselected package libgsm1:amd64.
Preparing to unpack .../195-libgsm1_1.0.24-1_amd64.deb ...
Unpacking libgsm1:amd64 (1.0.24-1) ...
Selecting previously unselected package libmpg123-0t64:amd64.
Preparing to unpack .../196-libmpg123-0t64_1.33.7-1_amd64.deb ...
Unpacking libmpg123-0t64:amd64 (1.33.7-1) ...
Selecting previously unselected package libmp3lame0:amd64.
Preparing to unpack .../197-libmp3lame0_4.0-1_amd64.deb ...
Unpacking libmp3lame0:amd64 (4.0-1) ...
Selecting previously unselected package libopencore-amrnb0:amd64.
Preparing to unpack .../198-libopencore-amrnb0_0.1.6-1+b3_amd64.deb ...
Unpacking libopencore-amrnb0:amd64 (0.1.6-1+b3) ...
Selecting previously unselected package libopencore-amrwb0:amd64.
Preparing to unpack .../199-libopencore-amrwb0_0.1.6-1+b3_amd64.deb ...
Unpacking libopencore-amrwb0:amd64 (0.1.6-1+b3) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../200-libopenjp2-7_2.5.4-1.1_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.5.4-1.1) ...
Selecting previously unselected package libopus0:amd64.
Preparing to unpack .../201-libopus0_1.6.1-1+b1_amd64.deb ...
Unpacking libopus0:amd64 (1.6.1-1+b1) ...
Selecting previously unselected package librav1e0.8:amd64.
Preparing to unpack .../202-librav1e0.8_0.8.1-11_amd64.deb ...
Unpacking librav1e0.8:amd64 (0.8.1-11) ...
Selecting previously unselected package libshine3:amd64.
Preparing to unpack .../203-libshine3_3.1.1-4_amd64.deb ...
Unpacking libshine3:amd64 (3.1.1-4) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../204-libsnappy1v5_1.2.2-2+b2_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.2.2-2+b2) ...
Selecting previously unselected package libspeex1:amd64.
Preparing to unpack .../205-libspeex1_1.2.1-3+b2_amd64.deb ...
Unpacking libspeex1:amd64 (1.2.1-3+b2) ...
Selecting previously unselected package libsvtav1enc4:amd64.
Preparing to unpack .../206-libsvtav1enc4_4.1.0+dfsg-1_amd64.deb ...
Unpacking libsvtav1enc4:amd64 (4.1.0+dfsg-1) ...
Selecting previously unselected package libsoxr0:amd64.
Preparing to unpack .../207-libsoxr0_0.1.3-4.1+b1_amd64.deb ...
Unpacking libsoxr0:amd64 (0.1.3-4.1+b1) ...
Selecting previously unselected package libswresample7:amd64.
Preparing to unpack .../208-libswresample7_7%3a9.0-1+b1_amd64.deb ...
Unpacking libswresample7:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libtheoradec2:amd64.
Preparing to unpack .../209-libtheoradec2_1.2.0+dfsg-6+b2_amd64.deb ...
Unpacking libtheoradec2:amd64 (1.2.0+dfsg-6+b2) ...
Selecting previously unselected package libogg0:amd64.
Preparing to unpack .../210-libogg0_1.3.6-2+b1_amd64.deb ...
Unpacking libogg0:amd64 (1.3.6-2+b1) ...
Selecting previously unselected package libtheoraenc2:amd64.
Preparing to unpack .../211-libtheoraenc2_1.2.0+dfsg-6+b2_amd64.deb ...
Unpacking libtheoraenc2:amd64 (1.2.0+dfsg-6+b2) ...
Selecting previously unselected package libtwolame0:amd64.
Preparing to unpack .../212-libtwolame0_0.4.0-3_amd64.deb ...
Unpacking libtwolame0:amd64 (0.4.0-3) ...
Selecting previously unselected package libvo-amrwbenc0:amd64.
Preparing to unpack .../213-libvo-amrwbenc0_0.1.3-2+b3_amd64.deb ...
Unpacking libvo-amrwbenc0:amd64 (0.1.3-2+b3) ...
Selecting previously unselected package libvorbis0a:amd64.
Preparing to unpack .../214-libvorbis0a_1.3.7-3+b2_amd64.deb ...
Unpacking libvorbis0a:amd64 (1.3.7-3+b2) ...
Selecting previously unselected package libvorbisenc2:amd64.
Preparing to unpack .../215-libvorbisenc2_1.3.7-3+b2_amd64.deb ...
Unpacking libvorbisenc2:amd64 (1.3.7-3+b2) ...
Selecting previously unselected package libvpx12:amd64.
Preparing to unpack .../216-libvpx12_1.16.0-3_amd64.deb ...
Unpacking libvpx12:amd64 (1.16.0-3) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../217-libwebp7_1.5.0-0.1+b2_amd64.deb ...
Unpacking libwebp7:amd64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libwebpmux3:amd64.
Preparing to unpack .../218-libwebpmux3_1.5.0-0.1+b2_amd64.deb ...
Unpacking libwebpmux3:amd64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libx264-165:amd64.
Preparing to unpack .../219-libx264-165_2%3a0.165.3223+git20250910.0480cb0-1_amd64.deb ...
Unpacking libx264-165:amd64 (2:0.165.3223+git20250910.0480cb0-1) ...
Selecting previously unselected package libnuma1:amd64.
Preparing to unpack .../220-libnuma1_2.0.19-1+b2_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.19-1+b2) ...
Selecting previously unselected package libx265-216:amd64.
Preparing to unpack .../221-libx265-216_4.2-3_amd64.deb ...
Unpacking libx265-216:amd64 (4.2-3) ...
Selecting previously unselected package libxvidcore4:amd64.
Preparing to unpack .../222-libxvidcore4_2%3a1.3.7-3+b2_amd64.deb ...
Unpacking libxvidcore4:amd64 (2:1.3.7-3+b2) ...
Selecting previously unselected package libzvbi-common.
Preparing to unpack .../223-libzvbi-common_0.2.45-1_all.deb ...
Unpacking libzvbi-common (0.2.45-1) ...
Selecting previously unselected package libzvbi0t64:amd64.
Preparing to unpack .../224-libzvbi0t64_0.2.45-1_amd64.deb ...
Unpacking libzvbi0t64:amd64 (0.2.45-1) ...
Selecting previously unselected package libavcodec-extra63:amd64.
Preparing to unpack .../225-libavcodec-extra63_7%3a9.0-1+b1_amd64.deb ...
Unpacking libavcodec-extra63:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libavutil-dev:amd64.
Preparing to unpack .../226-libavutil-dev_7%3a9.0-1+b1_amd64.deb ...
Unpacking libavutil-dev:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libswresample-dev:amd64.
Preparing to unpack .../227-libswresample-dev_7%3a9.0-1+b1_amd64.deb ...
Unpacking libswresample-dev:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libavcodec-dev:amd64.
Preparing to unpack .../228-libavcodec-dev_7%3a9.0-1+b1_amd64.deb ...
Unpacking libavcodec-dev:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libudfread3:amd64.
Preparing to unpack .../229-libudfread3_1.2.0-3_amd64.deb ...
Unpacking libudfread3:amd64 (1.2.0-3) ...
Selecting previously unselected package libbluray4:amd64.
Preparing to unpack .../230-libbluray4_1%3a1.5.0-3_amd64.deb ...
Unpacking libbluray4:amd64 (1:1.5.0-3) ...
Selecting previously unselected package libchromaprint1:amd64.
Preparing to unpack .../231-libchromaprint1_1.6.1-1_amd64.deb ...
Unpacking libchromaprint1:amd64 (1.6.1-1) ...
Selecting previously unselected package libdvdread8t64:amd64.
Preparing to unpack .../232-libdvdread8t64_7.1.1-1_amd64.deb ...
Unpacking libdvdread8t64:amd64 (7.1.1-1) ...
Selecting previously unselected package libdvdnav4:amd64.
Preparing to unpack .../233-libdvdnav4_7.0.0-2+b1_amd64.deb ...
Unpacking libdvdnav4:amd64 (7.0.0-2+b1) ...
Selecting previously unselected package libgme0:amd64.
Preparing to unpack .../234-libgme0_0.6.4-1+b1_amd64.deb ...
Unpacking libgme0:amd64 (0.6.4-1+b1) ...
Selecting previously unselected package libvorbisfile3:amd64.
Preparing to unpack .../235-libvorbisfile3_1.3.7-3+b2_amd64.deb ...
Unpacking libvorbisfile3:amd64 (1.3.7-3+b2) ...
Selecting previously unselected package libopenmpt0t64:amd64.
Preparing to unpack .../236-libopenmpt0t64_0.8.7-1_amd64.deb ...
Unpacking libopenmpt0t64:amd64 (0.8.7-1) ...
Selecting previously unselected package librabbitmq4:amd64.
Preparing to unpack .../237-librabbitmq4_0.17.0-1_amd64.deb ...
Unpacking librabbitmq4:amd64 (0.17.0-1) ...
Selecting previously unselected package libcjson1:amd64.
Preparing to unpack .../238-libcjson1_1.7.19-2+b1_amd64.deb ...
Unpacking libcjson1:amd64 (1.7.19-2+b1) ...
Selecting previously unselected package librist4:amd64.
Preparing to unpack .../239-librist4_0.2.20+dfsg-1_amd64.deb ...
Unpacking librist4:amd64 (0.2.20+dfsg-1) ...
Selecting previously unselected package liblmdb0:amd64.
Preparing to unpack .../240-liblmdb0_0.9.35-1_amd64.deb ...
Unpacking liblmdb0:amd64 (0.9.35-1) ...
Selecting previously unselected package libtalloc2:amd64.
Preparing to unpack .../241-libtalloc2_2%3a2.4.4+samba4.24.6+dfsg-1_amd64.deb ...
Unpacking libtalloc2:amd64 (2:2.4.4+samba4.24.6+dfsg-1) ...
Selecting previously unselected package libtdb1:amd64.
Preparing to unpack .../242-libtdb1_2%3a1.4.15+samba4.24.6+dfsg-1_amd64.deb ...
Unpacking libtdb1:amd64 (2:1.4.15+samba4.24.6+dfsg-1) ...
Selecting previously unselected package libtevent0t64:amd64.
Preparing to unpack .../243-libtevent0t64_2%3a0.17.1+samba4.24.6+dfsg-1_amd64.deb ...
Unpacking libtevent0t64:amd64 (2:0.17.1+samba4.24.6+dfsg-1) ...
Selecting previously unselected package libldb2:amd64.
Preparing to unpack .../244-libldb2_2%3a2.11.0+samba4.24.6+dfsg-1_amd64.deb ...
Unpacking libldb2:amd64 (2:2.11.0+samba4.24.6+dfsg-1) ...
Selecting previously unselected package libpopt0:amd64.
Preparing to unpack .../245-libpopt0_1.19+dfsg-2+b2_amd64.deb ...
Unpacking libpopt0:amd64 (1.19+dfsg-2+b2) ...
Preparing to unpack .../246-libtirpc-common_1.3.7+ds-1_all.deb ...
Unpacking libtirpc-common (1.3.7+ds-1) ...
Selecting previously unselected package libtirpc3t64:amd64.
Preparing to unpack .../247-libtirpc3t64_1.3.7+ds-1_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:amd64 (1.3.7+ds-1) ...
Selecting previously unselected package libwbclient0:amd64.
Preparing to unpack .../248-libwbclient0_2%3a4.24.6+dfsg-1_amd64.deb ...
Unpacking libwbclient0:amd64 (2:4.24.6+dfsg-1) ...
Selecting previously unselected package samba-libs:amd64.
Preparing to unpack .../249-samba-libs_2%3a4.24.6+dfsg-1_amd64.deb ...
Unpacking samba-libs:amd64 (2:4.24.6+dfsg-1) ...
Selecting previously unselected package libsmbclient0:amd64.
Preparing to unpack .../250-libsmbclient0_2%3a4.24.6+dfsg-1_amd64.deb ...
Unpacking libsmbclient0:amd64 (2:4.24.6+dfsg-1) ...
Selecting previously unselected package libsrt1.5-gnutls:amd64.
Preparing to unpack .../251-libsrt1.5-gnutls_1.5.6-1_amd64.deb ...
Unpacking libsrt1.5-gnutls:amd64 (1.5.6-1) ...
Selecting previously unselected package libcbor0.10:amd64.
Preparing to unpack .../252-libcbor0.10_0.10.2-2.2_amd64.deb ...
Unpacking libcbor0.10:amd64 (0.10.2-2.2) ...
Selecting previously unselected package libfido2-1:amd64.
Preparing to unpack .../253-libfido2-1_1.17.0-2_amd64.deb ...
Unpacking libfido2-1:amd64 (1.17.0-2) ...
Selecting previously unselected package libssh-4:amd64.
Preparing to unpack .../254-libssh-4_0.12.2-1_amd64.deb ...
Unpacking libssh-4:amd64 (0.12.2-1) ...
Selecting previously unselected package libnorm1t64:amd64.
Preparing to unpack .../255-libnorm1t64_1.5.9+dfsg-4+b1_amd64.deb ...
Unpacking libnorm1t64:amd64 (1.5.9+dfsg-4+b1) ...
Selecting previously unselected package libpgm-5.3-0t64:amd64.
Preparing to unpack .../256-libpgm-5.3-0t64_5.3.128~dfsg-3_amd64.deb ...
Unpacking libpgm-5.3-0t64:amd64 (5.3.128~dfsg-3) ...
Selecting previously unselected package libsodium26:amd64.
Preparing to unpack .../257-libsodium26_1.0.22-2_amd64.deb ...
Unpacking libsodium26:amd64 (1.0.22-2) ...
Selecting previously unselected package libzmq5:amd64.
Preparing to unpack .../258-libzmq5_4.3.5-1+b7_amd64.deb ...
Unpacking libzmq5:amd64 (4.3.5-1+b7) ...
Selecting previously unselected package libavformat-extra63:amd64.
Preparing to unpack .../259-libavformat-extra63_7%3a9.0-1+b1_amd64.deb ...
Unpacking libavformat-extra63:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libavformat-dev:amd64.
Preparing to unpack .../260-libavformat-dev_7%3a9.0-1+b1_amd64.deb ...
Unpacking libavformat-dev:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libbacktrace0:amd64.
Preparing to unpack .../261-libbacktrace0_0.1-4+b2_amd64.deb ...
Unpacking libbacktrace0:amd64 (0.1-4+b2) ...
Selecting previously unselected package libbacktrace-dev:amd64.
Preparing to unpack .../262-libbacktrace-dev_0.1-4+b2_amd64.deb ...
Unpacking libbacktrace-dev:amd64 (0.1-4+b2) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../263-uuid-dev_2.42.2-2_amd64.deb ...
Unpacking uuid-dev:amd64 (2.42.2-2) ...
Selecting previously unselected package libblkid-dev:amd64.
Preparing to unpack .../264-libblkid-dev_2.42.2-2_amd64.deb ...
Unpacking libblkid-dev:amd64 (2.42.2-2) ...
Selecting previously unselected package libbrotli-dev:amd64.
Preparing to unpack .../265-libbrotli-dev_1.2.0-3_amd64.deb ...
Unpacking libbrotli-dev:amd64 (1.2.0-3) ...
Selecting previously unselected package libbz2-dev:amd64.
Preparing to unpack .../266-libbz2-dev_1.0.8-6+b2_amd64.deb ...
Unpacking libbz2-dev:amd64 (1.0.8-6+b2) ...
Selecting previously unselected package libchdr0:amd64.
Preparing to unpack .../267-libchdr0_0.3.0+dfsg-1_amd64.deb ...
Unpacking libchdr0:amd64 (0.3.0+dfsg-1) ...
Selecting previously unselected package libchdr-dev:amd64.
Preparing to unpack .../268-libchdr-dev_0.3.0+dfsg-1_amd64.deb ...
Unpacking libchdr-dev:amd64 (0.3.0+dfsg-1) ...
Selecting previously unselected package libclang-cpp21.
Preparing to unpack .../269-libclang-cpp21_1%3a21.1.8-10_amd64.deb ...
Unpacking libclang-cpp21 (1:21.1.8-10) ...
Selecting previously unselected package libclang1-21.
Preparing to unpack .../270-libclang1-21_1%3a21.1.8-10_amd64.deb ...
Unpacking libclang1-21 (1:21.1.8-10) ...
Selecting previously unselected package libcpuinfo0:amd64.
Preparing to unpack .../271-libcpuinfo0_0.0~git20250905.877328f-1+b1_amd64.deb ...
Unpacking libcpuinfo0:amd64 (0.0~git20250905.877328f-1+b1) ...
Selecting previously unselected package libcpuinfo-dev.
Preparing to unpack .../272-libcpuinfo-dev_0.0~git20250905.877328f-1+b1_amd64.deb ...
Unpacking libcpuinfo-dev (0.0~git20250905.877328f-1+b1) ...
Selecting previously unselected package libsamplerate0:amd64.
Preparing to unpack .../273-libsamplerate0_0.2.2-4+b3_amd64.deb ...
Unpacking libsamplerate0:amd64 (0.2.2-4+b3) ...
Selecting previously unselected package libjack-jackd2-0:amd64.
Preparing to unpack .../274-libjack-jackd2-0_1.9.22~dfsg-6_amd64.deb ...
Unpacking libjack-jackd2-0:amd64 (1.9.22~dfsg-6) ...
Selecting previously unselected package libflac14:amd64.
Preparing to unpack .../275-libflac14_1.5.0+ds-5+b1_amd64.deb ...
Unpacking libflac14:amd64 (1.5.0+ds-5+b1) ...
Selecting previously unselected package libsndfile1:amd64.
Preparing to unpack .../276-libsndfile1_1.2.2-4+b1_amd64.deb ...
Unpacking libsndfile1:amd64 (1.2.2-4+b1) ...
Selecting previously unselected package libpulse0:amd64.
Preparing to unpack .../277-libpulse0_17.0+dfsg1-2.1+b2_amd64.deb ...
Unpacking libpulse0:amd64 (17.0+dfsg1-2.1+b2) ...
Selecting previously unselected package libsndio7.0:amd64.
Preparing to unpack .../278-libsndio7.0_1.10.0-0.2+b2_amd64.deb ...
Unpacking libsndio7.0:amd64 (1.10.0-0.2+b2) ...
Selecting previously unselected package libspeexdsp1:amd64.
Preparing to unpack .../279-libspeexdsp1_1.2.1-4_amd64.deb ...
Unpacking libspeexdsp1:amd64 (1.2.1-4) ...
Selecting previously unselected package libcubeb0:amd64.
Preparing to unpack .../280-libcubeb0_0.0~git20250401.975a727+ds-1+b2_amd64.deb ...
Unpacking libcubeb0:amd64 (0.0~git20250401.975a727+ds-1+b2) ...
Selecting previously unselected package libspeexdsp-dev:amd64.
Preparing to unpack .../281-libspeexdsp-dev_1.2.1-4_amd64.deb ...
Unpacking libspeexdsp-dev:amd64 (1.2.1-4) ...
Selecting previously unselected package libcubeb-dev:amd64.
Preparing to unpack .../282-libcubeb-dev_0.0~git20250401.975a727+ds-1+b2_amd64.deb ...
Unpacking libcubeb-dev:amd64 (0.0~git20250401.975a727+ds-1+b2) ...
Selecting previously unselected package libidn2-dev:amd64.
Preparing to unpack .../283-libidn2-dev_2.3.8-5_amd64.deb ...
Unpacking libidn2-dev:amd64 (2.3.8-5) ...
Selecting previously unselected package libkrb5-dev:amd64.
Preparing to unpack .../284-libkrb5-dev_1.22.1-3_amd64.deb ...
Unpacking libkrb5-dev:amd64 (1.22.1-3) ...
Selecting previously unselected package libldap-dev:amd64.
Preparing to unpack .../285-libldap-dev_2.6.14+dfsg-1_amd64.deb ...
Unpacking libldap-dev:amd64 (2.6.14+dfsg-1) ...
Selecting previously unselected package libpkgconf7:amd64.
Preparing to unpack .../286-libpkgconf7_2.5.1-4_amd64.deb ...
Unpacking libpkgconf7:amd64 (2.5.1-4) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../287-pkgconf-bin_2.5.1-4_amd64.deb ...
Unpacking pkgconf-bin (2.5.1-4) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../288-pkgconf_2.5.1-4_amd64.deb ...
Unpacking pkgconf:amd64 (2.5.1-4) ...
Selecting previously unselected package libnghttp2-dev:amd64.
Preparing to unpack .../289-libnghttp2-dev_1.70.0-1_amd64.deb ...
Unpacking libnghttp2-dev:amd64 (1.70.0-1) ...
Selecting previously unselected package libnghttp3-dev:amd64.
Preparing to unpack .../290-libnghttp3-dev_1.17.0-1_amd64.deb ...
Unpacking libnghttp3-dev:amd64 (1.17.0-1) ...
Selecting previously unselected package libngtcp2-crypto-ossl-dev:amd64.
Preparing to unpack .../291-libngtcp2-crypto-ossl-dev_1.24.0-1_amd64.deb ...
Unpacking libngtcp2-crypto-ossl-dev:amd64 (1.24.0-1) ...
Selecting previously unselected package libngtcp2-dev:amd64.
Preparing to unpack .../292-libngtcp2-dev_1.24.0-1_amd64.deb ...
Unpacking libngtcp2-dev:amd64 (1.24.0-1) ...
Selecting previously unselected package libunistring-dev:amd64.
Preparing to unpack .../293-libunistring-dev_1.4.2-1_amd64.deb ...
Unpacking libunistring-dev:amd64 (1.4.2-1) ...
Selecting previously unselected package libpsl-dev:amd64.
Preparing to unpack .../294-libpsl-dev_0.23.2-1_amd64.deb ...
Unpacking libpsl-dev:amd64 (0.23.2-1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../295-librtmp1_2.6-1_amd64.deb ...
Unpacking librtmp1:amd64 (2.6-1) ...
Selecting previously unselected package libgmpxx4ldbl:amd64.
Preparing to unpack .../296-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../297-libgmp-dev_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
Selecting previously unselected package libevent-2.1-7t64:amd64.
Preparing to unpack .../298-libevent-2.1-7t64_2.1.13-stable-1_amd64.deb ...
Unpacking libevent-2.1-7t64:amd64 (2.1.13-stable-1) ...
Selecting previously unselected package libunbound8:amd64.
Preparing to unpack .../299-libunbound8_1.26.0-1_amd64.deb ...
Unpacking libunbound8:amd64 (1.26.0-1) ...
Selecting previously unselected package libgnutls-dane0t64:amd64.
Preparing to unpack .../300-libgnutls-dane0t64_3.8.13-1_amd64.deb ...
Unpacking libgnutls-dane0t64:amd64 (3.8.13-1) ...
Selecting previously unselected package libp11-kit-dev:amd64.
Preparing to unpack .../301-libp11-kit-dev_0.26.4-1_amd64.deb ...
Unpacking libp11-kit-dev:amd64 (0.26.4-1) ...
Selecting previously unselected package libtasn1-6-dev:amd64.
Preparing to unpack .../302-libtasn1-6-dev_4.21.0-2+b1_amd64.deb ...
Unpacking libtasn1-6-dev:amd64 (4.21.0-2+b1) ...
Selecting previously unselected package nettle-dev:amd64.
Preparing to unpack .../303-nettle-dev_3.10.2-1+b1_amd64.deb ...
Unpacking nettle-dev:amd64 (3.10.2-1+b1) ...
Selecting previously unselected package libgnutls28-dev:amd64.
Preparing to unpack .../304-libgnutls28-dev_3.8.13-1_amd64.deb ...
Unpacking libgnutls28-dev:amd64 (3.8.13-1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../305-zlib1g-dev_1%3a1.3.dfsg+really1.3.2-3_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
Selecting previously unselected package librtmp-dev:amd64.
Preparing to unpack .../306-librtmp-dev_2.6-1_amd64.deb ...
Unpacking librtmp-dev:amd64 (2.6-1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../307-libssl-dev_3.6.3-1_amd64.deb ...
Unpacking libssl-dev:amd64 (3.6.3-1) ...
Selecting previously unselected package libssh2-1-dev:amd64.
Preparing to unpack .../308-libssh2-1-dev_1.11.1-5_amd64.deb ...
Unpacking libssh2-1-dev:amd64 (1.11.1-5) ...
Selecting previously unselected package libzstd-dev:amd64.
Preparing to unpack .../309-libzstd-dev_1.5.7+dfsg-4_amd64.deb ...
Unpacking libzstd-dev:amd64 (1.5.7+dfsg-4) ...
Selecting previously unselected package libcurl4-openssl-dev:amd64.
Preparing to unpack .../310-libcurl4-openssl-dev_8.21.0-2_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (8.21.0-2) ...
Selecting previously unselected package libsystemd-dev:amd64.
Preparing to unpack .../311-libsystemd-dev_261.2-1_amd64.deb ...
Unpacking libsystemd-dev:amd64 (261.2-1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../312-sgml-base_1.31+nmu1_all.deb ...
Unpacking sgml-base (1.31+nmu1) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../313-xml-core_0.21_all.deb ...
Unpacking xml-core (0.21) ...
Selecting previously unselected package libdbus-1-dev:amd64.
Preparing to unpack .../314-libdbus-1-dev_1.16.2-5+b1_amd64.deb ...
Unpacking libdbus-1-dev:amd64 (1.16.2-5+b1) ...
Selecting previously unselected package libdecor-0-0:amd64.
Preparing to unpack .../315-libdecor-0-0_0.2.5-1+b1_amd64.deb ...
Unpacking libdecor-0-0:amd64 (0.2.5-1+b1) ...
Selecting previously unselected package libwayland-server0:amd64.
Preparing to unpack .../316-libwayland-server0_1.26.0-1_amd64.deb ...
Unpacking libwayland-server0:amd64 (1.26.0-1) ...
Selecting previously unselected package libwayland-cursor0:amd64.
Preparing to unpack .../317-libwayland-cursor0_1.26.0-1_amd64.deb ...
Unpacking libwayland-cursor0:amd64 (1.26.0-1) ...
Selecting previously unselected package libwayland-egl1:amd64.
Preparing to unpack .../318-libwayland-egl1_1.26.0-1_amd64.deb ...
Unpacking libwayland-egl1:amd64 (1.26.0-1) ...
Selecting previously unselected package libwayland-bin.
Preparing to unpack .../319-libwayland-bin_1.26.0-1_amd64.deb ...
Unpacking libwayland-bin (1.26.0-1) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../320-libffi-dev_3.8.0-1_amd64.deb ...
Unpacking libffi-dev:amd64 (3.8.0-1) ...
Selecting previously unselected package libwayland-dev:amd64.
Preparing to unpack .../321-libwayland-dev_1.26.0-1_amd64.deb ...
Unpacking libwayland-dev:amd64 (1.26.0-1) ...
Selecting previously unselected package libdecor-0-dev:amd64.
Preparing to unpack .../322-libdecor-0-dev_0.2.5-1+b1_amd64.deb ...
Unpacking libdecor-0-dev:amd64 (0.2.5-1+b1) ...
Selecting previously unselected package libdiscord-rpc3:amd64.
Preparing to unpack .../323-libdiscord-rpc3_3.4.0-2+b1_amd64.deb ...
Unpacking libdiscord-rpc3:amd64 (3.4.0-2+b1) ...
Selecting previously unselected package libdiscord-rpc-dev.
Preparing to unpack .../324-libdiscord-rpc-dev_3.4.0-2+b1_amd64.deb ...
Unpacking libdiscord-rpc-dev (3.4.0-2+b1) ...
Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../325-libdrm-radeon1_2.4.134-3_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.134-3) ...
Selecting previously unselected package libdrm-nouveau2:amd64.
Preparing to unpack .../326-libdrm-nouveau2_2.4.134-3_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.134-3) ...
Selecting previously unselected package libdrm-freedreno1:amd64.
Preparing to unpack .../327-libdrm-freedreno1_2.4.134-3_amd64.deb ...
Unpacking libdrm-freedreno1:amd64 (2.4.134-3) ...
Selecting previously unselected package libpciaccess-dev:amd64.
Preparing to unpack .../328-libpciaccess-dev_0.19-2_amd64.deb ...
Unpacking libpciaccess-dev:amd64 (0.19-2) ...
Selecting previously unselected package libdrm-dev:amd64.
Preparing to unpack .../329-libdrm-dev_2.4.134-3_amd64.deb ...
Unpacking libdrm-dev:amd64 (2.4.134-3) ...
Selecting previously unselected package libgl1:amd64.
Preparing to unpack .../330-libgl1_1.7.0-3+b1_amd64.deb ...
Unpacking libgl1:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../331-xorg-sgml-doctools_1%3a1.12.1-1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.12.1-1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../332-x11proto-dev_2025.1-1_all.deb ...
Unpacking x11proto-dev (2025.1-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../333-libxau-dev_1%3a1.0.11-1+b2_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.11-1+b2) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../334-libxdmcp-dev_1%3a1.1.5-2+b1_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.5-2+b1) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../335-xtrans-dev_1.6.0-1_all.deb ...
Unpacking xtrans-dev (1.6.0-1) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../336-libxcb1-dev_1.17.0-2+b2_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.17.0-2+b2) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../337-libx11-dev_2%3a1.8.13-1_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.8.13-1) ...
Selecting previously unselected package libglx-dev:amd64.
Preparing to unpack .../338-libglx-dev_1.7.0-3+b1_amd64.deb ...
Unpacking libglx-dev:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libgl-dev:amd64.
Preparing to unpack .../339-libgl-dev_1.7.0-3+b1_amd64.deb ...
Unpacking libgl-dev:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libegl-dev:amd64.
Preparing to unpack .../340-libegl-dev_1.7.0-3+b1_amd64.deb ...
Unpacking libegl-dev:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libevdev-dev:amd64.
Preparing to unpack .../341-libevdev-dev_1.13.6+dfsg-3_amd64.deb ...
Unpacking libevdev-dev:amd64 (1.13.6+dfsg-3) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../342-libexpat1-dev_2.8.3-1_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.8.3-1) ...
Selecting previously unselected package libfast-float-dev.
Preparing to unpack .../343-libfast-float-dev_8.1.0-1_all.deb ...
Unpacking libfast-float-dev (8.1.0-1) ...
Selecting previously unselected package libfmt-dev:amd64.
Preparing to unpack .../344-libfmt-dev_10.1.1+ds1-4+b2_amd64.deb ...
Unpacking libfmt-dev:amd64 (10.1.1+ds1-4+b2) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../345-libpng-dev_1.6.58-1_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.58-1) ...
Selecting previously unselected package libfreetype-dev:amd64.
Preparing to unpack .../346-libfreetype-dev_2.14.3+dfsg-2_amd64.deb ...
Unpacking libfreetype-dev:amd64 (2.14.3+dfsg-2) ...
Selecting previously unselected package libfontconfig-dev:amd64.
Preparing to unpack .../347-libfontconfig-dev_2.17.1-5_amd64.deb ...
Unpacking libfontconfig-dev:amd64 (2.17.1-5) ...
Selecting previously unselected package libfribidi-dev:amd64.
Preparing to unpack .../348-libfribidi-dev_1.0.16-5+b1_amd64.deb ...
Unpacking libfribidi-dev:amd64 (1.0.16-5+b1) ...
Selecting previously unselected package libgbm-dev:amd64.
Preparing to unpack .../349-libgbm-dev_26.1.6-1_amd64.deb ...
Unpacking libgbm-dev:amd64 (26.1.6-1) ...
Selecting previously unselected package libsepol-dev:amd64.
Preparing to unpack .../350-libsepol-dev_3.11-1_amd64.deb ...
Unpacking libsepol-dev:amd64 (3.11-1) ...
Selecting previously unselected package libpcre2-32-0:amd64.
Preparing to unpack .../351-libpcre2-32-0_10.46-1+b2_amd64.deb ...
Unpacking libpcre2-32-0:amd64 (10.46-1+b2) ...
Selecting previously unselected package libpcre2-posix3:amd64.
Preparing to unpack .../352-libpcre2-posix3_10.46-1+b2_amd64.deb ...
Unpacking libpcre2-posix3:amd64 (10.46-1+b2) ...
Selecting previously unselected package libpcre2-dev:amd64.
Preparing to unpack .../353-libpcre2-dev_10.46-1+b2_amd64.deb ...
Unpacking libpcre2-dev:amd64 (10.46-1+b2) ...
Selecting previously unselected package libselinux-dev:amd64.
Preparing to unpack .../354-libselinux-dev_3.11-2_amd64.deb ...
Unpacking libselinux-dev:amd64 (3.11-2) ...
Selecting previously unselected package libmount-dev:amd64.
Preparing to unpack .../355-libmount-dev_2.42.2-2_amd64.deb ...
Unpacking libmount-dev:amd64 (2.42.2-2) ...
Selecting previously unselected package libsysprof-capture-4-dev:amd64.
Preparing to unpack .../356-libsysprof-capture-4-dev_50.0-3_amd64.deb ...
Unpacking libsysprof-capture-4-dev:amd64 (50.0-3) ...
Selecting previously unselected package libgio-2.0-dev:amd64.
Preparing to unpack .../357-libgio-2.0-dev_2.88.3-3_amd64.deb ...
Unpacking libgio-2.0-dev:amd64 (2.88.3-3) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../358-python3-packaging_26.2-2_all.deb ...
Unpacking python3-packaging (26.2-2) ...
Selecting previously unselected package libgio-2.0-dev-bin.
Preparing to unpack .../359-libgio-2.0-dev-bin_2.88.3-3_amd64.deb ...
Unpacking libgio-2.0-dev-bin (2.88.3-3) ...
Selecting previously unselected package libgles1:amd64.
Preparing to unpack .../360-libgles1_1.7.0-3+b1_amd64.deb ...
Unpacking libgles1:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libgles2:amd64.
Preparing to unpack .../361-libgles2_1.7.0-3+b1_amd64.deb ...
Unpacking libgles2:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libgles-dev:amd64.
Preparing to unpack .../362-libgles-dev_1.7.0-3+b1_amd64.deb ...
Unpacking libgles-dev:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../363-libglib2.0-data_2.88.3-3_all.deb ...
Unpacking libglib2.0-data (2.88.3-3) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../364-libglib2.0-bin_2.88.3-3_amd64.deb ...
Unpacking libglib2.0-bin (2.88.3-3) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../365-libglib2.0-dev-bin_2.88.3-3_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.88.3-3) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../366-libglib2.0-dev_2.88.3-3_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.88.3-3) ...
Selecting previously unselected package libudev-dev:amd64.
Preparing to unpack .../367-libudev-dev_261.2-1_amd64.deb ...
Unpacking libudev-dev:amd64 (261.2-1) ...
Selecting previously unselected package libgudev-1.0-dev:amd64.
Preparing to unpack .../368-libgudev-1.0-dev_238-7+b2_amd64.deb ...
Unpacking libgudev-1.0-dev:amd64 (238-7+b2) ...
Selecting previously unselected package libibus-1.0-dev:amd64.
Preparing to unpack .../369-libibus-1.0-dev_1.5.34-1_amd64.deb ...
Unpacking libibus-1.0-dev:amd64 (1.5.34-1) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../370-libice-dev_2%3a1.1.1-1+b2_amd64.deb ...
Unpacking libice-dev:amd64 (2:1.1.1-1+b2) ...
Selecting previously unselected package libicu-dev:amd64.
Preparing to unpack .../371-libicu-dev_78.3-2_amd64.deb ...
Unpacking libicu-dev:amd64 (78.3-2) ...
Selecting previously unselected package libmtdev-dev:amd64.
Preparing to unpack .../372-libmtdev-dev_1.1.7-1+b2_amd64.deb ...
Unpacking libmtdev-dev:amd64 (1.1.7-1+b2) ...
Selecting previously unselected package libwacom-dev:amd64.
Preparing to unpack .../373-libwacom-dev_2.18.0-1_amd64.deb ...
Unpacking libwacom-dev:amd64 (2.18.0-1) ...
Selecting previously unselected package libinput-dev:amd64.
Preparing to unpack .../374-libinput-dev_1.31.3-1_amd64.deb ...
Unpacking libinput-dev:amd64 (1.31.3-1) ...
Selecting previously unselected package libjpeg62-turbo-dev:amd64.
Preparing to unpack .../375-libjpeg62-turbo-dev_1%3a3.1.3-4_amd64.deb ...
Unpacking libjpeg62-turbo-dev:amd64 (1:3.1.3-4) ...
Selecting previously unselected package libjpeg-dev:amd64.
Preparing to unpack .../376-libjpeg-dev_1%3a3.1.3-4_amd64.deb ...
Unpacking libjpeg-dev:amd64 (1:3.1.3-4) ...
Selecting previously unselected package libqt6qml6:amd64.
Preparing to unpack .../377-libqt6qml6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6qml6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6qmlmodels6:amd64.
Preparing to unpack .../378-libqt6qmlmodels6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6qmlmodels6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6qmlworkerscript6:amd64.
Preparing to unpack .../379-libqt6qmlworkerscript6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6qmlworkerscript6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6qmlmeta6:amd64.
Preparing to unpack .../380-libqt6qmlmeta6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6qmlmeta6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6quick6:amd64.
Preparing to unpack .../381-libqt6quick6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quick6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libspdlog1.15:amd64.
Preparing to unpack .../382-libspdlog1.15_1%3a1.15.3+ds-1+b2_amd64.deb ...
Unpacking libspdlog1.15:amd64 (1:1.15.3+ds-1+b2) ...
Selecting previously unselected package libkddockwidgets-qt6-3:amd64.
Preparing to unpack .../383-libkddockwidgets-qt6-3_2.4.1+ds-1_amd64.deb ...
Unpacking libkddockwidgets-qt6-3:amd64 (2.4.1+ds-1) ...
Selecting previously unselected package libopengl-dev:amd64.
Preparing to unpack .../384-libopengl-dev_1.7.0-3+b1_amd64.deb ...
Unpacking libopengl-dev:amd64 (1.7.0-3+b1) ...
Selecting previously unselected package libqt6concurrent6:amd64.
Preparing to unpack .../385-libqt6concurrent6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6concurrent6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6test6:amd64.
Preparing to unpack .../386-libqt6test6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6test6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6waylandclient6:amd64.
Preparing to unpack .../387-libqt6waylandclient6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6waylandclient6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6wlshellintegration6:amd64.
Preparing to unpack .../388-libqt6wlshellintegration6_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6wlshellintegration6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libvulkan-dev:amd64.
Preparing to unpack .../389-libvulkan-dev_1.4.357.0-1_amd64.deb ...
Unpacking libvulkan-dev:amd64 (1.4.357.0-1) ...
Selecting previously unselected package qmake6-bin.
Preparing to unpack .../390-qmake6-bin_6.10.2+dfsg-16_amd64.deb ...
Unpacking qmake6-bin (6.10.2+dfsg-16) ...
Selecting previously unselected package qtpaths6-bin.
Preparing to unpack .../391-qtpaths6-bin_6.10.2+dfsg-16_amd64.deb ...
Unpacking qtpaths6-bin (6.10.2+dfsg-16) ...
Selecting previously unselected package qtpaths6:amd64.
Preparing to unpack .../392-qtpaths6_6.10.2+dfsg-16_amd64.deb ...
Unpacking qtpaths6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package qmake6:amd64.
Preparing to unpack .../393-qmake6_6.10.2+dfsg-16_amd64.deb ...
Unpacking qmake6:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package qt6-base-dev-tools.
Preparing to unpack .../394-qt6-base-dev-tools_6.10.2+dfsg-16_amd64.deb ...
Unpacking qt6-base-dev-tools (6.10.2+dfsg-16) ...
Selecting previously unselected package qt6-qpa-plugins:amd64.
Preparing to unpack .../395-qt6-qpa-plugins_6.10.2+dfsg-16_amd64.deb ...
Unpacking qt6-qpa-plugins:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package qt6-base-dev:amd64.
Preparing to unpack .../396-qt6-base-dev_6.10.2+dfsg-16_amd64.deb ...
Unpacking qt6-base-dev:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6quicktemplates2-6:amd64.
Preparing to unpack .../397-libqt6quicktemplates2-6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quicktemplates2-6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6labsplatform6:amd64.
Preparing to unpack .../398-libqt6labsplatform6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6labsplatform6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6labssynchronizer6:amd64.
Preparing to unpack .../399-libqt6labssynchronizer6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6labssynchronizer6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6qmlcompiler6:amd64.
Preparing to unpack .../400-libqt6qmlcompiler6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6qmlcompiler6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6qmlnetwork6:amd64.
Preparing to unpack .../401-libqt6qmlnetwork6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6qmlnetwork6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6quickcontrols2-6:amd64.
Preparing to unpack .../402-libqt6quickcontrols2-6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quickcontrols2-6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6quickshapes6:amd64.
Preparing to unpack .../403-libqt6quickshapes6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quickshapes6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6quickshapesdesignhelpers6:amd64.
Preparing to unpack .../404-libqt6quickshapesdesignhelpers6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quickshapesdesignhelpers6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6quicktest6:amd64.
Preparing to unpack .../405-libqt6quicktest6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quicktest6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6svg6:amd64.
Preparing to unpack .../406-libqt6svg6_6.10.2-9_amd64.deb ...
Unpacking libqt6svg6:amd64 (6.10.2-9) ...
Selecting previously unselected package libqt6quickvectorimagegenerator6:amd64.
Preparing to unpack .../407-libqt6quickvectorimagegenerator6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quickvectorimagegenerator6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6quickvectorimage6:amd64.
Preparing to unpack .../408-libqt6quickvectorimage6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quickvectorimage6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6quickvectorimagehelpers6:amd64.
Preparing to unpack .../409-libqt6quickvectorimagehelpers6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quickvectorimagehelpers6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6quickwidgets6:amd64.
Preparing to unpack .../410-libqt6quickwidgets6_6.10.2+dfsg-6_amd64.deb ...
Unpacking libqt6quickwidgets6:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qml:amd64.
Preparing to unpack .../411-qml6-module-qml_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qml:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtqml-models:amd64.
Preparing to unpack .../412-qml6-module-qtqml-models_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtqml-models:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtqml-workerscript:amd64.
Preparing to unpack .../413-qml6-module-qtqml-workerscript_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtqml-workerscript:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtqml:amd64.
Preparing to unpack .../414-qml6-module-qtqml_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtqml:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick:amd64.
Preparing to unpack .../415-qml6-module-qtquick_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qmltime:amd64.
Preparing to unpack .../416-qml6-module-qmltime_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qmltime:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-animation:amd64.
Preparing to unpack .../417-qml6-module-qt-labs-animation_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-animation:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-assetdownloader:amd64.
Preparing to unpack .../418-qml6-module-qt-labs-assetdownloader_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-assetdownloader:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-folderlistmodel:amd64.
Preparing to unpack .../419-qml6-module-qt-labs-folderlistmodel_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-folderlistmodel:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-templates:amd64.
Preparing to unpack .../420-qml6-module-qtquick-templates_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-templates:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-platform:amd64.
Preparing to unpack .../421-qml6-module-qt-labs-platform_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-platform:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-qmlmodels:amd64.
Preparing to unpack .../422-qml6-module-qt-labs-qmlmodels_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-qmlmodels:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-settings:amd64.
Preparing to unpack .../423-qml6-module-qt-labs-settings_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-settings:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-sharedimage:amd64.
Preparing to unpack .../424-qml6-module-qt-labs-sharedimage_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-sharedimage:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-synchronizer:amd64.
Preparing to unpack .../425-qml6-module-qt-labs-synchronizer_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-synchronizer:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qt-labs-wavefrontmesh:amd64.
Preparing to unpack .../426-qml6-module-qt-labs-wavefrontmesh_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qt-labs-wavefrontmesh:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtcore:amd64.
Preparing to unpack .../427-qml6-module-qtcore_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtcore:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtnetwork:amd64.
Preparing to unpack .../428-qml6-module-qtnetwork_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtnetwork:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtqml-xmllistmodel:amd64.
Preparing to unpack .../429-qml6-module-qtqml-xmllistmodel_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtqml-xmllistmodel:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-shapes:amd64.
Preparing to unpack .../430-qml6-module-qtquick-shapes_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-shapes:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-window:amd64.
Preparing to unpack .../431-qml6-module-qtquick-window_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-window:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-controls:amd64.
Preparing to unpack .../432-qml6-module-qtquick-controls_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-controls:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-layouts:amd64.
Preparing to unpack .../433-qml6-module-qtquick-layouts_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-layouts:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-dialogs:amd64.
Preparing to unpack .../434-qml6-module-qtquick-dialogs_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-dialogs:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-effects:amd64.
Preparing to unpack .../435-qml6-module-qtquick-effects_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-effects:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-localstorage:amd64.
Preparing to unpack .../436-qml6-module-qtquick-localstorage_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-localstorage:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-particles:amd64.
Preparing to unpack .../437-qml6-module-qtquick-particles_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-particles:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-shapes-designhelpers:amd64.
Preparing to unpack .../438-qml6-module-qtquick-shapes-designhelpers_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-shapes-designhelpers:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-tooling:amd64.
Preparing to unpack .../439-qml6-module-qtquick-tooling_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-tooling:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-vectorimage-helpers:amd64.
Preparing to unpack .../440-qml6-module-qtquick-vectorimage-helpers_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-vectorimage-helpers:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qtquick-vectorimage:amd64.
Preparing to unpack .../441-qml6-module-qtquick-vectorimage_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qtquick-vectorimage:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qml6-module-qttest:amd64.
Preparing to unpack .../442-qml6-module-qttest_6.10.2+dfsg-6_amd64.deb ...
Unpacking qml6-module-qttest:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qt6-declarative-dev-tools.
Preparing to unpack .../443-qt6-declarative-dev-tools_6.10.2+dfsg-6_amd64.deb ...
Unpacking qt6-declarative-dev-tools (6.10.2+dfsg-6) ...
Selecting previously unselected package qt6-qmllint-plugins:amd64.
Preparing to unpack .../444-qt6-qmllint-plugins_6.10.2+dfsg-6_amd64.deb ...
Unpacking qt6-qmllint-plugins:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qt6-qmlls-plugins:amd64.
Preparing to unpack .../445-qt6-qmlls-plugins_6.10.2+dfsg-6_amd64.deb ...
Unpacking qt6-qmlls-plugins:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package qt6-qmltooling-plugins:amd64.
Preparing to unpack .../446-qt6-qmltooling-plugins_6.10.2+dfsg-6_amd64.deb ...
Unpacking qt6-qmltooling-plugins:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libqt6svgwidgets6:amd64.
Preparing to unpack .../447-libqt6svgwidgets6_6.10.2-9_amd64.deb ...
Unpacking libqt6svgwidgets6:amd64 (6.10.2-9) ...
Selecting previously unselected package qt6-svg-dev:amd64.
Preparing to unpack .../448-qt6-svg-dev_6.10.2-9_amd64.deb ...
Unpacking qt6-svg-dev:amd64 (6.10.2-9) ...
Selecting previously unselected package qt6-declarative-dev:amd64.
Preparing to unpack .../449-qt6-declarative-dev_6.10.2+dfsg-6_amd64.deb ...
Unpacking qt6-declarative-dev:amd64 (6.10.2+dfsg-6) ...
Selecting previously unselected package libkddockwidgets-qt6-dev:amd64.
Preparing to unpack .../450-libkddockwidgets-qt6-dev_2.4.1+ds-1_amd64.deb ...
Unpacking libkddockwidgets-qt6-dev:amd64 (2.4.1+ds-1) ...
Selecting previously unselected package libxxhash-dev:amd64.
Preparing to unpack .../451-libxxhash-dev_0.8.3-2+b2_amd64.deb ...
Unpacking libxxhash-dev:amd64 (0.8.3-2+b2) ...
Selecting previously unselected package liblz4-dev:amd64.
Preparing to unpack .../452-liblz4-dev_1.10.0-10_amd64.deb ...
Unpacking liblz4-dev:amd64 (1.10.0-10) ...
Selecting previously unselected package libpcap0.8t64:amd64.
Preparing to unpack .../453-libpcap0.8t64_1.10.6-2_amd64.deb ...
Unpacking libpcap0.8t64:amd64 (1.10.6-2) ...
Selecting previously unselected package libpcap0.8-dev:amd64.
Preparing to unpack .../454-libpcap0.8-dev_1.10.6-2_amd64.deb ...
Unpacking libpcap0.8-dev:amd64 (1.10.6-2) ...
Selecting previously unselected package libpcap-dev:amd64.
Preparing to unpack .../455-libpcap-dev_1.10.6-2_amd64.deb ...
Unpacking libpcap-dev:amd64 (1.10.6-2) ...
Selecting previously unselected package libplutovg1:amd64.
Preparing to unpack .../456-libplutovg1_1.3.3-1_amd64.deb ...
Unpacking libplutovg1:amd64 (1.3.3-1) ...
Selecting previously unselected package libplutosvg0:amd64.
Preparing to unpack .../457-libplutosvg0_0.0.8-1_amd64.deb ...
Unpacking libplutosvg0:amd64 (0.0.8-1) ...
Selecting previously unselected package libplutovg-dev:amd64.
Preparing to unpack .../458-libplutovg-dev_1.3.3-1_amd64.deb ...
Unpacking libplutovg-dev:amd64 (1.3.3-1) ...
Selecting previously unselected package libplutosvg-dev:amd64.
Preparing to unpack .../459-libplutosvg-dev_0.0.8-1_amd64.deb ...
Unpacking libplutosvg-dev:amd64 (0.0.8-1) ...
Selecting previously unselected package libpulse-mainloop-glib0:amd64.
Preparing to unpack .../460-libpulse-mainloop-glib0_17.0+dfsg1-2.1+b2_amd64.deb ...
Unpacking libpulse-mainloop-glib0:amd64 (17.0+dfsg1-2.1+b2) ...
Selecting previously unselected package libpulse-dev:amd64.
Preparing to unpack .../461-libpulse-dev_17.0+dfsg1-2.1+b2_amd64.deb ...
Unpacking libpulse-dev:amd64 (17.0+dfsg1-2.1+b2) ...
Selecting previously unselected package libqt6sql6-sqlite:amd64.
Preparing to unpack .../462-libqt6sql6-sqlite_6.10.2+dfsg-16_amd64.deb ...
Unpacking libqt6sql6-sqlite:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6uitools6:amd64.
Preparing to unpack .../463-libqt6uitools6_6.10.2-3_amd64.deb ...
Unpacking libqt6uitools6:amd64 (6.10.2-3) ...
Selecting previously unselected package librcheevos-dev:amd64.
Preparing to unpack .../464-librcheevos-dev_12.2.1-1+b1_amd64.deb ...
Unpacking librcheevos-dev:amd64 (12.2.1-1+b1) ...
Selecting previously unselected package libxcursor1:amd64.
Preparing to unpack .../465-libxcursor1_1%3a1.2.3-1+b2_amd64.deb ...
Unpacking libxcursor1:amd64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libxi6:amd64.
Preparing to unpack .../466-libxi6_2%3a1.8.2-2+b1_amd64.deb ...
Unpacking libxi6:amd64 (2:1.8.2-2+b1) ...
Selecting previously unselected package libxrandr2:amd64.
Preparing to unpack .../467-libxrandr2_2%3a1.5.4-1+b4_amd64.deb ...
Unpacking libxrandr2:amd64 (2:1.5.4-1+b4) ...
Selecting previously unselected package libxss1:amd64.
Preparing to unpack .../468-libxss1_1%3a1.2.3-1+b4_amd64.deb ...
Unpacking libxss1:amd64 (1:1.2.3-1+b4) ...
Selecting previously unselected package libxtst6:amd64.
Preparing to unpack .../469-libxtst6_2%3a1.2.5-1+b2_amd64.deb ...
Unpacking libxtst6:amd64 (2:1.2.5-1+b2) ...
Selecting previously unselected package libsdl3-0:amd64.
Preparing to unpack .../470-libsdl3-0_3.4.14+ds-1_amd64.deb ...
Unpacking libsdl3-0:amd64 (3.4.14+ds-1) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../471-libxrender-dev_1%3a0.9.12-1+b2_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.12-1+b2) ...
Selecting previously unselected package libxfixes-dev:amd64.
Preparing to unpack .../472-libxfixes-dev_1%3a6.0.0-2+b5_amd64.deb ...
Unpacking libxfixes-dev:amd64 (1:6.0.0-2+b5) ...
Selecting previously unselected package libxcursor-dev:amd64.
Preparing to unpack .../473-libxcursor-dev_1%3a1.2.3-1+b2_amd64.deb ...
Unpacking libxcursor-dev:amd64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../474-libxext-dev_2%3a1.3.4-1+b4_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.4-1+b4) ...
Selecting previously unselected package libxi-dev:amd64.
Preparing to unpack .../475-libxi-dev_2%3a1.8.2-2+b1_amd64.deb ...
Unpacking libxi-dev:amd64 (2:1.8.2-2+b1) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../476-libxinerama1_2%3a1.1.4-3+b5_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.4-3+b5) ...
Selecting previously unselected package libxinerama-dev:amd64.
Preparing to unpack .../477-libxinerama-dev_2%3a1.1.4-3+b5_amd64.deb ...
Unpacking libxinerama-dev:amd64 (2:1.1.4-3+b5) ...
Selecting previously unselected package libxkbcommon-dev:amd64.
Preparing to unpack .../478-libxkbcommon-dev_1.13.1-1_amd64.deb ...
Unpacking libxkbcommon-dev:amd64 (1.13.1-1) ...
Selecting previously unselected package libxrandr-dev:amd64.
Preparing to unpack .../479-libxrandr-dev_2%3a1.5.4-1+b4_amd64.deb ...
Unpacking libxrandr-dev:amd64 (2:1.5.4-1+b4) ...
Selecting previously unselected package libxss-dev:amd64.
Preparing to unpack .../480-libxss-dev_1%3a1.2.3-1+b4_amd64.deb ...
Unpacking libxss-dev:amd64 (1:1.2.3-1+b4) ...
Selecting previously unselected package libxt6t64:amd64.
Preparing to unpack .../481-libxt6t64_1%3a1.2.1-1.3+b2_amd64.deb ...
Unpacking libxt6t64:amd64 (1:1.2.1-1.3+b2) ...
Selecting previously unselected package libsm-dev:amd64.
Preparing to unpack .../482-libsm-dev_2%3a1.2.6-1+b2_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.6-1+b2) ...
Selecting previously unselected package libxt-dev:amd64.
Preparing to unpack .../483-libxt-dev_1%3a1.2.1-1.3+b2_amd64.deb ...
Unpacking libxt-dev:amd64 (1:1.2.1-1.3+b2) ...
Selecting previously unselected package libxtst-dev:amd64.
Preparing to unpack .../484-libxtst-dev_2%3a1.2.5-1+b2_amd64.deb ...
Unpacking libxtst-dev:amd64 (2:1.2.5-1+b2) ...
Selecting previously unselected package libxv1:amd64.
Preparing to unpack .../485-libxv1_2%3a1.0.13-1+b1_amd64.deb ...
Unpacking libxv1:amd64 (2:1.0.13-1+b1) ...
Selecting previously unselected package libxv-dev:amd64.
Preparing to unpack .../486-libxv-dev_2%3a1.0.13-1+b1_amd64.deb ...
Unpacking libxv-dev:amd64 (2:1.0.13-1+b1) ...
Selecting previously unselected package libxxf86vm-dev:amd64.
Preparing to unpack .../487-libxxf86vm-dev_1%3a1.1.4-2+b1_amd64.deb ...
Unpacking libxxf86vm-dev:amd64 (1:1.1.4-2+b1) ...
Selecting previously unselected package libsdl3-dev:amd64.
Preparing to unpack .../488-libsdl3-dev_3.4.14+ds-1_amd64.deb ...
Unpacking libsdl3-dev:amd64 (3.4.14+ds-1) ...
Selecting previously unselected package libshaderc1:amd64.
Preparing to unpack .../489-libshaderc1_2026.3-1_amd64.deb ...
Unpacking libshaderc1:amd64 (2026.3-1) ...
Selecting previously unselected package spirv-headers.
Preparing to unpack .../490-spirv-headers_1.6.1+1.4.357.0-1_all.deb ...
Unpacking spirv-headers (1.6.1+1.4.357.0-1) ...
Selecting previously unselected package libshaderc-dev:amd64.
Preparing to unpack .../491-libshaderc-dev_2026.3-1_amd64.deb ...
Unpacking libshaderc-dev:amd64 (2026.3-1) ...
Selecting previously unselected package libsharpyuv-dev:amd64.
Preparing to unpack .../492-libsharpyuv-dev_1.5.0-0.1+b2_amd64.deb ...
Unpacking libsharpyuv-dev:amd64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libsimpleini1t64:amd64.
Preparing to unpack .../493-libsimpleini1t64_4.25+dfsg-1+b1_amd64.deb ...
Unpacking libsimpleini1t64:amd64 (4.25+dfsg-1+b1) ...
Selecting previously unselected package libsimpleini-dev:amd64.
Preparing to unpack .../494-libsimpleini-dev_4.25+dfsg-1+b1_amd64.deb ...
Unpacking libsimpleini-dev:amd64 (4.25+dfsg-1+b1) ...
Selecting previously unselected package libsoundtouch1:amd64.
Preparing to unpack .../495-libsoundtouch1_2.4.1+ds-1_amd64.deb ...
Unpacking libsoundtouch1:amd64 (2.4.1+ds-1) ...
Selecting previously unselected package libsoundtouch-dev:amd64.
Preparing to unpack .../496-libsoundtouch-dev_2.4.1+ds-1_amd64.deb ...
Unpacking libsoundtouch-dev:amd64 (2.4.1+ds-1) ...
Selecting previously unselected package libspeex-dev:amd64.
Preparing to unpack .../497-libspeex-dev_1.2.1-3+b2_amd64.deb ...
Unpacking libspeex-dev:amd64 (1.2.1-3+b2) ...
Selecting previously unselected package libswscale10:amd64.
Preparing to unpack .../498-libswscale10_7%3a9.0-1+b1_amd64.deb ...
Unpacking libswscale10:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libswscale-dev:amd64.
Preparing to unpack .../499-libswscale-dev_7%3a9.0-1+b1_amd64.deb ...
Unpacking libswscale-dev:amd64 (7:9.0-1+b1) ...
Selecting previously unselected package libvulkan-memory-allocator-dev.
Preparing to unpack .../500-libvulkan-memory-allocator-dev_3.4.0+dfsg-1_all.deb ...
Unpacking libvulkan-memory-allocator-dev (3.4.0+dfsg-1) ...
Selecting previously unselected package libwebpdemux2:amd64.
Preparing to unpack .../501-libwebpdemux2_1.5.0-0.1+b2_amd64.deb ...
Unpacking libwebpdemux2:amd64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libwebpdecoder3:amd64.
Preparing to unpack .../502-libwebpdecoder3_1.5.0-0.1+b2_amd64.deb ...
Unpacking libwebpdecoder3:amd64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libwebp-dev:amd64.
Preparing to unpack .../503-libwebp-dev_1.5.0-0.1+b2_amd64.deb ...
Unpacking libwebp-dev:amd64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libxbyak-dev.
Preparing to unpack .../504-libxbyak-dev_7.24.2-4_amd64.deb ...
Unpacking libxbyak-dev (7.24.2-4) ...
Selecting previously unselected package libzip5:amd64.
Preparing to unpack .../505-libzip5_1.11.4-2+b1_amd64.deb ...
Unpacking libzip5:amd64 (1.11.4-2+b1) ...
Selecting previously unselected package zipcmp.
Preparing to unpack .../506-zipcmp_1.11.4-2+b1_amd64.deb ...
Unpacking zipcmp (1.11.4-2+b1) ...
Selecting previously unselected package zipmerge.
Preparing to unpack .../507-zipmerge_1.11.4-2+b1_amd64.deb ...
Unpacking zipmerge (1.11.4-2+b1) ...
Selecting previously unselected package ziptool.
Preparing to unpack .../508-ziptool_1.11.4-2+b1_amd64.deb ...
Unpacking ziptool (1.11.4-2+b1) ...
Selecting previously unselected package libzip-dev:amd64.
Preparing to unpack .../509-libzip-dev_1.11.4-2+b1_amd64.deb ...
Unpacking libzip-dev:amd64 (1.11.4-2+b1) ...
Selecting previously unselected package libzycore1.5:amd64.
Preparing to unpack .../510-libzycore1.5_1.5.2-1+b2_amd64.deb ...
Unpacking libzycore1.5:amd64 (1.5.2-1+b2) ...
Selecting previously unselected package libzycore-dev:amd64.
Preparing to unpack .../511-libzycore-dev_1.5.2-1+b2_amd64.deb ...
Unpacking libzycore-dev:amd64 (1.5.2-1+b2) ...
Selecting previously unselected package libzydis4.1:amd64.
Preparing to unpack .../512-libzydis4.1_4.1.1-3+b2_amd64.deb ...
Unpacking libzydis4.1:amd64 (4.1.1-3+b2) ...
Selecting previously unselected package libzydis-dev:amd64.
Preparing to unpack .../513-libzydis-dev_4.1.1-3+b2_amd64.deb ...
Unpacking libzydis-dev:amd64 (4.1.1-3+b2) ...
Selecting previously unselected package linguist-qt6.
Preparing to unpack .../514-linguist-qt6_6.10.2-3_amd64.deb ...
Unpacking linguist-qt6 (6.10.2-3) ...
Selecting previously unselected package qdbus-qt6.
Preparing to unpack .../515-qdbus-qt6_6.10.2-3_amd64.deb ...
Unpacking qdbus-qt6 (6.10.2-3) ...
Selecting previously unselected package qdoc-qt6.
Preparing to unpack .../516-qdoc-qt6_6.10.2-3_amd64.deb ...
Unpacking qdoc-qt6 (6.10.2-3) ...
Selecting previously unselected package qt6-base-private-dev:amd64.
Preparing to unpack .../517-qt6-base-private-dev_6.10.2+dfsg-16_amd64.deb ...
Unpacking qt6-base-private-dev:amd64 (6.10.2+dfsg-16) ...
Selecting previously unselected package qt6-documentation-tools.
Preparing to unpack .../518-qt6-documentation-tools_6.10.2-3_amd64.deb ...
Unpacking qt6-documentation-tools (6.10.2-3) ...
Selecting previously unselected package qt6-l10n-tools.
Preparing to unpack .../519-qt6-l10n-tools_6.10.2-3_amd64.deb ...
Unpacking qt6-l10n-tools (6.10.2-3) ...
Selecting previously unselected package qt6-tools-dev-tools.
Preparing to unpack .../520-qt6-tools-dev-tools_6.10.2-3_amd64.deb ...
Unpacking qt6-tools-dev-tools (6.10.2-3) ...
Selecting previously unselected package qt6-tools-dev:amd64.
Preparing to unpack .../521-qt6-tools-dev_6.10.2-3_amd64.deb ...
Unpacking qt6-tools-dev:amd64 (6.10.2-3) ...
Selecting previously unselected package rapidjson-dev.
Preparing to unpack .../522-rapidjson-dev_1.1.0+dfsg2-7.6_all.deb ...
Unpacking rapidjson-dev (1.1.0+dfsg2-7.6) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../523-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libgme0:amd64 (0.6.4-1+b1) ...
Setting up libchromaprint1:amd64 (1.6.1-1) ...
Setting up libhwy1t64:amd64 (1.3.0-5.1) ...
Setting up libunistring-dev:amd64 (1.4.2-1) ...
Setting up media-types (14.0.0) ...
Setting up libb2-1:amd64 (0.98.1-1.1+b3) ...
Setting up liblmdb0:amd64 (0.9.35-1) ...
Setting up libgraphite2-3:amd64 (1.3.15-2) ...
Setting up liblcms2-2:amd64 (2.19.1-1) ...
Setting up libpixman-1-0:amd64 (0.46.4-1+b2) ...
Setting up libdvdread8t64:amd64 (7.1.1-1) ...
Setting up libnorm1t64:amd64 (1.5.9+dfsg-4+b1) ...
Setting up libsharpyuv0:amd64 (1.5.0-0.1+b2) ...
Setting up libaom3:amd64 (3.14.1-1) ...
Setting up libfast-float-dev (8.1.0-1) ...
Setting up libvo-amrwbenc0:amd64 (0.1.3-2+b3) ...
Setting up librabbitmq4:amd64 (0.17.0-1) ...
Setting up libxau6:amd64 (1:1.0.11-1+b2) ...
Setting up libxdmcp6:amd64 (1:1.1.5-2+b1) ...
Setting up libdouble-conversion3:amd64 (3.4.0-1+b1) ...
Setting up libkeyutils1:amd64 (1.6.3-6+b2) ...
Setting up pci.ids (0.0~2026.07.21-1) ...
Setting up libxcb1:amd64 (1.17.0-2+b2) ...
Setting up native-architecture (0.2.6) ...
Setting up libudfread3:amd64 (1.2.0-3) ...
Setting up libxcb-xfixes0:amd64 (1.17.0-2+b2) ...
Setting up libogg0:amd64 (1.3.6-2+b1) ...
Setting up libzstd-dev:amd64 (1.5.7+dfsg-4) ...
Setting up libspeex1:amd64 (1.2.1-3+b2) ...
Setting up libshine3:amd64 (3.1.1-4) ...
Setting up libvpl2 (1:2.16.0-1) ...
Setting up libtwolame0:amd64 (0.4.0-3) ...
Setting up libxcb-xinput0:amd64 (1.17.0-2+b2) ...
Setting up spirv-headers (1.6.1+1.4.357.0-1) ...
Setting up libdatrie1:amd64 (0.2.14-2) ...
Setting up extra-cmake-modules (6.28.0-1) ...
Setting up libzip5:amd64 (1.11.4-2+b1) ...
Setting up libgsm1:amd64 (1.0.24-1) ...
Setting up libxcb-render0:amd64 (1.17.0-2+b2) ...
Setting up libsoxr0:amd64 (0.1.3-4.1+b1) ...
Setting up libcbor0.10:amd64 (0.10.2-2.2) ...
Setting up qml6-module-qml:amd64 (6.10.2+dfsg-6) ...
Setting up libx264-165:amd64 (2:0.165.3223+git20250910.0480cb0-1) ...
Setting up libglvnd0:amd64 (1.7.0-3+b1) ...
Setting up libxbyak-dev (7.24.2-4) ...
Setting up libtdb1:amd64 (2:1.4.15+samba4.24.6+dfsg-1) ...
Setting up libtirpc-common (1.3.7+ds-1) ...
Setting up libcodec2-1.2:amd64 (1.2.0-5) ...
Setting up libts0t64:amd64 (1.22-1.1+b2) ...
Setting up libxcb-glx0:amd64 (1.17.0-2+b2) ...
Setting up libdiscord-rpc3:amd64 (3.4.0-2+b1) ...
Setting up libbrotli1:amd64 (1.2.0-3) ...
Setting up libedit2:amd64 (3.1-20260512-1) ...
Setting up libpkgconf7:amd64 (2.5.1-4) ...
Setting up qml6-module-qt-labs-assetdownloader:amd64 (6.10.2+dfsg-6) ...
Setting up libgdk-pixbuf2.0-common (2.44.7+dfsg-1) ...
Setting up libuv1t64:amd64 (1.52.1-4) ...
Setting up libxcb-keysyms1:amd64 (0.4.1-1+b2) ...
Setting up libxcb-shape0:amd64 (1.17.0-2+b2) ...
Setting up x11-common (1:7.7+26) ...
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libsensors-config (1:3.6.2-2) ...
Setting up libnghttp2-14:amd64 (1.70.0-1) ...
Setting up libwebpdecoder3:amd64 (1.5.0-0.1+b2) ...
Setting up libevent-2.1-7t64:amd64 (2.1.13-stable-1) ...
Setting up libxcb-render-util0:amd64 (0.3.10-1+b2) ...
Setting up xkb-data (2.48-1) ...
Setting up libidn2-0:amd64 (2.3.8-5) ...
Setting up libxcb-shm0:amd64 (1.17.0-2+b2) ...
Setting up libxcb-icccm4:amd64 (0.4.2-1+b2) ...
Setting up libmpg123-0t64:amd64 (1.33.7-1) ...
Setting up zipmerge (1.11.4-2+b1) ...
Setting up libcjson1:amd64 (1.7.19-2+b1) ...
Setting up libxvidcore4:amd64 (2:1.3.7-3+b2) ...
Setting up libvulkan-memory-allocator-dev (3.4.0+dfsg-1) ...
Setting up googletest (1.17.0-1) ...
Setting up spirv-tools-headers (2026.3~rc1-1) ...
Setting up libplutovg1:amd64 (1.3.3-1) ...
Setting up libwbclient0:amd64 (2:4.24.6+dfsg-1) ...
Setting up libpcre2-16-0:amd64 (10.46-1+b2) ...
Setting up libcap2:amd64 (1:2.78-1+b1) ...
Setting up libopengl0:amd64 (1.7.0-3+b1) ...
Setting up rapidjson-dev (1.1.0+dfsg2-7.6) ...
Setting up libxcb-util1:amd64 (0.4.1-1+b2) ...
Setting up libtheoraenc2:amd64 (1.2.0+dfsg-6+b2) ...
Setting up libsnappy1v5:amd64 (1.2.2-2+b2) ...
Setting up libxcb-xkb1:amd64 (1.17.0-2+b2) ...
Setting up libxcb-image0:amd64 (0.4.0-2+b3) ...
Setting up libkrb5support0:amd64 (1.22.1-3) ...
Setting up librav1e0.8:amd64 (0.8.1-11) ...
Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-11) ...
Setting up tzdata (2026c-1) ...
Current default time zone: 'Etc/UTC'
Local time is now: Thu Aug 13 19:46:50 UTC 2026.
Universal Time is now: Thu Aug 13 19:46:50 UTC 2026.
Run 'dpkg-reconfigure tzdata' if you wish to change it.
Setting up libicu78:amd64 (78.3-2) ...
Setting up libxcb-present0:amd64 (1.17.0-2+b2) ...
Setting up libtalloc2:amd64 (2:2.4.4+samba4.24.6+dfsg-1) ...
Setting up libsysprof-capture-4-dev:amd64 (50.0-3) ...
Setting up libasound2-data (1.2.16.1-1) ...
Setting up libvpx12:amd64 (1.16.0-3) ...
Setting up libopencore-amrwb0:amd64 (0.1.6-1+b3) ...
Setting up libpgm-5.3-0t64:amd64 (5.3.128~dfsg-3) ...
Setting up xtrans-dev (1.6.0-1) ...
Setting up libwayland-bin (1.26.0-1) ...
Setting up libz3-4:amd64 (4.13.3-1.1) ...
Setting up libpcre2-32-0:amd64 (10.46-1+b2) ...
Setting up libbacktrace0:amd64 (0.1-4+b2) ...
Setting up libsoundtouch1:amd64 (2.4.1+ds-1) ...
Setting up libglib2.0-data (2.88.3-3) ...
Setting up libunbound8:amd64 (1.26.0-1) ...
Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
Setting up libgles2:amd64 (1.7.0-3+b1) ...
Setting up libasound2t64:amd64 (1.2.16.1-1) ...
Setting up libexpat1-dev:amd64 (2.8.3-1) ...
Setting up libjpeg62-turbo:amd64 (1:3.1.3-4) ...
Setting up libva2:amd64 (2.24.1-2) ...
Setting up libproc2-1:amd64 (2:4.0.7-1) ...
Setting up libx11-data (2:1.8.13-1) ...
Setting up libjpeg62-turbo-dev:amd64 (1:3.1.3-4) ...
Setting up libxcb-sync1:amd64 (1.17.0-2+b2) ...
Setting up libplutovg-dev:amd64 (1.3.3-1) ...
Setting up libjsoncpp26:amd64 (1.9.8-2) ...
Setting up uuid-dev:amd64 (2.42.2-2) ...
Setting up libxcb-cursor0:amd64 (0.1.6-1) ...
Setting up libavahi-common-data:amd64 (0.8-18) ...
Setting up libgles1:amd64 (1.7.0-3+b1) ...
Setting up libdbus-1-3:amd64 (1.16.2-5+b1) ...
Setting up libshaderc1:amd64 (2026.3-1) ...
Setting up libfribidi0:amd64 (1.0.16-5+b1) ...
Setting up libopus0:amd64 (1.6.1-1+b1) ...
Setting up comerr-dev:amd64 (2.1-1.47.4-1+b1) ...
Setting up fonts-dejavu-mono (2.37-9) ...
Setting up libssl-dev:amd64 (3.6.3-1) ...
Setting up libzycore1.5:amd64 (1.5.2-1+b2) ...
Setting up libpng16-16t64:amd64 (1.6.58-1) ...
Setting up libvorbis0a:amd64 (1.3.7-3+b2) ...
Setting up libfmt-dev:amd64 (10.1.1+ds1-4+b2) ...
Setting up libspeex-dev:amd64 (1.2.1-3+b2) ...
Setting up icu-devtools (78.3-2) ...
Setting up fonts-dejavu-core (2.37-9) ...
Setting up libflac14:amd64 (1.5.0+ds-5+b1) ...
Setting up libchdr0:amd64 (0.3.0+dfsg-1) ...
Setting up libudev-dev:amd64 (261.2-1) ...
Setting up libsepol-dev:amd64 (3.11-1) ...
Setting up pkgconf-bin (2.5.1-4) ...
Setting up libsensors5:amd64 (1:3.6.2-2+b2) ...
Setting up libspdlog1.15:amd64 (1:1.15.3+ds-1+b2) ...
Setting up libk5crypto3:amd64 (1.22.1-3) ...
Setting up libsvtav1enc4:amd64 (4.1.0+dfsg-1) ...
Setting up libidn2-dev:amd64 (2.3.8-5) ...
Setting up libzycore-dev:amd64 (1.5.2-1+b2) ...
Setting up libsasl2-2:amd64 (2.1.28+dfsg1-11) ...
Setting up libvulkan1:amd64 (1.4.357.0-1) ...
Setting up libnghttp3-9:amd64 (1.17.0-1) ...
Setting up libcpuinfo0:amd64 (0.0~git20250905.877328f-1+b1) ...
Setting up libxxhash-dev:amd64 (0.8.3-2+b2) ...
Setting up libwebp7:amd64 (1.5.0-0.1+b2) ...
Setting up libnghttp3-dev:amd64 (1.17.0-1) ...
Setting up libsndio7.0:amd64 (1.10.0-0.2+b2) ...
Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
Setting up libffi8:amd64 (3.8.0-1) ...
Setting up libnuma1:amd64 (2.0.19-1+b2) ...
Setting up libpcre2-posix3:amd64 (10.46-1+b2) ...
Setting up spirv-tools-dev:amd64 (2026.3~rc1-1) ...
Setting up zipcmp (1.11.4-2+b1) ...
Setting up libdav1d7:amd64 (1.5.4-1) ...
Setting up libmtdev1t64:amd64 (1.1.7-1+b2) ...
Setting up ocl-icd-libopencl1:amd64 (2.3.4-1+b1) ...
Setting up libduktape207:amd64 (2.7.0-2+b3) ...
Setting up libasyncns0:amd64 (0.8-8) ...
Setting up libxshmfence1:amd64 (1.3.3-1+b2) ...
Setting up libxcb-randr0:amd64 (1.17.0-2+b2) ...
Setting up procps (2:4.0.7-1) ...
Setting up libspeexdsp1:amd64 (1.2.1-4) ...
Setting up libopencore-amrnb0:amd64 (0.1.6-1+b3) ...
Setting up libtasn1-6:amd64 (4.21.0-2+b1) ...
Setting up libmd4c0:amd64 (0.5.3-1) ...
Setting up libopenjp2-7:amd64 (2.5.4-1.1) ...
Setting up libpcap0.8t64:amd64 (1.10.6-2) ...
Setting up libx11-6:amd64 (2:1.8.13-1) ...
Setting up libthai-data (0.1.30-3) ...
Setting up xorg-sgml-doctools (1:1.12.1-1) ...
Setting up netbase (6.5) ...
Setting up libngtcp2-16:amd64 (1.24.0-1) ...
Setting up sgml-base (1.31+nmu1) ...
Setting up libx265-216:amd64 (4.2-3) ...
Setting up librhash1:amd64 (1.4.6-1.1+b1) ...
Setting up libkrb5-3:amd64 (1.22.1-3) ...
Setting up libwayland-egl1:amd64 (1.26.0-1) ...
Setting up libssh2-1t64:amd64 (1.11.1-5) ...
Setting up libopengl-dev:amd64 (1.7.0-3+b1) ...
Setting up libfido2-1:amd64 (1.17.0-2) ...
Setting up libasound2-dev:amd64 (1.2.16.1-1) ...
Setting up libde265-0:amd64 (1.1.1-1) ...
Setting up libsharpyuv-dev:amd64 (1.5.0-0.1+b2) ...
Setting up libsamplerate0:amd64 (0.2.2-4+b3) ...
Setting up ziptool (1.11.4-2+b1) ...
Setting up libtasn1-6-dev:amd64 (4.21.0-2+b1) ...
Setting up libwebpmux3:amd64 (1.5.0-0.1+b2) ...
Setting up libsodium26:amd64 (1.0.22-2) ...
Setting up libdrm-common (2.4.134-3) ...
Setting up libarchive13t64:amd64 (3.8.9-1) ...
Setting up libjxl0.11:amd64 (0.11.2-5) ...
Setting up libevdev2:amd64 (1.13.6+dfsg-3) ...
Setting up readline-common (8.3-4) ...
Setting up libicu-dev:amd64 (78.3-2) ...
Setting up librcheevos-dev:amd64 (12.2.1-1+b1) ...
Setting up libldap2:amd64 (2.6.14+dfsg-1) ...
Setting up libsystemd-dev:amd64 (261.2-1) ...
Setting up libbrotli-dev:amd64 (1.2.0-3) ...
Setting up libzvbi-common (0.2.45-1) ...
Setting up libmp3lame0:amd64 (4.0-1) ...
Setting up libtevent0t64:amd64 (2:0.17.1+samba4.24.6+dfsg-1) ...
Setting up libvorbisenc2:amd64 (1.3.7-3+b2) ...
Setting up libdvdnav4:amd64 (7.0.0-2+b1) ...
Setting up libpopt0:amd64 (1.19+dfsg-2+b2) ...
Setting up libzydis4.1:amd64 (4.1.1-3+b2) ...
Setting up libwacom-common (2.18.0-1) ...
Setting up libbz2-dev:amd64 (1.0.8-6+b2) ...
Setting up libdiscord-rpc-dev (3.4.0-2+b1) ...
Setting up libxkbcommon0:amd64 (1.13.1-1) ...
Setting up libwayland-client0:amd64 (1.26.0-1) ...
Setting up x11proto-dev (2025.1-1) ...
Setting up bubblewrap (0.11.2-2) ...
Setting up libxcb-dri3-0:amd64 (1.17.0-2+b2) ...
Setting up libblkid-dev:amd64 (2.42.2-2) ...
Setting up libwayland-server0:amd64 (1.26.0-1) ...
Setting up libbacktrace-dev:amd64 (0.1-4+b2) ...
Setting up libx11-xcb1:amd64 (2:1.8.13-1) ...
Setting up libice6:amd64 (2:1.1.1-1+b2) ...
Setting up libpciaccess0:amd64 (0.19-2) ...
Setting up libzip-dev:amd64 (1.11.4-2+b1) ...
Setting up libpciaccess-dev:amd64 (0.19-2) ...
Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
Setting up libxau-dev:amd64 (1:1.0.11-1+b2) ...
Setting up libpcre2-dev:amd64 (10.46-1+b2) ...
Setting up libzvbi0t64:amd64 (0.2.45-1) ...
Setting up nettle-dev:amd64 (3.10.2-1+b1) ...
Setting up libxrender1:amd64 (1:0.9.12-1+b2) ...
Setting up libice-dev:amd64 (2:1.1.1-1+b2) ...
Setting up glslang-dev:amd64 (16.4.0-1) ...
Setting up libevdev-dev:amd64 (1.13.6+dfsg-3) ...
Setting up libshaderc-dev:amd64 (2026.3-1) ...
Setting up libmtdev-dev:amd64 (1.1.7-1+b2) ...
Setting up libzydis-dev:amd64 (4.1.1-3+b2) ...
Setting up fontconfig-config (2.17.1-5) ...
Setting up libfribidi-dev:amd64 (1.0.16-5+b1) ...
Setting up libwebpdemux2:amd64 (1.5.0-0.1+b2) ...
Setting up libaribb24-0t64:amd64 (1.0.3-3+b1) ...
Setting up libxkbcommon-dev:amd64 (1.13.1-1) ...
Setting up libpng-dev:amd64 (1.6.58-1) ...
Setting up libcpuinfo-dev (0.0~git20250905.877328f-1+b1) ...
Setting up libspeexdsp-dev:amd64 (1.2.1-4) ...
Setting up libavahi-common3:amd64 (0.8-18) ...
Setting up libpsl5t64:amd64 (0.23.2-1) ...
Setting up libjpeg-dev:amd64 (1:3.1.3-4) ...
Setting up libxext6:amd64 (2:1.3.4-1+b4) ...
Setting up libsoundtouch-dev:amd64 (2.4.1+ds-1) ...
Setting up libngtcp2-dev:amd64 (1.24.0-1) ...
Setting up libffi-dev:amd64 (3.8.0-1) ...
Setting up pkgconf:amd64 (2.5.1-4) ...
Setting up libpsl-dev:amd64 (0.23.2-1) ...
Setting up libxxf86vm1:amd64 (1:1.1.4-2+b1) ...
Setting up libsimpleini1t64:amd64 (4.25+dfsg-1+b1) ...
Setting up libthai0:amd64 (0.1.30-3) ...
Setting up libvorbisfile3:amd64 (1.3.7-3+b2) ...
Setting up libxdmcp-dev:amd64 (1:1.1.5-2+b1) ...
Setting up libglib2.0-0t64:amd64 (2.88.3-3) ...
No schema files found: doing nothing.
Setting up libwebp-dev:amd64 (1.5.0-0.1+b2) ...
Setting up libfreetype6:amd64 (2.14.3+dfsg-2) ...
Setting up libxfixes3:amd64 (1:6.0.0-2+b5) ...
Setting up libsimpleini-dev:amd64 (4.25+dfsg-1+b1) ...
Setting up libldap-dev:amd64 (2.6.14+dfsg-1) ...
Setting up libllvm21:amd64 (1:21.1.8-10) ...
Setting up libchdr-dev:amd64 (0.3.0+dfsg-1) ...
Setting up shared-mime-info (2.4-5+b3) ...
Setting up libp11-kit0:amd64 (0.26.4-1) ...
Setting up libxinerama1:amd64 (2:1.1.4-3+b5) ...
Setting up libxkbcommon-x11-0:amd64 (1.13.1-1) ...
Setting up libxv1:amd64 (2:1.0.13-1+b1) ...
Setting up libgssapi-krb5-2:amd64 (1.22.1-3) ...
Setting up libxrandr2:amd64 (2:1.5.4-1+b4) ...
Setting up liblz4-dev:amd64 (1.10.0-10) ...
Setting up gir1.2-glib-2.0:amd64 (2.88.3-3) ...
Setting up libssh2-1-dev:amd64 (1.11.1-5) ...
Setting up libngtcp2-crypto-ossl0:amd64 (1.24.0-1) ...
Setting up libssh-4:amd64 (0.12.2-1) ...
Setting up libngtcp2-crypto-ossl-dev:amd64 (1.24.0-1) ...
Setting up libreadline8t64:amd64 (8.3-4) ...
Setting up libjack-jackd2-0:amd64 (1.9.22~dfsg-6) ...
Setting up libdrm2:amd64 (2.4.134-3) ...
Setting up libva-drm2:amd64 (2.24.1-2) ...
Setting up gir1.2-glib-2.0-dev:amd64 (2.88.3-3) ...
Setting up libvdpau1:amd64 (1.5-4+b1) ...
Setting up libwayland-cursor0:amd64 (1.26.0-1) ...
Setting up xml-core (0.21) ...
Setting up libdecor-0-0:amd64 (0.2.5-1+b1) ...
Setting up libharfbuzz0b:amd64 (12.3.2-2+b2) ...
Setting up libxss1:amd64 (1:1.2.3-1+b4) ...
Setting up libfontconfig1:amd64 (2.17.1-5) ...
Setting up libsndfile1:amd64 (1.2.2-4+b1) ...
Setting up libclang1-21 (1:21.1.8-10) ...
Setting up libselinux-dev:amd64 (3.11-2) ...
Setting up libldb2:amd64 (2:2.11.0+samba4.24.6+dfsg-1) ...
Setting up libva-x11-2:amd64 (2.24.1-2) ...
Setting up libsm6:amd64 (2:1.2.6-1+b2) ...
Setting up libopenmpt0t64:amd64 (0.8.7-1) ...
Setting up libavahi-client3:amd64 (0.8-18) ...
Setting up libmount-dev:amd64 (2.42.2-2) ...
Setting up libgudev-1.0-0:amd64 (238-7+b2) ...
Setting up libp11-kit-dev:amd64 (0.26.4-1) ...
Setting up libdrm-amdgpu1:amd64 (2.4.134-3) ...
Setting up libgnutls30t64:amd64 (3.8.13-1) ...
Setting up libnghttp2-dev:amd64 (1.70.0-1) ...
Setting up libqt6core6t64:amd64 (6.10.2+dfsg-16) ...
Setting up fontconfig (2.17.1-5) ...
Regenerating fonts cache... done.
Setting up libdrm-nouveau2:amd64 (2.4.134-3) ...
Setting up libgio-2.0-dev:amd64 (2.88.3-3) ...
Setting up libqt6test6:amd64 (6.10.2+dfsg-16) ...
Setting up libxcb1-dev:amd64 (1.17.0-2+b2) ...
Setting up libavutil61:amd64 (7:9.0-1+b1) ...
Setting up libzmq5:amd64 (4.3.5-1+b7) ...
Setting up libxi6:amd64 (2:1.8.2-2+b1) ...
Setting up libcurl4t64:amd64 (8.21.0-2) ...
Setting up libtirpc3t64:amd64 (1.3.7+ds-1) ...
Setting up libpulse0:amd64 (17.0+dfsg1-2.1+b2) ...
Setting up libgirepository-2.0-0:amd64 (2.88.3-3) ...
Setting up libpython3.14-stdlib:amd64 (3.14.7-1) ...
Setting up libwacom9:amd64 (2.18.0-1) ...
Setting up libsm-dev:amd64 (2:1.2.6-1+b2) ...
Setting up libplutosvg0:amd64 (0.0.8-1) ...
Setting up libdrm-radeon1:amd64 (2.4.134-3) ...
Setting up libxtst6:amd64 (2:1.2.5-1+b2) ...
Setting up libxcursor1:amd64 (1:1.2.3-1+b2) ...
Setting up libpango-1.0-0:amd64 (1.58.0-1) ...
Setting up libdrm-intel1:amd64 (2.4.134-3) ...
Setting up libibus-1.0-5:amd64 (1.5.34-1) ...
Setting up libx11-dev:amd64 (2:1.8.13-1) ...
Setting up libglib2.0-bin (2.88.3-3) ...
Setting up libwayland-dev:amd64 (1.26.0-1) ...
Setting up libcairo2:amd64 (1.18.4-3+b1) ...
Setting up libcubeb0:amd64 (0.0~git20250401.975a727+ds-1+b2) ...
Setting up libinput-bin (1.31.3-1) ...
Setting up libfreetype-dev:amd64 (2.14.3+dfsg-2) ...
Setting up librist4:amd64 (0.2.20+dfsg-1) ...
Setting up libxfixes-dev:amd64 (1:6.0.0-2+b5) ...
Setting up libdecor-0-dev:amd64 (0.2.5-1+b1) ...
Setting up libtheoradec2:amd64 (1.2.0+dfsg-6+b2) ...
Setting up libclang-cpp21 (1:21.1.8-10) ...
Setting up libgnutls-dane0t64:amd64 (3.8.13-1) ...
Setting up libqt6xml6:amd64 (6.10.2+dfsg-16) ...
Setting up libqt6sql6:amd64 (6.10.2+dfsg-16) ...
Setting up librtmp1:amd64 (2.6-1) ...
Setting up libgssrpc4t64:amd64 (1.22.1-3) ...
Setting up libqt6sql6-sqlite:amd64 (6.10.2+dfsg-16) ...
Setting up libpulse-mainloop-glib0:amd64 (17.0+dfsg1-2.1+b2) ...
Setting up gir1.2-gudev-1.0:amd64 (238-7+b2) ...
Setting up libxt6t64:amd64 (1:1.2.1-1.3+b2) ...
Setting up libswresample7:amd64 (7:9.0-1+b1) ...
Setting up libdrm-freedreno1:amd64 (2.4.134-3) ...
Setting up qtpaths6-bin (6.10.2+dfsg-16) ...
Setting up libxext-dev:amd64 (2:1.3.4-1+b4) ...
Setting up qmake6-bin (6.10.2+dfsg-16) ...
Setting up libsrt1.5-gnutls:amd64 (1.5.6-1) ...
Setting up libbluray4:amd64 (1:1.5.0-3) ...
Setting up libcubeb-dev:amd64 (0.0~git20250401.975a727+ds-1+b2) ...
Setting up cmake (4.3.4-1) ...
Setting up libcairo-gobject2:amd64 (1.18.4-3+b1) ...
Setting up python3.14 (3.14.7-1) ...
Setting up libpangoft2-1.0-0:amd64 (1.58.0-1) ...
Setting up libswscale10:amd64 (7:9.0-1+b1) ...
Setting up qtpaths6:amd64 (6.10.2+dfsg-16) ...
Setting up libxi-dev:amd64 (2:1.8.2-2+b1) ...
Setting up gir1.2-ibus-1.0:amd64 (1.5.34-1) ...
Setting up libxrender-dev:amd64 (1:0.9.12-1+b2) ...
Setting up libcups2t64:amd64 (2.4.18-1) ...
Setting up libngtcp2-crypto-gnutls8:amd64 (1.24.0-1) ...
Setting up libpangocairo-1.0-0:amd64 (1.58.0-1) ...
Setting up libpython3-stdlib:amd64 (3.14.6-1) ...
Setting up libqt6dbus6:amd64 (6.10.2+dfsg-16) ...
Setting up libkadm5clnt-mit12:amd64 (1.22.1-3) ...
Setting up libplutosvg-dev:amd64 (0.0.8-1) ...
Setting up libxtst-dev:amd64 (2:1.2.5-1+b2) ...
Setting up libqt6concurrent6:amd64 (6.10.2+dfsg-16) ...
Setting up libgnutls28-dev:amd64 (3.8.13-1) ...
Setting up libavutil-dev:amd64 (7:9.0-1+b1) ...
Setting up libcurl4-gnutls:amd64 (8.21.0-2) ...
Setting up libinput10:amd64 (1.31.3-1) ...
Setting up mesa-libgallium:amd64 (26.1.6-1) ...
Setting up libdrm-dev:amd64 (2.4.134-3) ...
Setting up girepository-tools:amd64 (2.88.3-3) ...
Setting up libkdb5-10t64:amd64 (1.22.1-3) ...
Setting up libgbm1:amd64 (26.1.6-1) ...
Setting up libswresample-dev:amd64 (7:9.0-1+b1) ...
Setting up libfontconfig-dev:amd64 (2.17.1-5) ...
Setting up libxcursor-dev:amd64 (1:1.2.3-1+b2) ...
Setting up libxxf86vm-dev:amd64 (1:1.1.4-2+b1) ...
Setting up libgl1-mesa-dri:amd64 (26.1.6-1) ...
Setting up qdbus-qt6 (6.10.2-3) ...
Setting up libsdl3-0:amd64 (3.4.14+ds-1) ...
Setting up libcurl3t64-gnutls:amd64 (8.21.0-2) ...
Setting up samba-libs:amd64 (2:4.24.6+dfsg-1) ...
Setting up python3 (3.14.6-1) ...
Setting up libxss-dev:amd64 (1:1.2.3-1+b4) ...
Setting up libgbm-dev:amd64 (26.1.6-1) ...
Setting up qmake6:amd64 (6.10.2+dfsg-16) ...
Setting up libxv-dev:amd64 (2:1.0.13-1+b1) ...
Setting up libxrandr-dev:amd64 (2:1.5.4-1+b4) ...
Setting up libegl-mesa0:amd64 (26.1.6-1) ...
Setting up python3-packaging (26.2-2) ...
Setting up libxt-dev:amd64 (1:1.2.1-1.3+b2) ...
Setting up libswscale-dev:amd64 (7:9.0-1+b1) ...
Setting up librtmp-dev:amd64 (2.6-1) ...
Setting up libxinerama-dev:amd64 (2:1.1.4-3+b5) ...
Setting up libkadm5srv-mit12:amd64 (1.22.1-3) ...
Setting up libegl1:amd64 (1.7.0-3+b1) ...
Setting up libsmbclient0:amd64 (2:4.24.6+dfsg-1) ...
Setting up krb5-multidev:amd64 (1.22.1-3) ...
Setting up libgio-2.0-dev-bin (2.88.3-3) ...
Setting up libproxy1v5:amd64 (0.5.12-1+b1) ...
Setting up libvulkan-dev:amd64 (1.4.357.0-1) ...
Setting up libglx-mesa0:amd64 (26.1.6-1) ...
Setting up qt6-base-dev-tools (6.10.2+dfsg-16) ...
Setting up libglx0:amd64 (1.7.0-3+b1) ...
Setting up libkrb5-dev:amd64 (1.22.1-3) ...
Setting up libgl1:amd64 (1.7.0-3+b1) ...
Setting up libqt6gui6:amd64 (6.10.2+dfsg-16) ...
Setting up libcurl4-openssl-dev:amd64 (8.21.0-2) ...
Setting up libqt6network6:amd64 (6.10.2+dfsg-16) ...
Setting up libglx-dev:amd64 (1.7.0-3+b1) ...
Setting up libgl-dev:amd64 (1.7.0-3+b1) ...
Setting up libglib2.0-dev-bin (2.88.3-3) ...
Setting up qt6-qpa-plugins:amd64 (6.10.2+dfsg-16) ...
Setting up libegl-dev:amd64 (1.7.0-3+b1) ...
Setting up libqt6qml6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6opengl6:amd64 (6.10.2+dfsg-16) ...
Setting up qdoc-qt6 (6.10.2-3) ...
Setting up libqt6qmlmodels6:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qt-labs-settings:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6widgets6:amd64 (6.10.2+dfsg-16) ...
Setting up libqt6qmlworkerscript6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6svg6:amd64 (6.10.2-9) ...
Setting up qml6-module-qtquick-tooling:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6waylandclient6:amd64 (6.10.2+dfsg-16) ...
Setting up libglib2.0-dev:amd64 (2.88.3-3) ...
Setting up qml6-module-qtquick-localstorage:amd64 (6.10.2+dfsg-6) ...
Setting up libpulse-dev:amd64 (17.0+dfsg1-2.1+b2) ...
Setting up libqt6svgwidgets6:amd64 (6.10.2-9) ...
Setting up libqt6qmlnetwork6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6qmlcompiler6:amd64 (6.10.2+dfsg-6) ...
Setting up libgles-dev:amd64 (1.7.0-3+b1) ...
Setting up libqt6qmlmeta6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6openglwidgets6:amd64 (6.10.2+dfsg-16) ...
Setting up libqt6wlshellintegration6:amd64 (6.10.2+dfsg-16) ...
Setting up libqt6labssynchronizer6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6printsupport6:amd64 (6.10.2+dfsg-16) ...
Setting up qt6-l10n-tools (6.10.2-3) ...
Setting up libqt6help6:amd64 (6.10.2-3) ...
Setting up qt6-documentation-tools (6.10.2-3) ...
Setting up libgudev-1.0-dev:amd64 (238-7+b2) ...
Setting up qml6-module-qtqml-models:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6designer6:amd64 (6.10.2-3) ...
Setting up qml6-module-qt-labs-qmlmodels:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtqml-workerscript:amd64 (6.10.2+dfsg-6) ...
Setting up qt6-base-dev:amd64 (6.10.2+dfsg-16) ...
Setting up qt6-svg-dev:amd64 (6.10.2-9) ...
Setting up libqt6quick6:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtqml:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6quickshapes6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6uitools6:amd64 (6.10.2-3) ...
Setting up qt6-qmlls-plugins:amd64 (6.10.2+dfsg-6) ...
Setting up qt6-qmllint-plugins:amd64 (6.10.2+dfsg-6) ...
Setting up assistant-qt6 (6.10.2-3) ...
Setting up qt6-qmltooling-plugins:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtcore:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qt-labs-folderlistmodel:amd64 (6.10.2+dfsg-6) ...
Setting up libwacom-dev:amd64 (2.18.0-1) ...
Setting up qml6-module-qtquick:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-layouts:amd64 (6.10.2+dfsg-6) ...
Setting up libkddockwidgets-qt6-3:amd64 (2.4.1+ds-1) ...
Setting up qml6-module-qt-labs-synchronizer:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6designercomponents6:amd64 (6.10.2-3) ...
Setting up libqt6quickvectorimagehelpers6:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-shapes:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6quicktemplates2-6:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-templates:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6quickwidgets6:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qt-labs-animation:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6labsplatform6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6quickshapesdesignhelpers6:amd64 (6.10.2+dfsg-6) ...
Setting up linguist-qt6 (6.10.2-3) ...
Setting up qml6-module-qtqml-xmllistmodel:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtnetwork:amd64 (6.10.2+dfsg-6) ...
Setting up libinput-dev:amd64 (1.31.3-1) ...
Setting up designer-qt6 (6.10.2-3) ...
Setting up libqt6quicktest6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6quickvectorimagegenerator6:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-shapes-designhelpers:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-particles:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qt-labs-sharedimage:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-effects:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-vectorimage-helpers:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-window:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qmltime:amd64 (6.10.2+dfsg-6) ...
Setting up qt6-tools-dev-tools (6.10.2-3) ...
Setting up qml6-module-qt-labs-wavefrontmesh:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6quickvectorimage6:amd64 (6.10.2+dfsg-6) ...
Setting up libqt6quickcontrols2-6:amd64 (6.10.2+dfsg-6) ...
Setting up qt6-base-private-dev:amd64 (6.10.2+dfsg-16) ...
Setting up qml6-module-qt-labs-platform:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qttest:amd64 (6.10.2+dfsg-6) ...
Setting up qt6-declarative-dev-tools (6.10.2+dfsg-6) ...
Setting up qt6-tools-dev:amd64 (6.10.2-3) ...
Setting up qml6-module-qtquick-controls:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-vectorimage:amd64 (6.10.2+dfsg-6) ...
Setting up qml6-module-qtquick-dialogs:amd64 (6.10.2+dfsg-6) ...
Setting up qt6-declarative-dev:amd64 (6.10.2+dfsg-6) ...
Setting up libkddockwidgets-qt6-dev:amd64 (2.4.1+ds-1) ...
Setting up libheif-plugin-dav1d:amd64 (1.23.1-1) ...
Setting up libheif-plugin-libde265:amd64 (1.23.1-1) ...
Setting up libheif1:amd64 (1.23.1-1) ...
Setting up glycin-loaders (2.1.5+ds-2) ...
Setting up libglycin-2-0:amd64 (2.1.5+ds-2) ...
Setting up glycin-thumbnailers (2.1.5+ds-2) ...
Setting up libgdk-pixbuf-2.0-0:amd64 (2.44.7+dfsg-1) ...
Setting up librsvg2-2:amd64 (2.62.1+dfsg-1) ...
Setting up libavcodec-extra63:amd64 (7:9.0-1+b1) ...
Setting up libavformat-extra63:amd64 (7:9.0-1+b1) ...
Setting up libavcodec-dev:amd64 (7:9.0-1+b1) ...
Setting up libavformat-dev:amd64 (7:9.0-1+b1) ...
Processing triggers for man-db (2.13.1-1) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for libc-bin (2.43-3) ...
Processing triggers for sgml-base (1.31+nmu1) ...
Setting up libdbus-1-dev:amd64 (1.16.2-5+b1) ...
Setting up libpcap0.8-dev:amd64 (1.10.6-2) ...
Setting up libibus-1.0-dev:amd64 (1.5.34-1) ...
Setting up libsdl3-dev:amd64 (3.4.14+ds-1) ...
Setting up libpcap-dev:amd64 (1.10.6-2) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
+------------------------------------------------------------------------------+
| Check architectures Thu, 13 Aug 2026 19:47:15 +0000 |
+------------------------------------------------------------------------------+
Arch check ok (amd64 included in amd64)
+------------------------------------------------------------------------------+
| Build environment Thu, 13 Aug 2026 19:47:15 +0000 |
+------------------------------------------------------------------------------+
Kernel: Linux 6.17.13+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.17.13-1 (2025-12-20) amd64 (x86_64)
Toolchain package versions: binutils_2.47-2 dpkg-dev_1.23.7 g++-16_16.2.0-1 gcc-15_15.3.0-2 gcc-16_16.2.0-1 libc6-dev_2.43-3 libstdc++-16-dev_16.2.0-1 libstdc++6_16.2.0-1 linux-libc-dev_7.1.8-1
Package versions: adduser_3.158 apt_3.3.2 aptitude_0.8.13-8.1 aptitude-common_0.8.13-8.1 assistant-qt6_6.10.2-3 autoconf_2.73-2 automake_1:1.18.1-4 autopoint_1.0-3 autotools-dev_20240727.1+nmu1 base-files_14.2 base-passwd_3.6.8 bash_5.3-3+b1 binutils_2.47-2 binutils-common_2.47-2 binutils-x86-64-linux-gnu_2.47-2 bsdextrautils_2.42.2-2 bubblewrap_0.11.2-2 build-essential_12.12 bzip2_1.0.8-6+b2 ca-certificates_20260601 ccache_4.13.6-1 cmake_4.3.4-1 comerr-dev_2.1-1.47.4-1+b1 coreutils_9.10-1 cpp_4:16.1.0-3 cpp-15_15.3.0-2 cpp-15-x86-64-linux-gnu_15.3.0-2 cpp-16_16.2.0-1 cpp-16-x86-64-linux-gnu_16.2.0-1 cpp-x86-64-linux-gnu_4:16.1.0-3 dash_0.5.12-12 debconf_1.5.92 debhelper_14.3 debian-archive-keyring_2025.1 debianutils_5.23.2 designer-qt6_6.10.2-3 dh-autoreconf_22 dh-strip-nondeterminism_1.15.1-1 diffutils_1:3.12-1 dpkg_1.23.7 dpkg-dev_1.23.7 ds-archive-keyring_20260715 dwz_0.17-1 e2fsprogs_1.47.4-1+b1 extra-cmake-modules_6.28.0-1 file_1:5.47-4 findutils_4.11.0-2 fontconfig_2.17.1-5 fontconfig-config_2.17.1-5 fonts-dejavu-core_2.37-9 fonts-dejavu-mono_2.37-9 g++_4:16.1.0-3 g++-16_16.2.0-1 g++-16-x86-64-linux-gnu_16.2.0-1 g++-x86-64-linux-gnu_4:16.1.0-3 gcc_4:16.1.0-3 gcc-15_15.3.0-2 gcc-15-base_15.3.0-2 gcc-15-x86-64-linux-gnu_15.3.0-2 gcc-16_16.2.0-1 gcc-16-base_16.2.0-1 gcc-16-x86-64-linux-gnu_16.2.0-1 gcc-x86-64-linux-gnu_4:16.1.0-3 gettext_1.0-3 gettext-base_1.0-3 gir1.2-glib-2.0_2.88.3-3 gir1.2-glib-2.0-dev_2.88.3-3 gir1.2-gudev-1.0_238-7+b2 gir1.2-ibus-1.0_1.5.34-1 girepository-tools_2.88.3-3 glslang-dev_16.4.0-1 glycin-loaders_2.1.5+ds-2 glycin-thumbnailers_2.1.5+ds-2 googletest_1.17.0-1 grep_3.12-1 groff-base_1.24.1-1 gzip_1.13-1 hostname_3.25 icu-devtools_78.3-2 init-system-helpers_1.69+nmu1 intltool-debian_0.35.0+20060710.6 krb5-multidev_1.22.1-3 libacl1_2.4.0-1 libaom3_3.14.1-1 libapt-pkg7.0_3.3.2 libarchive-zip-perl_1.68-1 libarchive13t64_3.8.9-1 libaribb24-0t64_1.0.3-3+b1 libasan8_16.2.0-1 libasound2-data_1.2.16.1-1 libasound2-dev_1.2.16.1-1 libasound2t64_1.2.16.1-1 libasyncns0_0.8-8 libatomic1_16.2.0-1 libattr1_1:2.6.0-1 libaudit-common_1:4.1.2-1 libaudit1_1:4.1.2-1+b1 libavahi-client3_0.8-18 libavahi-common-data_0.8-18 libavahi-common3_0.8-18 libavcodec-dev_7:9.0-1+b1 libavcodec-extra63_7:9.0-1+b1 libavformat-dev_7:9.0-1+b1 libavformat-extra63_7:9.0-1+b1 libavutil-dev_7:9.0-1+b1 libavutil61_7:9.0-1+b1 libb2-1_0.98.1-1.1+b3 libbacktrace-dev_0.1-4+b2 libbacktrace0_0.1-4+b2 libbinutils_2.47-2 libblkid-dev_2.42.2-2 libblkid1_2.42.2-2 libbluray4_1:1.5.0-3 libboost-iostreams1.90.0_1.90.0-6 libbrotli-dev_1.2.0-3 libbrotli1_1.2.0-3 libbsd0_0.12.2-3 libbz2-1.0_1.0.8-6+b2 libbz2-dev_1.0.8-6+b2 libc-bin_2.43-3 libc-dev-bin_2.43-3 libc-gconv-modules-extra_2.43-3 libc6_2.43-3 libc6-dev_2.43-3 libcairo-gobject2_1.18.4-3+b1 libcairo2_1.18.4-3+b1 libcap-ng0_0.9.3-1+b1 libcap2_1:2.78-1+b1 libcbor0.10_0.10.2-2.2 libcc1-0_16.2.0-1 libchdr-dev_0.3.0+dfsg-1 libchdr0_0.3.0+dfsg-1 libchromaprint1_1.6.1-1 libcjson1_1.7.19-2+b1 libclang-cpp21_1:21.1.8-10 libclang1-21_1:21.1.8-10 libcodec2-1.2_1.2.0-5 libcom-err2_1.47.4-1+b1 libcpuinfo-dev_0.0~git20250905.877328f-1+b1 libcpuinfo0_0.0~git20250905.877328f-1+b1 libcrypt1_1:4.5.2+20251210-1 libctf-nobfd0_2.47-2 libctf0_2.47-2 libcubeb-dev_0.0~git20250401.975a727+ds-1+b2 libcubeb0_0.0~git20250401.975a727+ds-1+b2 libcups2t64_2.4.18-1 libcurl3t64-gnutls_8.21.0-2 libcurl4-gnutls_8.21.0-2 libcurl4-openssl-dev_8.21.0-2 libcurl4t64_8.21.0-2 libcwidget4_0.5.18-6+b3 libdatrie1_0.2.14-2 libdav1d7_1.5.4-1 libdb5.3t64_5.3.28+dfsg2-11+b1 libdbus-1-3_1.16.2-5+b1 libdbus-1-dev_1.16.2-5+b1 libde265-0_1.1.1-1 libdebconfclient0_0.283 libdebhelper-perl_14.3 libdecor-0-0_0.2.5-1+b1 libdecor-0-dev_0.2.5-1+b1 libdiscord-rpc-dev_3.4.0-2+b1 libdiscord-rpc3_3.4.0-2+b1 libdouble-conversion3_3.4.0-1+b1 libdpkg-perl_1.23.7 libdrm-amdgpu1_2.4.134-3 libdrm-common_2.4.134-3 libdrm-dev_2.4.134-3 libdrm-freedreno1_2.4.134-3 libdrm-intel1_2.4.134-3 libdrm-nouveau2_2.4.134-3 libdrm-radeon1_2.4.134-3 libdrm2_2.4.134-3 libduktape207_2.7.0-2+b3 libdvdnav4_7.0.0-2+b1 libdvdread8t64_7.1.1-1 libedit2_3.1-20260512-1 libegl-dev_1.7.0-3+b1 libegl-mesa0_26.1.6-1 libegl1_1.7.0-3+b1 libelf1t64_0.195-1 libevdev-dev_1.13.6+dfsg-3 libevdev2_1.13.6+dfsg-3 libevent-2.1-7t64_2.1.13-stable-1 libexpat1_2.8.3-1 libexpat1-dev_2.8.3-1 libext2fs2t64_1.47.4-1+b1 libfast-float-dev_8.1.0-1 libffi-dev_3.8.0-1 libffi8_3.8.0-1 libfido2-1_1.17.0-2 libfile-stripnondeterminism-perl_1.15.1-1 libflac14_1.5.0+ds-5+b1 libfmt-dev_10.1.1+ds1-4+b2 libfmt10_10.1.1+ds1-4+b2 libfontconfig-dev_2.17.1-5 libfontconfig1_2.17.1-5 libfreetype-dev_2.14.3+dfsg-2 libfreetype6_2.14.3+dfsg-2 libfribidi-dev_1.0.16-5+b1 libfribidi0_1.0.16-5+b1 libgbm-dev_26.1.6-1 libgbm1_26.1.6-1 libgcc-15-dev_15.3.0-2 libgcc-16-dev_16.2.0-1 libgcc-s1_16.2.0-1 libgdbm-compat4t64_1.26-1+b2 libgdbm6t64_1.26-1+b2 libgdk-pixbuf-2.0-0_2.44.7+dfsg-1 libgdk-pixbuf2.0-common_2.44.7+dfsg-1 libgio-2.0-dev_2.88.3-3 libgio-2.0-dev-bin_2.88.3-3 libgirepository-2.0-0_2.88.3-3 libgl-dev_1.7.0-3+b1 libgl1_1.7.0-3+b1 libgl1-mesa-dri_26.1.6-1 libgles-dev_1.7.0-3+b1 libgles1_1.7.0-3+b1 libgles2_1.7.0-3+b1 libglib2.0-0t64_2.88.3-3 libglib2.0-bin_2.88.3-3 libglib2.0-data_2.88.3-3 libglib2.0-dev_2.88.3-3 libglib2.0-dev-bin_2.88.3-3 libglvnd0_1.7.0-3+b1 libglx-dev_1.7.0-3+b1 libglx-mesa0_26.1.6-1 libglx0_1.7.0-3+b1 libglycin-2-0_2.1.5+ds-2 libgme0_0.6.4-1+b1 libgmp-dev_2:6.3.0+dfsg-5+b2 libgmp10_2:6.3.0+dfsg-5+b2 libgmpxx4ldbl_2:6.3.0+dfsg-5+b2 libgnutls-dane0t64_3.8.13-1 libgnutls28-dev_3.8.13-1 libgnutls30t64_3.8.13-1 libgomp1_16.2.0-1 libgprofng0_2.47-2 libgraphite2-3_1.3.15-2 libgsm1_1.0.24-1 libgssapi-krb5-2_1.22.1-3 libgssrpc4t64_1.22.1-3 libgudev-1.0-0_238-7+b2 libgudev-1.0-dev_238-7+b2 libharfbuzz0b_12.3.2-2+b2 libheif-plugin-dav1d_1.23.1-1 libheif-plugin-libde265_1.23.1-1 libheif1_1.23.1-1 libhiredis1.1.0_1.2.0-6+b4 libhogweed6t64_3.10.2-1+b1 libhwasan0_16.2.0-1 libhwy1t64_1.3.0-5.1 libibus-1.0-5_1.5.34-1 libibus-1.0-dev_1.5.34-1 libice-dev_2:1.1.1-1+b2 libice6_2:1.1.1-1+b2 libicu-dev_78.3-2 libicu78_78.3-2 libidn2-0_2.3.8-5 libidn2-dev_2.3.8-5 libinput-bin_1.31.3-1 libinput-dev_1.31.3-1 libinput10_1.31.3-1 libisl23_0.28-1 libitm1_16.2.0-1 libjack-jackd2-0_1.9.22~dfsg-6 libjansson4_2.15.1-1 libjpeg-dev_1:3.1.3-4 libjpeg62-turbo_1:3.1.3-4 libjpeg62-turbo-dev_1:3.1.3-4 libjsoncpp26_1.9.8-2 libjxl0.11_0.11.2-5 libk5crypto3_1.22.1-3 libkadm5clnt-mit12_1.22.1-3 libkadm5srv-mit12_1.22.1-3 libkdb5-10t64_1.22.1-3 libkddockwidgets-qt6-3_2.4.1+ds-1 libkddockwidgets-qt6-dev_2.4.1+ds-1 libkeyutils1_1.6.3-6+b2 libkrb5-3_1.22.1-3 libkrb5-dev_1.22.1-3 libkrb5support0_1.22.1-3 liblcms2-2_2.19.1-1 libldap-dev_2.6.14+dfsg-1 libldap2_2.6.14+dfsg-1 libldb2_2:2.11.0+samba4.24.6+dfsg-1 libllvm21_1:21.1.8-10 liblmdb0_0.9.35-1 liblsan0_16.2.0-1 liblz4-1_1.10.0-10 liblz4-dev_1.10.0-10 liblzma5_5.8.3-1 libmagic-mgc_1:5.47-4 libmagic1t64_1:5.47-4 libmd0_1.2.0-2 libmd4c0_0.5.3-1 libmount-dev_2.42.2-2 libmount1_2.42.2-2 libmp3lame0_4.0-1 libmpc3_1.3.1-3 libmpfr6_4.2.2-3 libmpg123-0t64_1.33.7-1 libmtdev-dev_1.1.7-1+b2 libmtdev1t64_1.1.7-1+b2 libncursesw6_6.6+20260608-2 libnettle8t64_3.10.2-1+b1 libnghttp2-14_1.70.0-1 libnghttp2-dev_1.70.0-1 libnghttp3-9_1.17.0-1 libnghttp3-dev_1.17.0-1 libngtcp2-16_1.24.0-1 libngtcp2-crypto-gnutls8_1.24.0-1 libngtcp2-crypto-ossl-dev_1.24.0-1 libngtcp2-crypto-ossl0_1.24.0-1 libngtcp2-dev_1.24.0-1 libnorm1t64_1.5.9+dfsg-4+b1 libnuma1_2.0.19-1+b2 libogg0_1.3.6-2+b1 libopencore-amrnb0_0.1.6-1+b3 libopencore-amrwb0_0.1.6-1+b3 libopengl-dev_1.7.0-3+b1 libopengl0_1.7.0-3+b1 libopenjp2-7_2.5.4-1.1 libopenmpt0t64_0.8.7-1 libopus0_1.6.1-1+b1 libp11-kit-dev_0.26.4-1 libp11-kit0_0.26.4-1 libpam-modules_1.7.0-8 libpam-modules-bin_1.7.0-8 libpam-runtime_1.7.0-8 libpam0g_1.7.0-8 libpango-1.0-0_1.58.0-1 libpangocairo-1.0-0_1.58.0-1 libpangoft2-1.0-0_1.58.0-1 libpcap-dev_1.10.6-2 libpcap0.8-dev_1.10.6-2 libpcap0.8t64_1.10.6-2 libpciaccess-dev_0.19-2 libpciaccess0_0.19-2 libpcre2-16-0_10.46-1+b2 libpcre2-32-0_10.46-1+b2 libpcre2-8-0_10.46-1+b2 libpcre2-dev_10.46-1+b2 libpcre2-posix3_10.46-1+b2 libperl5.42_5.42.2-3 libpgm-5.3-0t64_5.3.128~dfsg-3 libpipeline1_1.5.8-3 libpixman-1-0_0.46.4-1+b2 libpkgconf7_2.5.1-4 libplutosvg-dev_0.0.8-1 libplutosvg0_0.0.8-1 libplutovg-dev_1.3.3-1 libplutovg1_1.3.3-1 libpng-dev_1.6.58-1 libpng16-16t64_1.6.58-1 libpopt0_1.19+dfsg-2+b2 libproc2-1_2:4.0.7-1 libproxy1v5_0.5.12-1+b1 libpsl-dev_0.23.2-1 libpsl5t64_0.23.2-1 libpulse-dev_17.0+dfsg1-2.1+b2 libpulse-mainloop-glib0_17.0+dfsg1-2.1+b2 libpulse0_17.0+dfsg1-2.1+b2 libpython3-stdlib_3.14.6-1 libpython3.14-minimal_3.14.7-1 libpython3.14-stdlib_3.14.7-1 libqt6concurrent6_6.10.2+dfsg-16 libqt6core6t64_6.10.2+dfsg-16 libqt6dbus6_6.10.2+dfsg-16 libqt6designer6_6.10.2-3 libqt6designercomponents6_6.10.2-3 libqt6gui6_6.10.2+dfsg-16 libqt6help6_6.10.2-3 libqt6labsplatform6_6.10.2+dfsg-6 libqt6labssynchronizer6_6.10.2+dfsg-6 libqt6network6_6.10.2+dfsg-16 libqt6opengl6_6.10.2+dfsg-16 libqt6openglwidgets6_6.10.2+dfsg-16 libqt6printsupport6_6.10.2+dfsg-16 libqt6qml6_6.10.2+dfsg-6 libqt6qmlcompiler6_6.10.2+dfsg-6 libqt6qmlmeta6_6.10.2+dfsg-6 libqt6qmlmodels6_6.10.2+dfsg-6 libqt6qmlnetwork6_6.10.2+dfsg-6 libqt6qmlworkerscript6_6.10.2+dfsg-6 libqt6quick6_6.10.2+dfsg-6 libqt6quickcontrols2-6_6.10.2+dfsg-6 libqt6quickshapes6_6.10.2+dfsg-6 libqt6quickshapesdesignhelpers6_6.10.2+dfsg-6 libqt6quicktemplates2-6_6.10.2+dfsg-6 libqt6quicktest6_6.10.2+dfsg-6 libqt6quickvectorimage6_6.10.2+dfsg-6 libqt6quickvectorimagegenerator6_6.10.2+dfsg-6 libqt6quickvectorimagehelpers6_6.10.2+dfsg-6 libqt6quickwidgets6_6.10.2+dfsg-6 libqt6sql6_6.10.2+dfsg-16 libqt6sql6-sqlite_6.10.2+dfsg-16 libqt6svg6_6.10.2-9 libqt6svgwidgets6_6.10.2-9 libqt6test6_6.10.2+dfsg-16 libqt6uitools6_6.10.2-3 libqt6waylandclient6_6.10.2+dfsg-16 libqt6widgets6_6.10.2+dfsg-16 libqt6wlshellintegration6_6.10.2+dfsg-16 libqt6xml6_6.10.2+dfsg-16 libquadmath0_16.2.0-1 librabbitmq4_0.17.0-1 librav1e0.8_0.8.1-11 librcheevos-dev_12.2.1-1+b1 libreadline8t64_8.3-4 librhash1_1.4.6-1.1+b1 librist4_0.2.20+dfsg-1 librsvg2-2_2.62.1+dfsg-1 librtmp-dev_2.6-1 librtmp1_2.6-1 libsamplerate0_0.2.2-4+b3 libsasl2-2_2.1.28+dfsg1-11 libsasl2-modules-db_2.1.28+dfsg1-11 libsdl3-0_3.4.14+ds-1 libsdl3-dev_3.4.14+ds-1 libseccomp2_2.6.1-1 libselinux-dev_3.11-2 libselinux1_3.11-2 libsemanage-common_3.11-1 libsemanage2_3.11-1 libsensors-config_1:3.6.2-2 libsensors5_1:3.6.2-2+b2 libsepol-dev_3.11-1 libsepol2_3.11-1 libsframe3_2.47-2 libshaderc-dev_2026.3-1 libshaderc1_2026.3-1 libsharpyuv-dev_1.5.0-0.1+b2 libsharpyuv0_1.5.0-0.1+b2 libshine3_3.1.1-4 libsigc++-2.0-0v5_2.12.1-4+b1 libsimpleini-dev_4.25+dfsg-1+b1 libsimpleini1t64_4.25+dfsg-1+b1 libsm-dev_2:1.2.6-1+b2 libsm6_2:1.2.6-1+b2 libsmartcols1_2.42.2-2 libsmbclient0_2:4.24.6+dfsg-1 libsnappy1v5_1.2.2-2+b2 libsndfile1_1.2.2-4+b1 libsndio7.0_1.10.0-0.2+b2 libsodium26_1.0.22-2 libsoundtouch-dev_2.4.1+ds-1 libsoundtouch1_2.4.1+ds-1 libsoxr0_0.1.3-4.1+b1 libspdlog1.15_1:1.15.3+ds-1+b2 libspeex-dev_1.2.1-3+b2 libspeex1_1.2.1-3+b2 libspeexdsp-dev_1.2.1-4 libspeexdsp1_1.2.1-4 libsqlite3-0_3.53.4-2 libsrt1.5-gnutls_1.5.6-1 libss2_1.47.4-1+b1 libssh-4_0.12.2-1 libssh2-1-dev_1.11.1-5 libssh2-1t64_1.11.1-5 libssl-dev_3.6.3-1 libssl3t64_3.6.3-1 libstdc++-16-dev_16.2.0-1 libstdc++6_16.2.0-1 libsvtav1enc4_4.1.0+dfsg-1 libswresample-dev_7:9.0-1+b1 libswresample7_7:9.0-1+b1 libswscale-dev_7:9.0-1+b1 libswscale10_7:9.0-1+b1 libsysprof-capture-4-dev_50.0-3 libsystemd-dev_261.2-1 libsystemd0_261.2-1 libtalloc2_2:2.4.4+samba4.24.6+dfsg-1 libtasn1-6_4.21.0-2+b1 libtasn1-6-dev_4.21.0-2+b1 libtdb1_2:1.4.15+samba4.24.6+dfsg-1 libtevent0t64_2:0.17.1+samba4.24.6+dfsg-1 libthai-data_0.1.30-3 libthai0_0.1.30-3 libtheoradec2_1.2.0+dfsg-6+b2 libtheoraenc2_1.2.0+dfsg-6+b2 libtinfo6_6.6+20260608-2 libtirpc-common_1.3.7+ds-1 libtirpc3t64_1.3.7+ds-1 libtool_2.5.4-11 libts0t64_1.22-1.1+b2 libtsan2_16.2.0-1 libtwolame0_0.4.0-3 libubsan1_16.2.0-1 libuchardet0_0.0.8-2+b2 libudev-dev_261.2-1 libudev1_261.2-1 libudfread3_1.2.0-3 libunbound8_1.26.0-1 libunistring-dev_1.4.2-1 libunistring5_1.4.2-1 libuuid1_2.42.2-2 libuv1t64_1.52.1-4 libva-drm2_2.24.1-2 libva-x11-2_2.24.1-2 libva2_2.24.1-2 libvdpau1_1.5-4+b1 libvo-amrwbenc0_0.1.3-2+b3 libvorbis0a_1.3.7-3+b2 libvorbisenc2_1.3.7-3+b2 libvorbisfile3_1.3.7-3+b2 libvpl2_1:2.16.0-1 libvpx12_1.16.0-3 libvulkan-dev_1.4.357.0-1 libvulkan-memory-allocator-dev_3.4.0+dfsg-1 libvulkan1_1.4.357.0-1 libwacom-common_2.18.0-1 libwacom-dev_2.18.0-1 libwacom9_2.18.0-1 libwayland-bin_1.26.0-1 libwayland-client0_1.26.0-1 libwayland-cursor0_1.26.0-1 libwayland-dev_1.26.0-1 libwayland-egl1_1.26.0-1 libwayland-server0_1.26.0-1 libwbclient0_2:4.24.6+dfsg-1 libwebp-dev_1.5.0-0.1+b2 libwebp7_1.5.0-0.1+b2 libwebpdecoder3_1.5.0-0.1+b2 libwebpdemux2_1.5.0-0.1+b2 libwebpmux3_1.5.0-0.1+b2 libx11-6_2:1.8.13-1 libx11-data_2:1.8.13-1 libx11-dev_2:1.8.13-1 libx11-xcb1_2:1.8.13-1 libx264-165_2:0.165.3223+git20250910.0480cb0-1 libx265-216_4.2-3 libxapian30_1.4.31-2 libxau-dev_1:1.0.11-1+b2 libxau6_1:1.0.11-1+b2 libxbyak-dev_7.24.2-4 libxcb-cursor0_0.1.6-1 libxcb-dri3-0_1.17.0-2+b2 libxcb-glx0_1.17.0-2+b2 libxcb-icccm4_0.4.2-1+b2 libxcb-image0_0.4.0-2+b3 libxcb-keysyms1_0.4.1-1+b2 libxcb-present0_1.17.0-2+b2 libxcb-randr0_1.17.0-2+b2 libxcb-render-util0_0.3.10-1+b2 libxcb-render0_1.17.0-2+b2 libxcb-shape0_1.17.0-2+b2 libxcb-shm0_1.17.0-2+b2 libxcb-sync1_1.17.0-2+b2 libxcb-util1_0.4.1-1+b2 libxcb-xfixes0_1.17.0-2+b2 libxcb-xinput0_1.17.0-2+b2 libxcb-xkb1_1.17.0-2+b2 libxcb1_1.17.0-2+b2 libxcb1-dev_1.17.0-2+b2 libxcursor-dev_1:1.2.3-1+b2 libxcursor1_1:1.2.3-1+b2 libxdmcp-dev_1:1.1.5-2+b1 libxdmcp6_1:1.1.5-2+b1 libxext-dev_2:1.3.4-1+b4 libxext6_2:1.3.4-1+b4 libxfixes-dev_1:6.0.0-2+b5 libxfixes3_1:6.0.0-2+b5 libxi-dev_2:1.8.2-2+b1 libxi6_2:1.8.2-2+b1 libxinerama-dev_2:1.1.4-3+b5 libxinerama1_2:1.1.4-3+b5 libxkbcommon-dev_1.13.1-1 libxkbcommon-x11-0_1.13.1-1 libxkbcommon0_1.13.1-1 libxml2-16_2.15.3+dfsg-1 libxrandr-dev_2:1.5.4-1+b4 libxrandr2_2:1.5.4-1+b4 libxrender-dev_1:0.9.12-1+b2 libxrender1_1:0.9.12-1+b2 libxshmfence1_1.3.3-1+b2 libxss-dev_1:1.2.3-1+b4 libxss1_1:1.2.3-1+b4 libxt-dev_1:1.2.1-1.3+b2 libxt6t64_1:1.2.1-1.3+b2 libxtst-dev_2:1.2.5-1+b2 libxtst6_2:1.2.5-1+b2 libxv-dev_2:1.0.13-1+b1 libxv1_2:1.0.13-1+b1 libxvidcore4_2:1.3.7-3+b2 libxxf86vm-dev_1:1.1.4-2+b1 libxxf86vm1_1:1.1.4-2+b1 libxxhash-dev_0.8.3-2+b2 libxxhash0_0.8.3-2+b2 libz3-4_4.13.3-1.1 libzip-dev_1.11.4-2+b1 libzip5_1.11.4-2+b1 libzmq5_4.3.5-1+b7 libzstd-dev_1.5.7+dfsg-4 libzstd1_1.5.7+dfsg-4 libzvbi-common_0.2.45-1 libzvbi0t64_0.2.45-1 libzycore-dev_1.5.2-1+b2 libzycore1.5_1.5.2-1+b2 libzydis-dev_4.1.1-3+b2 libzydis4.1_4.1.1-3+b2 linguist-qt6_6.10.2-3 linux-libc-dev_7.1.8-1 login_1:4.16.0-2+really2.42.2-2 login.defs_1:4.19.3-2 logsave_1.47.4-1+b1 m4_1.4.21-1 make_4.4.1-3 man-db_2.13.1-1 mawk_1.3.4.20260302-1 media-types_14.0.0 mesa-libgallium_26.1.6-1 mount_2.42.2-2 native-architecture_0.2.6 ncurses-base_6.6+20260608-2 ncurses-bin_6.6+20260608-2 netbase_6.5 nettle-dev_3.10.2-1+b1 ocl-icd-libopencl1_2.3.4-1+b1 openssl_3.6.3-1 openssl-provider-legacy_3.6.3-1 passwd_1:4.19.3-2 patch_2.8-2 pci.ids_0.0~2026.07.21-1 perl_5.42.2-3 perl-base_5.42.2-3 perl-modules-5.42_5.42.2-3 pkgconf_2.5.1-4 pkgconf-bin_2.5.1-4 po-debconf_1.0.22 procps_2:4.0.7-1 python3_3.14.6-1 python3-minimal_3.14.6-1 python3-packaging_26.2-2 python3.14_3.14.7-1 python3.14-minimal_3.14.7-1 qdbus-qt6_6.10.2-3 qdoc-qt6_6.10.2-3 qmake6_6.10.2+dfsg-16 qmake6-bin_6.10.2+dfsg-16 qml6-module-qml_6.10.2+dfsg-6 qml6-module-qmltime_6.10.2+dfsg-6 qml6-module-qt-labs-animation_6.10.2+dfsg-6 qml6-module-qt-labs-assetdownloader_6.10.2+dfsg-6 qml6-module-qt-labs-folderlistmodel_6.10.2+dfsg-6 qml6-module-qt-labs-platform_6.10.2+dfsg-6 qml6-module-qt-labs-qmlmodels_6.10.2+dfsg-6 qml6-module-qt-labs-settings_6.10.2+dfsg-6 qml6-module-qt-labs-sharedimage_6.10.2+dfsg-6 qml6-module-qt-labs-synchronizer_6.10.2+dfsg-6 qml6-module-qt-labs-wavefrontmesh_6.10.2+dfsg-6 qml6-module-qtcore_6.10.2+dfsg-6 qml6-module-qtnetwork_6.10.2+dfsg-6 qml6-module-qtqml_6.10.2+dfsg-6 qml6-module-qtqml-models_6.10.2+dfsg-6 qml6-module-qtqml-workerscript_6.10.2+dfsg-6 qml6-module-qtqml-xmllistmodel_6.10.2+dfsg-6 qml6-module-qtquick_6.10.2+dfsg-6 qml6-module-qtquick-controls_6.10.2+dfsg-6 qml6-module-qtquick-dialogs_6.10.2+dfsg-6 qml6-module-qtquick-effects_6.10.2+dfsg-6 qml6-module-qtquick-layouts_6.10.2+dfsg-6 qml6-module-qtquick-localstorage_6.10.2+dfsg-6 qml6-module-qtquick-particles_6.10.2+dfsg-6 qml6-module-qtquick-shapes_6.10.2+dfsg-6 qml6-module-qtquick-shapes-designhelpers_6.10.2+dfsg-6 qml6-module-qtquick-templates_6.10.2+dfsg-6 qml6-module-qtquick-tooling_6.10.2+dfsg-6 qml6-module-qtquick-vectorimage_6.10.2+dfsg-6 qml6-module-qtquick-vectorimage-helpers_6.10.2+dfsg-6 qml6-module-qtquick-window_6.10.2+dfsg-6 qml6-module-qttest_6.10.2+dfsg-6 qt6-base-dev_6.10.2+dfsg-16 qt6-base-dev-tools_6.10.2+dfsg-16 qt6-base-private-dev_6.10.2+dfsg-16 qt6-declarative-dev_6.10.2+dfsg-6 qt6-declarative-dev-tools_6.10.2+dfsg-6 qt6-documentation-tools_6.10.2-3 qt6-l10n-tools_6.10.2-3 qt6-qmllint-plugins_6.10.2+dfsg-6 qt6-qmlls-plugins_6.10.2+dfsg-6 qt6-qmltooling-plugins_6.10.2+dfsg-6 qt6-qpa-plugins_6.10.2+dfsg-16 qt6-svg-dev_6.10.2-9 qt6-tools-dev_6.10.2-3 qt6-tools-dev-tools_6.10.2-3 qtpaths6_6.10.2+dfsg-16 qtpaths6-bin_6.10.2+dfsg-16 rapidjson-dev_1.1.0+dfsg2-7.6 readline-common_8.3-4 samba-libs_2:4.24.6+dfsg-1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-3 sensible-utils_0.0.26 sgml-base_1.31+nmu1 shared-mime-info_2.4-5+b3 spirv-headers_1.6.1+1.4.357.0-1 spirv-tools-dev_2026.3~rc1-1 spirv-tools-headers_2026.3~rc1-1 sqv_1.4.0-1 sysvinit-utils_3.18-1 tar_1.35+dfsg-5 tzdata_2026c-1 util-linux_2.42.2-2 uuid-dev_2.42.2-2 x11-common_1:7.7+26 x11proto-dev_2025.1-1 xkb-data_2.48-1 xml-core_0.21 xorg-sgml-doctools_1:1.12.1-1 xtrans-dev_1.6.0-1 xz-utils_5.8.3-1 zipcmp_1.11.4-2+b1 zipmerge_1.11.4-2+b1 ziptool_1.11.4-2+b1 zlib1g_1:1.3.dfsg+really1.3.2-3 zlib1g-dev_1:1.3.dfsg+really1.3.2-3
+------------------------------------------------------------------------------+
| Build Thu, 13 Aug 2026 19:47:15 +0000 |
+------------------------------------------------------------------------------+
Unpack source
-------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 3.0 (quilt)
Source: pcsx2
Binary: pcsx2
Architecture: amd64
Version: 2.6.3+dfsg-1
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Sébastien Noel <sebastien at twolife.be>, Miguel A. Colón Vélez <debian.micove at gmail.com>
Homepage: https://pcsx2.net/
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/games-team/pcsx2
Vcs-Git: https://salsa.debian.org/games-team/pcsx2.git
Build-Depends: debhelper-compat (= 13), cmake, extra-cmake-modules, googletest, libavcodec-dev, libavformat-dev, libavutil-dev, libbacktrace-dev, libchdr-dev (>= 0.0~git20250608~), libcpuinfo-dev, libcubeb-dev, libcurl4-openssl-dev, libdiscord-rpc-dev, libfast-float-dev, libfreetype-dev, libfmt-dev, libicu-dev, libjpeg-dev, libkddockwidgets-qt6-dev, liblz4-dev, libpcap-dev, libplutosvg-dev, libplutovg-dev, libpng-dev, librcheevos-dev, libsdl3-dev, libshaderc-dev, libsimpleini-dev, libsoundtouch-dev, libspeex-dev, libswresample-dev, libswscale-dev, libvixl-dev [arm64], libvulkan-dev, libvulkan-memory-allocator-dev, libwebp-dev, libxbyak-dev [amd64], libzip-dev, libzstd-dev, libzydis-dev [amd64], qt6-base-private-dev (>= 6.9.2), qt6-tools-dev, rapidjson-dev, zlib1g-dev
Package-List:
pcsx2 deb games optional arch=amd64
Checksums-Sha1:
101431cfb5bda72cf8a63903cf37945a3cdd04ff 7922424 pcsx2_2.6.3+dfsg.orig.tar.xz
38db5bf32a898831ee08b3f00ab4e746ac475b88 22660 pcsx2_2.6.3+dfsg-1.debian.tar.xz
Checksums-Sha256:
f7a369f36977c9521d0a6462cf1494dfed2ef335a90ae80d3f91287b2a7653e8 7922424 pcsx2_2.6.3+dfsg.orig.tar.xz
8ebf3a01b73e62f830c683468cc29b0614ecdeb87e07b28956f5d844d0a6e89d 22660 pcsx2_2.6.3+dfsg-1.debian.tar.xz
Files:
03e85f48510146f3c0343f5184572aca 7922424 pcsx2_2.6.3+dfsg.orig.tar.xz
d91440b53ee248a60daa91e124503c8c 22660 pcsx2_2.6.3+dfsg-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQFJBAEBCgAzFiEEdlP6my3wO8aMe9FCrKAIuMk0p9QFAmmCN/EVHHNlYmFzdGll
bkB0d29saWZlLmJlAAoJEKygCLjJNKfUPhwH/RcywtNJ7tuKwmfcg15mHsKqLjgs
gscf/BICeAS8rXih5vyy2pZ44jBONd8HrfudM4uoIU5Ap4D3xcH28nMyh6nl7ozn
b6bMt3x1ESBKzeCtzKdZtI9GgHm+zMeyeQ5pbPKETASfu3HhubhEmnvbTjRpjDyz
Pko1zo1NWKKTrNqCkdF6IrH/Uv5gMB4z1Z2BxBTx/hkck8X+Yo16lQCsrwKgYKzL
2Z2T+r4lBjBIaNhPwvc0n57D+0JUf1VpNOvVP4SLF1v4mcHICt/CNo+CRcGHtQ9c
gxkksEUqXmHUrAgMMEdJmE1Q2ecrz23EBShuDLRBlRyfjPRI4UFwASmQpG4=
=ZIUV
-----END PGP SIGNATURE-----
dpkg-source: warning: cannot verify inline signature for ./pcsx2_2.6.3+dfsg-1.dsc: missing OpenPGP keyrings
dpkg-source: info: verifying ./pcsx2_2.6.3+dfsg-1.dsc
dpkg-source: info: skipping absent keyring /usr/share/keyrings/debian-keyring.pgp
dpkg-source: info: skipping absent keyring /usr/share/keyrings/debian-tag2upload.pgp
dpkg-source: info: skipping absent keyring /usr/share/keyrings/debian-nonupload.pgp
dpkg-source: info: skipping absent keyring /usr/share/keyrings/debian-maintainers.pgp
dpkg-source: info: extracting pcsx2 in /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg
dpkg-source: info: unpacking pcsx2_2.6.3+dfsg.orig.tar.xz
dpkg-source: info: unpacking pcsx2_2.6.3+dfsg-1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-fix-shaderc-path.patch
dpkg-source: info: applying 0002-system-libzip.patch
dpkg-source: info: applying 0003-system-soundtouch.patch
dpkg-source: info: applying 0004-system-simpleini.patch
dpkg-source: info: applying 0005-system-cpuinfo.patch
dpkg-source: info: applying 0006-jsonevil.patch
dpkg-source: info: applying 0007-system-discordrpc.patch
dpkg-source: info: applying 0008-system-vulkan.patch
dpkg-source: info: applying 0009-system-cubeb.patch
dpkg-source: info: applying 0010-arch-dep-depends.patch
dpkg-source: info: applying 0011-buildfix-without-updater.patch
dpkg-source: info: applying 0012-system-fast-float.patch
dpkg-source: info: applying 0013-system-rcheevos.patch
dpkg-source: info: applying 0014-system-xbyak.patch
dpkg-source: info: applying 0015-system-xxhash.patch
dpkg-source: info: applying 0016-fix-shaderc-explicit-linking.patch
dpkg-source: info: applying 0017-system-libchdr.patch
dpkg-source: info: applying 0018-disable-exceptions.patch
dpkg-source: info: applying 0019-system-fmt.patch
dpkg-source: info: applying 0020-system-googletest.patch
dpkg-source: info: applying version.patch
dpkg-source: info: applying relax_qt_dep.patch
clean up apt cache
------------------
Check disk space
----------------
Sufficient free space for build
User Environment
----------------
APT_CONFIG=/var/lib/sbuild/apt.conf
CCACHE_DIR=/ccache
CCACHE_UMASK=002
DEB_BUILD_OPTIONS=parallel=7
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ADDRESS=de_AT.UTF-8
LC_ALL=C.UTF-8
LC_IDENTIFICATION=de_AT.UTF-8
LC_MEASUREMENT=de_AT.UTF-8
LC_MONETARY=de_AT.UTF-8
LC_NAME=de_AT.UTF-8
LC_NUMERIC=de_AT.UTF-8
LC_PAPER=de_AT.UTF-8
LC_TELEPHONE=de_AT.UTF-8
LC_TIME=en_DK.UTF-8
LOGNAME=sebastian
PATH=/usr/local/sbin:/usr/local/bin:/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/usr/games
SCHROOT_ALIAS_NAME=experimental-amd64-sbuild
SCHROOT_CHROOT_NAME=experimental-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=sebastian
SCHROOT_SESSION_ID=experimental-amd64-sbuild-eb58f6cb-a2ee-447a-8ed8-97c36c021abd
SCHROOT_UID=1000
SCHROOT_USER=sebastian
SHELL=/bin/sh
USER=sebastian
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc
dpkg-buildpackage: info: source package pcsx2
dpkg-buildpackage: info: source version 2.6.3+dfsg-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Sébastien Noel <sebastien at twolife.be>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building pcsx2 using existing ../pcsx2_2.6.3+dfsg.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building pcsx2 in ../pcsx2_2.6.3+dfsg-1.debian.tar.xz
dpkg-source: info: building pcsx2 in ../pcsx2_2.6.3+dfsg-1.dsc
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg'
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_LIBRARY_PATH=x86_64-linux-gnu \
-DUSE_LINKED_FFMPEG=ON \
-DPACKAGE_MODE=ON \
-DDISABLE_ADVANCE_SIMD=ON \
-DENABLE_TESTS=1
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=x86_64-linux-gnu-pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_COMPILER=/usr/lib/ccache/x86_64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=/usr/lib/ccache/x86_64-linux-gnu-g\+\+ -DPKG_CONFIG_EXECUTABLE=/usr/bin/x86_64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/x86_64-linux-gnu-pkg-config -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_LIBRARY_PATH=x86_64-linux-gnu -DUSE_LINKED_FFMPEG=ON -DPACKAGE_MODE=ON -DDISABLE_ADVANCE_SIMD=ON -DENABLE_TESTS=1 ..
-- The C compiler identification is GNU 16.2.0
-- The CXX compiler identification is GNU 16.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake Version: 4.3.4
-- CMake System Name: Linux
-- Building for Linux.
-- Building with GNU GCC.
-- Building for x86-64 (Multi-ISA).
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3.2")
-- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found suitable version "1.6.58", minimum required is "1.6.40")
-- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "62")
-- Found Zstd: /usr/lib/x86_64-linux-gnu/libzstd.so (Required is at least version "1.5.5")
-- Found LZ4: /usr/lib/x86_64-linux-gnu/liblz4.so
-- Found the following WebP libraries:
-- WebP (required): /usr/lib/x86_64-linux-gnu/libwebp.so
-- Found WebP: /usr/include
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.2.16.1")
-- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found PkgConfig: /usr/bin/x86_64-linux-gnu-pkg-config (found version "2.5.1")
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found suitable version "2.14.3", minimum required is "2.12")
-- Found Shaderc: /usr/lib/x86_64-linux-gnu/libshaderc.so
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "8.21.0")
-- Found PCAP: /usr/lib/x86_64-linux-gnu/libpcap.so
-- Performing Test PCAP_LINKS_SOLO
-- Performing Test PCAP_LINKS_SOLO - Success
-- Looking for pcap_get_pfring_id
-- Looking for pcap_get_pfring_id - not found
-- Could NOT find Vtune (missing: VTUNE_LIBRARIES VTUNE_INCLUDE_DIRS)
-- Found FFMPEG: /usr/include/x86_64-linux-gnu (found version "9.0-1+b1") found components: avcodec avformat avutil swresample swscale
-- LIBUDEV found pkg
-- Wayland: Egl requires Client
-- Found Wayland_Client: /usr/lib/x86_64-linux-gnu/libwayland-client.so (found version "1.26.0")
-- Found Wayland_Egl: /usr/lib/x86_64-linux-gnu/libwayland-egl.so (found version "18.1.0")
-- Found Wayland: /usr/lib/x86_64-linux-gnu/libwayland-client.so;/usr/lib/x86_64-linux-gnu/libwayland-egl.so (found version "1.26.0") found components: Egl
-- Found Libbacktrace: /usr/lib/x86_64-linux-gnu/libbacktrace.so
-- Checking for module 'dbus-1'
-- Found dbus-1, version 1.16.2
-- Checking for module 'libchdr'
-- Found libchdr, version 0.3.0
-- Checking for module 'soundtouch'
-- Found soundtouch, version 2.4.0
-- Checking for module 'simpleini'
-- Found simpleini, version 4.25
-- RapidJSON found. Headers: /usr/include
-- Checking for module 'vulkan'
-- Found vulkan, version 1.4.357
-- Checking for module 'speex'
-- Found speex, version 1.2.1
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found WrapOpenGL: TRUE
-- Found WrapVulkanHeaders: /usr/include
CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Qt6/QtPublicDependencyHelpers.cmake:335 (message):
This project is using headers of the CorePrivate module and will therefore
be tied to this specific Qt module build version. Running this project
against other versions of the Qt modules may crash at any arbitrary point.
This is not a bug, but a result of using Qt internals. You have been
warned!
You can disable this warning by setting QT_NO_PRIVATE_MODULE_WARNING to ON.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Qt6CorePrivate/Qt6CorePrivateConfig.cmake:58 (_qt_internal_show_private_module_warning)
/usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake:251 (find_package)
cmake/SearchForStuff.cmake:155 (find_package)
CMakeLists.txt:39 (include)
-- Found XKB: /usr/lib/x86_64-linux-gnu/libxkbcommon.so (found suitable version "1.13.1", minimum required is "0.9.0")
CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Qt6/QtPublicDependencyHelpers.cmake:335 (message):
This project is using headers of the GuiPrivate module and will therefore
be tied to this specific Qt module build version. Running this project
against other versions of the Qt modules may crash at any arbitrary point.
This is not a bug, but a result of using Qt internals. You have been
warned!
You can disable this warning by setting QT_NO_PRIVATE_MODULE_WARNING to ON.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfig.cmake:58 (_qt_internal_show_private_module_warning)
/usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake:251 (find_package)
cmake/SearchForStuff.cmake:155 (find_package)
CMakeLists.txt:39 (include)
CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Qt6/QtPublicDependencyHelpers.cmake:335 (message):
This project is using headers of the WidgetsPrivate module and will
therefore be tied to this specific Qt module build version. Running this
project against other versions of the Qt modules may crash at any arbitrary
point. This is not a bug, but a result of using Qt internals. You have
been warned!
You can disable this warning by setting QT_NO_PRIVATE_MODULE_WARNING to ON.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfig.cmake:58 (_qt_internal_show_private_module_warning)
/usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake:251 (find_package)
cmake/SearchForStuff.cmake:155 (find_package)
CMakeLists.txt:39 (include)
-- Checking for module 'libxxhash'
-- Found libxxhash, version 0.8.3
Using precompiled headers.
CMake Warning at CMakeLists.txt:75 (message):
*************** UNSUPPORTED CONFIGURATION ***************
You are not compiling PCSX2 with a supported compiler.
It may not even build successfully.
PCSX2 only supports the Clang and MSVC compilers.
No support will be provided, continue at your own risk.
*********************************************************
-- Configuring done (2.9s)
-- Generating done (0.4s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
PKGCONFIG_EXECUTABLE
-- Build files have been written to: /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu
make[1]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg'
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg'
# False positive from blhc. See #1125781.
blhc: ignore-line-regexp: /usr/(bin|lib)/(ccache/)?c\+\+ (?:-std=\S+ )?-w -dM -E (?:-c )?/usr/share/cmake-[0-9.]+/Modules/CMakeCXXCompilerABI.cpp .*
dh_auto_build
cd obj-x86_64-linux-gnu && make -j7 INSTALL="install --strip-program=true" VERBOSE=1
make[2]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg -B/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/build.make 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/depend
make -f 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/build.make 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/depend
make -f 3rdparty/imgui/CMakeFiles/imgui.dir/build.make 3rdparty/imgui/CMakeFiles/imgui.dir/depend
make -f 3rdparty/freesurround/CMakeFiles/freesurround.dir/build.make 3rdparty/freesurround/CMakeFiles/freesurround.dir/depend
make -f 3rdparty/glad/CMakeFiles/glad.dir/build.make 3rdparty/glad/CMakeFiles/glad.dir/depend
make -f 3rdparty/demangler/CMakeFiles/demanglegnu.dir/build.make 3rdparty/demangler/CMakeFiles/demanglegnu.dir/depend
make -f 3rdparty/ccc/CMakeFiles/ccc.dir/build.make 3rdparty/ccc/CMakeFiles/ccc.dir/depend
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/DependInfo.cmake "--color=" pcsx2-rapidyaml
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/freesurround /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/freesurround/CMakeFiles/freesurround.dir/DependInfo.cmake "--color=" freesurround
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/glad /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/glad/CMakeFiles/glad.dir/DependInfo.cmake "--color=" glad
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/DependInfo.cmake "--color=" pcsx2-lzma
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui/CMakeFiles/imgui.dir/DependInfo.cmake "--color=" imgui
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler/CMakeFiles/demanglegnu.dir/DependInfo.cmake "--color=" demanglegnu
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc/CMakeFiles/ccc.dir/DependInfo.cmake "--color=" ccc
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/build.make 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/build
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/imgui/CMakeFiles/imgui.dir/build.make 3rdparty/imgui/CMakeFiles/imgui.dir/build
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/freesurround/CMakeFiles/freesurround.dir/build.make 3rdparty/freesurround/CMakeFiles/freesurround.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/ccc/CMakeFiles/ccc.dir/build.make 3rdparty/ccc/CMakeFiles/ccc.dir/build
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/build.make 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/build
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/glad/CMakeFiles/glad.dir/build.make 3rdparty/glad/CMakeFiles/glad.dir/build
make -f 3rdparty/demangler/CMakeFiles/demanglegnu.dir/build.make 3rdparty/demangler/CMakeFiles/demanglegnu.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 0%] Building CXX object 3rdparty/freesurround/CMakeFiles/freesurround.dir/src/ChannelMaps.cpp.o
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 0%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/base64.cpp.o
[ 0%] Building CXX object 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/freesurround && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/freesurround/CMakeFiles/freesurround.dir/src/ChannelMaps.cpp.o -MF CMakeFiles/freesurround.dir/src/ChannelMaps.cpp.o.d -o CMakeFiles/freesurround.dir/src/ChannelMaps.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/src/ChannelMaps.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/base64.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/base64.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/base64.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/base64.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui.cpp.o -MF CMakeFiles/imgui.dir/src/imgui.cpp.o.d -o CMakeFiles/imgui.dir/src/imgui.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src/imgui.cpp
[ 0%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zAlloc.c.o
[ 0%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/ast.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/ast.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/ast.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/ast.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/ast.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zAlloc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zAlloc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zAlloc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zAlloc.c
[ 0%] Building C object 3rdparty/glad/CMakeFiles/glad.dir/src/gl.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/glad && /usr/lib/ccache/x86_64-linux-gnu-gcc -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/glad/CMakeFiles/glad.dir/src/gl.c.o -MF CMakeFiles/glad.dir/src/gl.c.o.d -o CMakeFiles/glad.dir/src/gl.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/src/gl.c
[ 0%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/alloca.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/alloca.c.o -MF CMakeFiles/demanglegnu.dir/src/alloca.c.o.d -o CMakeFiles/demanglegnu.dir/src/alloca.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/alloca.c
[ 0%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zArcIn.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zArcIn.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zArcIn.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zArcIn.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zArcIn.c
[ 0%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/cp-demangle.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/cp-demangle.c.o -MF CMakeFiles/demanglegnu.dir/src/cp-demangle.c.o.d -o CMakeFiles/demanglegnu.dir/src/cp-demangle.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/cp-demangle.c
[ 1%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zBuf.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zBuf.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zBuf.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zBuf.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zBuf.c
[ 1%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zBuf2.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zBuf2.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zBuf2.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zBuf2.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zBuf2.c
[ 1%] Building CXX object 3rdparty/freesurround/CMakeFiles/freesurround.dir/src/FreeSurroundDecoder.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/freesurround && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/freesurround/CMakeFiles/freesurround.dir/src/FreeSurroundDecoder.cpp.o -MF CMakeFiles/freesurround.dir/src/FreeSurroundDecoder.cpp.o.d -o CMakeFiles/freesurround.dir/src/FreeSurroundDecoder.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/src/FreeSurroundDecoder.cpp
[ 1%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zCrc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zCrc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zCrc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zCrc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zCrc.c
[ 1%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zCrcOpt.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zCrcOpt.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zCrcOpt.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zCrcOpt.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zCrcOpt.c
[ 1%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zDec.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zDec.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zDec.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zDec.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zDec.c
[ 1%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/error.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/error.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/error.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/error.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/error.cpp
[ 1%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zFile.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zFile.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zFile.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zFile.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zFile.c
[ 2%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/format.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/format.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/format.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/format.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/format.cpp
[ 2%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zStream.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/7zStream.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/7zStream.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/7zStream.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/7zStream.c
[ 3%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Aes.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Aes.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Aes.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Aes.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Aes.c
[ 3%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/elf.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/elf.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/elf.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/elf.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/elf.cpp
[ 3%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/AesOpt.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/AesOpt.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/AesOpt.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/AesOpt.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/AesOpt.c
[ 3%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/cplus-dem.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/cplus-dem.c.o -MF CMakeFiles/demanglegnu.dir/src/cplus-dem.c.o.d -o CMakeFiles/demanglegnu.dir/src/cplus-dem.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/cplus-dem.c
[ 3%] Building CXX object 3rdparty/freesurround/CMakeFiles/freesurround.dir/src/kiss_fft.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/freesurround && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/freesurround/CMakeFiles/freesurround.dir/src/kiss_fft.cpp.o -MF CMakeFiles/freesurround.dir/src/kiss_fft.cpp.o.d -o CMakeFiles/freesurround.dir/src/kiss_fft.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/src/kiss_fft.cpp
[ 3%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/language.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/language.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/language.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/language.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/language.cpp
[ 3%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/memory_util.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/memory_util.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/memory_util.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/memory_util.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/memory_util.cpp
[ 3%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/utf.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/utf.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/utf.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/utf.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/utf.cpp
[ 3%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Alloc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Alloc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Alloc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Alloc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Alloc.c
[ 3%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Bcj2.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Bcj2.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Bcj2.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Bcj2.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Bcj2.c
[ 3%] Building CXX object 3rdparty/freesurround/CMakeFiles/freesurround.dir/src/kiss_fftr.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/freesurround && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/freesurround/CMakeFiles/freesurround.dir/src/kiss_fftr.cpp.o -MF CMakeFiles/freesurround.dir/src/kiss_fftr.cpp.o.d -o CMakeFiles/freesurround.dir/src/kiss_fftr.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/src/kiss_fftr.cpp
[ 3%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Bcj2Enc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Bcj2Enc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Bcj2Enc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Bcj2Enc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Bcj2Enc.c
[ 4%] Building C object 3rdparty/glad/CMakeFiles/glad.dir/src/egl.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/glad && /usr/lib/ccache/x86_64-linux-gnu-gcc -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/glad/CMakeFiles/glad.dir/src/egl.c.o -MF CMakeFiles/glad.dir/src/egl.c.o.d -o CMakeFiles/glad.dir/src/egl.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/src/egl.c
[ 4%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Bra.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Bra.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Bra.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Bra.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Bra.c
[ 4%] Linking CXX static library libfreesurround.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/freesurround && /usr/bin/cmake -P CMakeFiles/freesurround.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/freesurround && /usr/bin/cmake -E cmake_link_script CMakeFiles/freesurround.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libfreesurround.a CMakeFiles/freesurround.dir/src/ChannelMaps.cpp.o CMakeFiles/freesurround.dir/src/FreeSurroundDecoder.cpp.o CMakeFiles/freesurround.dir/src/kiss_fft.cpp.o CMakeFiles/freesurround.dir/src/kiss_fftr.cpp.o
/usr/bin/x86_64-linux-gnu-ranlib libfreesurround.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 4%] Built target freesurround
make -f pcsx2-qt/CMakeFiles/Pcsx2_lrelease.dir/build.make pcsx2-qt/CMakeFiles/Pcsx2_lrelease.dir/depend
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/CMakeFiles/Pcsx2_lrelease.dir/DependInfo.cmake "--color=" Pcsx2_lrelease
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f pcsx2-qt/CMakeFiles/Pcsx2_lrelease.dir/build.make pcsx2-qt/CMakeFiles/Pcsx2_lrelease.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 4%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Bra86.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Bra86.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Bra86.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Bra86.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Bra86.c
[ 4%] Generating pcsx2-qt_af-ZA.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_af-ZA.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_af-ZA.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_af-ZA.qm'...
[ 4%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/elf_symtab.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/elf_symtab.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/elf_symtab.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/elf_symtab.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/elf_symtab.cpp
Generated 4763 translation(s) (635 finished and 4128 unfinished)
[ 4%] Generating pcsx2-qt_ar-SA.qm
[ 4%] Linking C static library libglad.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/glad && /usr/bin/cmake -P CMakeFiles/glad.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_ar-SA.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ar-SA.qm
[ 5%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/BraIA64.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/BraIA64.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/BraIA64.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/BraIA64.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/BraIA64.c
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/glad && /usr/bin/cmake -E cmake_link_script CMakeFiles/glad.dir/link.txt --verbose=1
[ 5%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/CpuArch.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/CpuArch.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/CpuArch.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/CpuArch.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/CpuArch.c
/usr/bin/x86_64-linux-gnu-ar qc libglad.a CMakeFiles/glad.dir/src/gl.c.o CMakeFiles/glad.dir/src/egl.c.o
/usr/bin/x86_64-linux-gnu-ranlib libglad.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ar-SA.qm'...
[ 5%] Built target glad
Generated 4763 translation(s) (3794 finished and 969 unfinished)
[ 5%] Generating pcsx2-qt_bg-BG.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
[ 5%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/DllSecur.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/DllSecur.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/DllSecur.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/DllSecur.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/DllSecur.c
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_bg-BG.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_bg-BG.qm
[ 5%] Building CXX object 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_demo.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_demo.cpp.o -MF CMakeFiles/imgui.dir/src/imgui_demo.cpp.o.d -o CMakeFiles/imgui.dir/src/imgui_demo.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src/imgui_demo.cpp
[ 5%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Delta.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Delta.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Delta.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Delta.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Delta.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_bg-BG.qm'...
[ 5%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/common.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/common.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/common.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/common.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/common.cpp
Generated 4763 translation(s) (101 finished and 4662 unfinished)
[ 5%] Generating pcsx2-qt_ca-ES.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_ca-ES.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ca-ES.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ca-ES.qm'...
[ 5%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzFind.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzFind.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/LzFind.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/LzFind.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/LzFind.c
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 5%] Generating pcsx2-qt_cs-CZ.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_cs-CZ.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_cs-CZ.qm
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/cplus-dem.c: In function ‘demangle_arm_hp_template’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/cplus-dem.c:2446:23: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
2446 | start_spec_args = strchr (*mangled, '<');
| ^
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_cs-CZ.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (3312 finished and 1451 unfinished)
[ 6%] Generating pcsx2-qt_da-DK.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
[ 6%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/d-demangle.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/d-demangle.c.o -MF CMakeFiles/demanglegnu.dir/src/d-demangle.c.o.d -o CMakeFiles/demanglegnu.dir/src/d-demangle.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/d-demangle.c
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_da-DK.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_da-DK.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_da-DK.qm'...
Generated 4763 translation(s) (72 finished and 4691 unfinished)
[ 6%] Generating pcsx2-qt_de-DE.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_de-DE.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_de-DE.qm
[ 6%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzFindMt.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzFindMt.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/LzFindMt.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/LzFindMt.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/LzFindMt.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_de-DE.qm'...
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 6%] Generating pcsx2-qt_el-GR.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_el-GR.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_el-GR.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_el-GR.qm'...
Generated 4763 translation(s) (1490 finished and 3273 unfinished)
[ 6%] Generating pcsx2-qt_en-US.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_en-US.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_en-US.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_en-US.qm'...
Generated 13 translation(s) (13 finished and 0 unfinished)
[ 6%] Generating pcsx2-qt_es-419.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_es-419.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_es-419.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_es-419.qm'...
Generated 4763 translation(s) (4334 finished and 429 unfinished)
[ 6%] Generating pcsx2-qt_es-ES.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_es-ES.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_es-ES.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_es-ES.qm'...
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 6%] Generating pcsx2-qt_fa-IR.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_fa-IR.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_fa-IR.qm
[ 6%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/node.cpp
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_fa-IR.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (2824 finished and 1939 unfinished)
[ 7%] Generating pcsx2-qt_fi-FI.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_fi-FI.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_fi-FI.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_fi-FI.qm'...
Generated 4763 translation(s) (4496 finished and 267 unfinished)
[ 7%] Generating pcsx2-qt_fr-FR.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_fr-FR.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_fr-FR.qm
[ 8%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/dyn-string.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/dyn-string.c.o -MF CMakeFiles/demanglegnu.dir/src/dyn-string.c.o.d -o CMakeFiles/demanglegnu.dir/src/dyn-string.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/dyn-string.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_fr-FR.qm'...
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 8%] Generating pcsx2-qt_gn-PY.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_gn-PY.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_gn-PY.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_gn-PY.qm'...
[ 8%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/getopt1.c.o
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (474 finished and 4289 unfinished)
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/getopt1.c.o -MF CMakeFiles/demanglegnu.dir/src/getopt1.c.o.d -o CMakeFiles/demanglegnu.dir/src/getopt1.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/getopt1.c
[ 8%] Generating pcsx2-qt_he-IL.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_he-IL.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_he-IL.qm
[ 8%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/getopt.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/getopt.c.o -MF CMakeFiles/demanglegnu.dir/src/getopt.c.o.d -o CMakeFiles/demanglegnu.dir/src/getopt.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/getopt.c
[ 8%] Generating pcsx2-qt_hi-IN.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_he-IL.qm'...
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_hi-IN.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_hi-IN.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (1024 finished and 3739 unfinished)
[ 8%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/rust-demangle.c.o
[ 8%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/importer_flags.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/importer_flags.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/importer_flags.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/importer_flags.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/importer_flags.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/rust-demangle.c.o -MF CMakeFiles/demanglegnu.dir/src/rust-demangle.c.o.d -o CMakeFiles/demanglegnu.dir/src/rust-demangle.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/rust-demangle.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_hi-IN.qm'...
Generated 4763 translation(s) (379 finished and 4384 unfinished)
[ 8%] Generating pcsx2-qt_hr-HR.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_hr-HR.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_hr-HR.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_hr-HR.qm'...
Generated 4763 translation(s) (763 finished and 4000 unfinished)
[ 9%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/mdebug_analysis.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/mdebug_analysis.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/mdebug_analysis.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/mdebug_analysis.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/mdebug_analysis.cpp
[ 10%] Generating pcsx2-qt_hu-HU.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_hu-HU.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_hu-HU.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_hu-HU.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (4547 finished and 216 unfinished)
[ 10%] Generating pcsx2-qt_id-ID.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_id-ID.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_id-ID.qm
[ 11%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzFindOpt.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzFindOpt.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/LzFindOpt.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/LzFindOpt.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/LzFindOpt.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_id-ID.qm'...
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 11%] Generating pcsx2-qt_it-IT.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_it-IT.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_it-IT.qm
[ 11%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma2Dec.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma2Dec.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Lzma2Dec.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Lzma2Dec.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Lzma2Dec.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_it-IT.qm'...
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 11%] Generating pcsx2-qt_ja-JP.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_ja-JP.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ja-JP.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ja-JP.qm'...
Generated 4763 translation(s) (3842 finished and 921 unfinished)
[ 11%] Generating pcsx2-qt_ka-GE.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_ka-GE.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ka-GE.qm
[ 11%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma2DecMt.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma2DecMt.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Lzma2DecMt.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Lzma2DecMt.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Lzma2DecMt.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ka-GE.qm'...
Generated 4763 translation(s) (372 finished and 4391 unfinished)
[ 11%] Generating pcsx2-qt_ko-KR.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_ko-KR.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ko-KR.qm
[ 11%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/safe-ctype.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/safe-ctype.c.o -MF CMakeFiles/demanglegnu.dir/src/safe-ctype.c.o.d -o CMakeFiles/demanglegnu.dir/src/safe-ctype.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/safe-ctype.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ko-KR.qm'...
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 11%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/parse.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/parse.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/parse.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/parse.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/parse.cpp
[ 11%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/xexit.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/xexit.c.o -MF CMakeFiles/demanglegnu.dir/src/xexit.c.o.d -o CMakeFiles/demanglegnu.dir/src/xexit.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/xexit.c
[ 11%] Generating pcsx2-qt_lt-LT.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_lt-LT.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_lt-LT.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_lt-LT.qm'...
[ 12%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/xmalloc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/xmalloc.c.o -MF CMakeFiles/demanglegnu.dir/src/xmalloc.c.o.d -o CMakeFiles/demanglegnu.dir/src/xmalloc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/xmalloc.c
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (2330 finished and 2433 unfinished)
[ 13%] Generating pcsx2-qt_lv-LV.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_lv-LV.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_lv-LV.qm
[ 13%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/xmemdup.c.o
[ 13%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma2Enc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma2Enc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Lzma2Enc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Lzma2Enc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Lzma2Enc.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_lv-LV.qm'...
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/xmemdup.c.o -MF CMakeFiles/demanglegnu.dir/src/xmemdup.c.o.d -o CMakeFiles/demanglegnu.dir/src/xmemdup.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/xmemdup.c
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 13%] Generating pcsx2-qt_nl-NL.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_nl-NL.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_nl-NL.qm
make -f 3rdparty/googletest/CMakeFiles/gtest.dir/build.make 3rdparty/googletest/CMakeFiles/gtest.dir/depend
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/googletest /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest/CMakeFiles/gtest.dir/DependInfo.cmake "--color=" gtest
[ 13%] Building C object 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/xstrdup.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/lib/ccache/x86_64-linux-gnu-gcc -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/demangler/CMakeFiles/demanglegnu.dir/src/xstrdup.c.o -MF CMakeFiles/demanglegnu.dir/src/xstrdup.c.o.d -o CMakeFiles/demanglegnu.dir/src/xstrdup.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/src/xstrdup.c
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/googletest/CMakeFiles/gtest.dir/build.make 3rdparty/googletest/CMakeFiles/gtest.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_nl-NL.qm'...
[ 13%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest.cc.o -c /usr/src/googletest/googletest/src/gtest.cc
Generated 4763 translation(s) (1177 finished and 3586 unfinished)
[ 13%] Generating pcsx2-qt_no-NO.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
[ 13%] Linking C static library libdemanglegnu.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/bin/cmake -P CMakeFiles/demanglegnu.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_no-NO.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_no-NO.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/demangler && /usr/bin/cmake -E cmake_link_script CMakeFiles/demanglegnu.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libdemanglegnu.a CMakeFiles/demanglegnu.dir/src/alloca.c.o "CMakeFiles/demanglegnu.dir/src/cp-demangle.c.o" "CMakeFiles/demanglegnu.dir/src/cplus-dem.c.o" "CMakeFiles/demanglegnu.dir/src/d-demangle.c.o" "CMakeFiles/demanglegnu.dir/src/dyn-string.c.o" CMakeFiles/demanglegnu.dir/src/getopt1.c.o CMakeFiles/demanglegnu.dir/src/getopt.c.o "CMakeFiles/demanglegnu.dir/src/rust-demangle.c.o" "CMakeFiles/demanglegnu.dir/src/safe-ctype.c.o" CMakeFiles/demanglegnu.dir/src/xexit.c.o CMakeFiles/demanglegnu.dir/src/xmalloc.c.o CMakeFiles/demanglegnu.dir/src/xmemdup.c.o CMakeFiles/demanglegnu.dir/src/xstrdup.c.o
/usr/bin/x86_64-linux-gnu-ranlib libdemanglegnu.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 13%] Built target demanglegnu
[ 13%] Building CXX object 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_draw.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_draw.cpp.o -MF CMakeFiles/imgui.dir/src/imgui_draw.cpp.o.d -o CMakeFiles/imgui.dir/src/imgui_draw.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src/imgui_draw.cpp
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_no-NO.qm'...
Generated 4763 translation(s) (2739 finished and 2024 unfinished)
[ 13%] Generating pcsx2-qt_pl-PL.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_pl-PL.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_pl-PL.qm
[ 13%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma86Dec.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma86Dec.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Lzma86Dec.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Lzma86Dec.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Lzma86Dec.c
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_pl-PL.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (3606 finished and 1157 unfinished)
[ 13%] Generating pcsx2-qt_pt-BR.qm
[ 13%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma86Enc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Lzma86Enc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Lzma86Enc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Lzma86Enc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Lzma86Enc.c
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_pt-BR.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_pt-BR.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_pt-BR.qm'...
Generated 4763 translation(s) (4668 finished and 95 unfinished)
[ 13%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzmaDec.c.o
[ 13%] Generating pcsx2-qt_pt-PT.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzmaDec.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/LzmaDec.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/LzmaDec.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/LzmaDec.c
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_pt-PT.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_pt-PT.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_pt-PT.qm'...
Generated 4763 translation(s) (4755 finished and 8 unfinished)
[ 13%] Generating pcsx2-qt_qu-PE.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_qu-PE.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_qu-PE.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_qu-PE.qm'...
Generated 4763 translation(s) (0 finished and 4763 unfinished)
[ 14%] Generating pcsx2-qt_ro-RO.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_ro-RO.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ro-RO.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ro-RO.qm'...
Generated 4763 translation(s) (700 finished and 4063 unfinished)
[ 14%] Generating pcsx2-qt_ru-RU.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_ru-RU.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ru-RU.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_ru-RU.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (3833 finished and 930 unfinished)
[ 14%] Generating pcsx2-qt_sr-SP.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_sr-SP.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_sr-SP.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_sr-SP.qm'...
Generated 4763 translation(s) (160 finished and 4603 unfinished)
[ 14%] Generating pcsx2-qt_sv-SE.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_sv-SE.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_sv-SE.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_sv-SE.qm'...
Generated 4763 translation(s) (4761 finished and 2 unfinished)
[ 14%] Generating pcsx2-qt_tr-TR.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_tr-TR.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_tr-TR.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_tr-TR.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (3398 finished and 1365 unfinished)
[ 14%] Generating pcsx2-qt_uk-UA.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_uk-UA.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_uk-UA.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_uk-UA.qm'...
[ 15%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzmaEnc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzmaEnc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/LzmaEnc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/LzmaEnc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/LzmaEnc.c
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Generated 4763 translation(s) (2492 finished and 2271 unfinished)
[ 15%] Generating pcsx2-qt_vi-VN.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_vi-VN.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_vi-VN.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_vi-VN.qm'...
Generated 4763 translation(s) (51 finished and 4712 unfinished)
[ 16%] Generating pcsx2-qt_zh-CN.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_zh-CN.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_zh-CN.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_zh-CN.qm'...
Generated 4763 translation(s) (4763 finished and 0 unfinished)
[ 16%] Generating pcsx2-qt_zh-TW.qm
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/bin/cmake -E make_directory /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt && /usr/lib/qt6/bin/lrelease /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2-qt/Translations/pcsx2-qt_zh-TW.ts -qm /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_zh-TW.qm
Updating '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2-qt/pcsx2-qt_zh-TW.qm'...
Generated 4763 translation(s) (2385 finished and 2378 unfinished)
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 16%] Built target Pcsx2_lrelease
[ 17%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/preprocess.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/preprocess.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/preprocess.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/preprocess.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/preprocess.cpp
[ 17%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/mdebug_importer.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/mdebug_importer.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/mdebug_importer.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/mdebug_importer.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/mdebug_importer.cpp
[ 17%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzmaLib.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/LzmaLib.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/LzmaLib.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/LzmaLib.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/LzmaLib.c
[ 17%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/MtCoder.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/MtCoder.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/MtCoder.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/MtCoder.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/MtCoder.c
[ 17%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-assertion-result.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-assertion-result.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-assertion-result.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-assertion-result.cc.o -c /usr/src/googletest/googletest/src/gtest-assertion-result.cc
[ 17%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/MtDec.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/MtDec.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/MtDec.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/MtDec.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/MtDec.c
[ 17%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Ppmd7.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Ppmd7.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Ppmd7.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Ppmd7.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Ppmd7.c
[ 17%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Dec.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Dec.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Dec.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Dec.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Ppmd7Dec.c
[ 17%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Enc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Enc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Enc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Enc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Ppmd7Enc.c
make -f 3rdparty/googletest/CMakeFiles/gtest_main.dir/build.make 3rdparty/googletest/CMakeFiles/gtest_main.dir/depend
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/googletest /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake "--color=" gtest_main
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f 3rdparty/googletest/CMakeFiles/gtest_main.dir/build.make 3rdparty/googletest/CMakeFiles/gtest_main.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 17%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest_main.dir/usr/src/googletest/googletest/src/gtest_main.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest_main.dir/usr/src/googletest/googletest/src/gtest_main.cc.o -MF CMakeFiles/gtest_main.dir/usr/src/googletest/googletest/src/gtest_main.cc.o.d -o CMakeFiles/gtest_main.dir/usr/src/googletest/googletest/src/gtest_main.cc.o -c /usr/src/googletest/googletest/src/gtest_main.cc
[ 18%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Sha256.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Sha256.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Sha256.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Sha256.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Sha256.c
[ 18%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Sha256Opt.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Sha256Opt.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Sha256Opt.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Sha256Opt.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Sha256Opt.c
[ 18%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Sort.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Sort.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Sort.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Sort.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Sort.c
[ 18%] Building CXX object 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_freetype.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_freetype.cpp.o -MF CMakeFiles/imgui.dir/src/imgui_freetype.cpp.o.d -o CMakeFiles/imgui.dir/src/imgui_freetype.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src/imgui_freetype.cpp
[ 18%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/SwapBytes.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/SwapBytes.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/SwapBytes.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/SwapBytes.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/SwapBytes.c
[ 19%] Linking CXX static library libgtest_main.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/bin/cmake -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libgtest_main.a CMakeFiles/gtest_main.dir/usr/src/googletest/googletest/src/gtest_main.cc.o
/usr/bin/x86_64-linux-gnu-ranlib libgtest_main.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 19%] Built target gtest_main
[ 19%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-death-test.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-death-test.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-death-test.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-death-test.cc.o -c /usr/src/googletest/googletest/src/gtest-death-test.cc
[ 19%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/mdebug_section.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/mdebug_section.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/mdebug_section.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/mdebug_section.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/mdebug_section.cpp
[ 19%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Threads.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Threads.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Threads.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Threads.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Threads.c
[ 19%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Xz.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/Xz.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/Xz.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/Xz.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/Xz.c
[ 19%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzCrc64.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzCrc64.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/XzCrc64.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/XzCrc64.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/XzCrc64.c
[ 20%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzCrc64Opt.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzCrc64Opt.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/XzCrc64Opt.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/XzCrc64Opt.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/XzCrc64Opt.c
[ 20%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tree.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tree.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tree.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tree.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/tree.cpp
[ 20%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzDec.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzDec.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/XzDec.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/XzDec.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/XzDec.c
[ 20%] Building CXX object 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_tables.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_tables.cpp.o -MF CMakeFiles/imgui.dir/src/imgui_tables.cpp.o.d -o CMakeFiles/imgui.dir/src/imgui_tables.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src/imgui_tables.cpp
[ 20%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzEnc.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzEnc.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/XzEnc.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/XzEnc.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/XzEnc.c
[ 20%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/mdebug_symbols.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/mdebug_symbols.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/mdebug_symbols.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/mdebug_symbols.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/mdebug_symbols.cpp
[ 20%] Building C object 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzIn.c.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/lib/ccache/x86_64-linux-gnu-gcc -D_7ZIP_ST -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -MD -MT 3rdparty/lzma/CMakeFiles/pcsx2-lzma.dir/src/XzIn.c.o -MF CMakeFiles/pcsx2-lzma.dir/src/XzIn.c.o.d -o CMakeFiles/pcsx2-lzma.dir/src/XzIn.c.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/src/XzIn.c
[ 20%] Linking C static library libpcsx2-lzma.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/bin/cmake -P CMakeFiles/pcsx2-lzma.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/lzma && /usr/bin/cmake -E cmake_link_script CMakeFiles/pcsx2-lzma.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libpcsx2-lzma.a "CMakeFiles/pcsx2-lzma.dir/src/7zAlloc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/7zArcIn.c.o" "CMakeFiles/pcsx2-lzma.dir/src/7zBuf.c.o" "CMakeFiles/pcsx2-lzma.dir/src/7zBuf2.c.o" "CMakeFiles/pcsx2-lzma.dir/src/7zCrc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/7zCrcOpt.c.o" "CMakeFiles/pcsx2-lzma.dir/src/7zDec.c.o" "CMakeFiles/pcsx2-lzma.dir/src/7zFile.c.o" "CMakeFiles/pcsx2-lzma.dir/src/7zStream.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Aes.c.o" "CMakeFiles/pcsx2-lzma.dir/src/AesOpt.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Alloc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Bcj2.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Bcj2Enc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Bra.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Bra86.c.o" "CMakeFiles/pcsx2-lzma.dir/src/BraIA64.c.o" "CMakeFiles/pcsx2-lzma.dir/src/CpuArch.c.o" "CMakeFiles/pcsx2-lzma.dir/src/DllSecur.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Delta.c.o" "CMakeFiles/pcsx2-lzma.dir/src/LzFind.c.o" "CMakeFiles/pcsx2-lzma.dir/src/LzFindMt.c.o" "CMakeFiles/pcsx2-lzma.dir/src/LzFindOpt.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Lzma2Dec.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Lzma2DecMt.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Lzma2Enc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Lzma86Dec.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Lzma86Enc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/LzmaDec.c.o" "CMakeFiles/pcsx2-lzma.dir/src/LzmaEnc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/LzmaLib.c.o" "CMakeFiles/pcsx2-lzma.dir/src/MtCoder.c.o" "CMakeFiles/pcsx2-lzma.dir/src/MtDec.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Ppmd7.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Dec.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Ppmd7Enc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Sha256.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Sha256Opt.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Sort.c.o" "CMakeFiles/pcsx2-lzma.dir/src/SwapBytes.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Threads.c.o" "CMakeFiles/pcsx2-lzma.dir/src/Xz.c.o" "CMakeFiles/pcsx2-lzma.dir/src/XzCrc64.c.o" "CMakeFiles/pcsx2-lzma.dir/src/XzCrc64Opt.c.o" "CMakeFiles/pcsx2-lzma.dir/src/XzDec.c.o" "CMakeFiles/pcsx2-lzma.dir/src/XzEnc.c.o" "CMakeFiles/pcsx2-lzma.dir/src/XzIn.c.o"
/usr/bin/x86_64-linux-gnu-ranlib libpcsx2-lzma.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 20%] Built target pcsx2-lzma
[ 20%] Building CXX object 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_widgets.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_widgets.cpp.o -MF CMakeFiles/imgui.dir/src/imgui_widgets.cpp.o.d -o CMakeFiles/imgui.dir/src/imgui_widgets.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src/imgui_widgets.cpp
[ 20%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-filepath.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-filepath.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-filepath.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-filepath.cc.o -c /usr/src/googletest/googletest/src/gtest-filepath.cc
[ 21%] Building CXX object 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_stdlib.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/imgui/CMakeFiles/imgui.dir/src/imgui_stdlib.cpp.o -MF CMakeFiles/imgui.dir/src/imgui_stdlib.cpp.o.d -o CMakeFiles/imgui.dir/src/imgui_stdlib.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/src/imgui_stdlib.cpp
[ 21%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/sndll.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/sndll.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/sndll.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/sndll.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/sndll.cpp
[ 21%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node_type.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node_type.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node_type.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node_type.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/node_type.cpp
[ 21%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/reference_resolver.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/reference_resolver.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/reference_resolver.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/reference_resolver.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/reference_resolver.cpp
[ 21%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tag.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tag.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tag.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tag.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/tag.cpp
[ 21%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/stabs.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/stabs.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/stabs.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/stabs.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/stabs.cpp
[ 21%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/stabs_to_ast.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/stabs_to_ast.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/stabs_to_ast.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/stabs_to_ast.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/stabs_to_ast.cpp
[ 21%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/version.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/../fast_float/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/rapidyaml/CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/version.cpp.o -MF CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/version.cpp.o.d -o CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/version.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/src/c4/yml/version.cpp
[ 21%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-matchers.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-matchers.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-matchers.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-matchers.cc.o -c /usr/src/googletest/googletest/src/gtest-matchers.cc
[ 22%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/symbol_database.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/symbol_database.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/symbol_database.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/symbol_database.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/symbol_database.cpp
[ 23%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-port.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-port.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-port.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-port.cc.o -c /usr/src/googletest/googletest/src/gtest-port.cc
[ 23%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-printers.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-printers.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-printers.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-printers.cc.o -c /usr/src/googletest/googletest/src/gtest-printers.cc
[ 23%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/symbol_file.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/symbol_file.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/symbol_file.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/symbol_file.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/symbol_file.cpp
[ 23%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/symbol_table.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/symbol_table.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/symbol_table.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/symbol_table.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/symbol_table.cpp
[ 23%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-test-part.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-test-part.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-test-part.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-test-part.cc.o -c /usr/src/googletest/googletest/src/gtest-test-part.cc
[ 23%] Building CXX object 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-typed-test.cc.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/googletest/CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-typed-test.cc.o -MF CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-typed-test.cc.o.d -o CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-typed-test.cc.o -c /usr/src/googletest/googletest/src/gtest-typed-test.cc
[ 24%] Linking CXX static library libpcsx2-rapidyaml.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/bin/cmake -P CMakeFiles/pcsx2-rapidyaml.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/rapidyaml && /usr/bin/cmake -E cmake_link_script CMakeFiles/pcsx2-rapidyaml.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libpcsx2-rapidyaml.a "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/base64.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/error.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/format.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/language.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/memory_util.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/utf.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/common.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/parse.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/preprocess.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tree.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/node_type.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/reference_resolver.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/tag.cpp.o" "CMakeFiles/pcsx2-rapidyaml.dir/src/c4/yml/version.cpp.o"
/usr/bin/x86_64-linux-gnu-ranlib libpcsx2-rapidyaml.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 24%] Built target pcsx2-rapidyaml
make -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/depend
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/DependInfo.cmake "--color=" common
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 24%] Building CXX object common/CMakeFiles/common.dir/cmake_pch.hxx.gch
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -x c++-header -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/cmake_pch.hxx.gch -MF CMakeFiles/common.dir/cmake_pch.hxx.gch.d -o CMakeFiles/common.dir/cmake_pch.hxx.gch -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx.cxx
[ 24%] Building CXX object 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/util.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/lib/ccache/x86_64-linux-gnu-g++ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=c++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -MD -MT 3rdparty/ccc/CMakeFiles/ccc.dir/src/ccc/util.cpp.o -MF CMakeFiles/ccc.dir/src/ccc/util.cpp.o.d -o CMakeFiles/ccc.dir/src/ccc/util.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src/ccc/util.cpp
[ 24%] Linking CXX static library libimgui.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/bin/cmake -P CMakeFiles/imgui.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/imgui && /usr/bin/cmake -E cmake_link_script CMakeFiles/imgui.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libimgui.a CMakeFiles/imgui.dir/src/imgui.cpp.o CMakeFiles/imgui.dir/src/imgui_demo.cpp.o CMakeFiles/imgui.dir/src/imgui_draw.cpp.o CMakeFiles/imgui.dir/src/imgui_freetype.cpp.o CMakeFiles/imgui.dir/src/imgui_tables.cpp.o CMakeFiles/imgui.dir/src/imgui_widgets.cpp.o CMakeFiles/imgui.dir/src/imgui_stdlib.cpp.o
/usr/bin/x86_64-linux-gnu-ranlib libimgui.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 24%] Built target imgui
[ 24%] Linking CXX static library libgtest.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/bin/cmake -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/googletest && /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libgtest.a CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest.cc.o "CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-assertion-result.cc.o" "CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-death-test.cc.o" "CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-filepath.cc.o" "CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-matchers.cc.o" "CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-port.cc.o" "CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-printers.cc.o" "CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-test-part.cc.o" "CMakeFiles/gtest.dir/usr/src/googletest/googletest/src/gtest-typed-test.cc.o"
/usr/bin/x86_64-linux-gnu-ranlib libgtest.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 24%] Built target gtest
[ 24%] Building CXX object common/CMakeFiles/common.dir/Console.cpp.o
[ 25%] Building CXX object common/CMakeFiles/common.dir/Assertions.cpp.o
[ 25%] Building CXX object common/CMakeFiles/common.dir/CrashHandler.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Console.cpp.o -MF CMakeFiles/common.dir/Console.cpp.o.d -o CMakeFiles/common.dir/Console.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Console.cpp
[ 25%] Building CXX object common/CMakeFiles/common.dir/AlignedMalloc.cpp.o
[ 25%] Building CXX object common/CMakeFiles/common.dir/Error.cpp.o
[ 25%] Building CXX object common/CMakeFiles/common.dir/DynamicLibrary.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Assertions.cpp.o -MF CMakeFiles/common.dir/Assertions.cpp.o.d -o CMakeFiles/common.dir/Assertions.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Assertions.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/AlignedMalloc.cpp.o -MF CMakeFiles/common.dir/AlignedMalloc.cpp.o.d -o CMakeFiles/common.dir/AlignedMalloc.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/AlignedMalloc.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/CrashHandler.cpp.o -MF CMakeFiles/common.dir/CrashHandler.cpp.o.d -o CMakeFiles/common.dir/CrashHandler.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/CrashHandler.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/DynamicLibrary.cpp.o -MF CMakeFiles/common.dir/DynamicLibrary.cpp.o.d -o CMakeFiles/common.dir/DynamicLibrary.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/DynamicLibrary.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Error.cpp.o -MF CMakeFiles/common.dir/Error.cpp.o.d -o CMakeFiles/common.dir/Error.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Error.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/AlignedMalloc.cpp:46:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
46 | __fi void _aligned_free(void* pmem)
| ^~~~~~~~~~~~~
[ 25%] Building CXX object common/CMakeFiles/common.dir/FastJmp.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/FastJmp.cpp.o -MF CMakeFiles/common.dir/FastJmp.cpp.o.d -o CMakeFiles/common.dir/FastJmp.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/FastJmp.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Assertions.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 25%] Building CXX object common/CMakeFiles/common.dir/FileSystem.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/FileSystem.cpp.o -MF CMakeFiles/common.dir/FileSystem.cpp.o.d -o CMakeFiles/common.dir/FileSystem.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/FileSystem.cpp
[ 26%] Building CXX object common/CMakeFiles/common.dir/HostSys.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/HostSys.cpp.o -MF CMakeFiles/common.dir/HostSys.cpp.o.d -o CMakeFiles/common.dir/HostSys.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Console.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
362 | __fi SmallStackString<L> SmallStackString<L>::from_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:382:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | __fi void SmallStringBase::append_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Console.cpp:404:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
404 | __ri void Log::UpdateMaxLevel()
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Console.cpp:294:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
294 | __ri void Log::WriteToFile(LOGLEVEL level, ConsoleColors color, std::string_view message)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Console.cpp:239:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
239 | __ri void Log::WriteToDebug(LOGLEVEL level, ConsoleColors color, std::string_view message)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Console.cpp:73:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | __ri void Log::WriteToConsole(LOGLEVEL level, ConsoleColors color, std::string_view message)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/CrashHandler.cpp: In function ‘void CrashHandler::LogCallstack(int, const void*)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/CrashHandler.cpp:291:22: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
291 | write(STDERR_FILENO, buf.buffer, buf.used);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Console.cpp: In function ‘void Log::WriteToConsole(LOGLEVEL, ConsoleColors, std::string_view)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Console.cpp:138:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
138 | write(fd, buffer.data(), buffer.length());
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 26%] Building CXX object common/CMakeFiles/common.dir/Image.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Image.cpp.o -MF CMakeFiles/common.dir/Image.cpp.o.d -o CMakeFiles/common.dir/Image.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Image.cpp
[ 26%] Building CXX object common/CMakeFiles/common.dir/HTTPDownloader.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/HTTPDownloader.cpp.o -MF CMakeFiles/common.dir/HTTPDownloader.cpp.o.d -o CMakeFiles/common.dir/HTTPDownloader.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HTTPDownloader.cpp
[ 26%] Building CXX object common/CMakeFiles/common.dir/MemorySettingsInterface.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/MemorySettingsInterface.cpp.o -MF CMakeFiles/common.dir/MemorySettingsInterface.cpp.o.d -o CMakeFiles/common.dir/MemorySettingsInterface.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/MemorySettingsInterface.cpp
[ 26%] Building CXX object common/CMakeFiles/common.dir/MD5Digest.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/MD5Digest.cpp.o -MF CMakeFiles/common.dir/MD5Digest.cpp.o.d -o CMakeFiles/common.dir/MD5Digest.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/MD5Digest.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/FileSystem.cpp: In destructor ‘FileSystem::POSIXLock::~POSIXLock()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/FileSystem.cpp:2658:22: warning: ignoring return value of ‘int lockf(int, int, __off_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
2658 | lockf(m_fd, F_ULOCK, m_fd);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
[ 26%] Building CXX object common/CMakeFiles/common.dir/Perf.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Perf.cpp.o -MF CMakeFiles/common.dir/Perf.cpp.o.d -o CMakeFiles/common.dir/Perf.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Perf.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 27%] Building CXX object common/CMakeFiles/common.dir/ProgressCallback.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/ProgressCallback.cpp.o -MF CMakeFiles/common.dir/ProgressCallback.cpp.o.d -o CMakeFiles/common.dir/ProgressCallback.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/ProgressCallback.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SettingsInterface.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/MemorySettingsInterface.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/MemorySettingsInterface.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
[ 27%] Building CXX object common/CMakeFiles/common.dir/ReadbackSpinManager.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/ReadbackSpinManager.cpp.o -MF CMakeFiles/common.dir/ReadbackSpinManager.cpp.o.d -o CMakeFiles/common.dir/ReadbackSpinManager.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/ReadbackSpinManager.cpp
[ 27%] Building CXX object common/CMakeFiles/common.dir/Semaphore.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Semaphore.cpp.o -MF CMakeFiles/common.dir/Semaphore.cpp.o.d -o CMakeFiles/common.dir/Semaphore.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Semaphore.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Semaphore.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 27%] Building CXX object common/CMakeFiles/common.dir/SettingsWrapper.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/SettingsWrapper.cpp.o -MF CMakeFiles/common.dir/SettingsWrapper.cpp.o.d -o CMakeFiles/common.dir/SettingsWrapper.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SettingsWrapper.cpp
[ 27%] Building CXX object common/CMakeFiles/common.dir/SmallString.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/SmallString.cpp.o -MF CMakeFiles/common.dir/SmallString.cpp.o.d -o CMakeFiles/common.dir/SmallString.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.cpp
[ 27%] Building CXX object common/CMakeFiles/common.dir/StringUtil.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/StringUtil.cpp.o -MF CMakeFiles/common.dir/StringUtil.cpp.o.d -o CMakeFiles/common.dir/StringUtil.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/StringUtil.cpp
[ 27%] Building CXX object common/CMakeFiles/common.dir/TextureDecompress.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/TextureDecompress.cpp.o -MF CMakeFiles/common.dir/TextureDecompress.cpp.o.d -o CMakeFiles/common.dir/TextureDecompress.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/TextureDecompress.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h:382:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | __fi void SmallStringBase::append_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SettingsInterface.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SettingsWrapper.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SettingsWrapper.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
[ 28%] Building CXX object common/CMakeFiles/common.dir/Timer.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Timer.cpp.o -MF CMakeFiles/common.dir/Timer.cpp.o.d -o CMakeFiles/common.dir/Timer.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Timer.cpp
[ 28%] Building CXX object common/CMakeFiles/common.dir/WAVWriter.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/WAVWriter.cpp.o -MF CMakeFiles/common.dir/WAVWriter.cpp.o.d -o CMakeFiles/common.dir/WAVWriter.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/WAVWriter.cpp
[ 28%] Building CXX object common/CMakeFiles/common.dir/WindowInfo.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/WindowInfo.cpp.o -MF CMakeFiles/common.dir/WindowInfo.cpp.o.d -o CMakeFiles/common.dir/WindowInfo.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/WindowInfo.cpp
[ 28%] Building CXX object common/CMakeFiles/common.dir/YAML.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/YAML.cpp.o -MF CMakeFiles/common.dir/YAML.cpp.o.d -o CMakeFiles/common.dir/YAML.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/YAML.cpp
[ 28%] Building CXX object common/CMakeFiles/common.dir/emitter/bmi.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/bmi.cpp.o -MF CMakeFiles/common.dir/emitter/bmi.cpp.o.d -o CMakeFiles/common.dir/emitter/bmi.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/bmi.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/bmi.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:145:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
145 | __emitinline void xOpWriteC4(u8 prefix, u8 mb_prefix, u8 opcode, const T1& param1, const T2& param2, const T3& param3, int w = -1)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:145:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
[ 28%] Building CXX object common/CMakeFiles/common.dir/emitter/fpu.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/fpu.cpp.o -MF CMakeFiles/common.dir/emitter/fpu.cpp.o.d -o CMakeFiles/common.dir/emitter/fpu.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp
[ 28%] Building CXX object common/CMakeFiles/common.dir/emitter/groups.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/groups.cpp.o -MF CMakeFiles/common.dir/emitter/groups.cpp.o.d -o CMakeFiles/common.dir/emitter/groups.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/groups.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/legacy_internal.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:55:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
55 | emitterT void FMUL32(u32 from)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:48:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
48 | emitterT void FSUB32Rto0(x86IntRegType src)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:41:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
41 | emitterT void FADD320toR(x86IntRegType src)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:38:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | emitterT void FSIN(void) { xWrite16(0xfed9); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:37:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
37 | emitterT void FPATAN(void) { xWrite16(0xf3d9); }
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:36:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
36 | emitterT void FSCALE() { xWrite16(0xfdd9); }
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:35:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
35 | emitterT void F2XM1() { xWrite16(0xf0d9); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:34:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
34 | emitterT void FXCH(int st) { xWrite16(0xc8d9 + (st << 8)); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:33:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | emitterT void FRNDINT() { xWrite16(0xfcd9); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:31:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
31 | emitterT void FSTP(int st) { xWrite16(0xd8dd + (st << 8)); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:23:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
23 | emitterT void FSTP32(u32 to)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:20:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
20 | emitterT void FLDL2E() { xWrite16(0xead9); }
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:19:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | emitterT void FLD1() { xWrite16(0xe8d9); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:18:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
18 | emitterT void FLD(int st) { xWrite16(0xc0d9 + (st << 8)); }
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/fpu.cpp:10:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
10 | emitterT void FLD32(u32 from)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/groups.cpp:19:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
88 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2, u8 imm8)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
76 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
88 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2, u8 imm8)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:107:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
107 | __emitinline void xOpWrite0F(u16 opcode, const T1& param1, const T2& param2, u8 imm8)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:107:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
76 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:101:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
101 | __emitinline void xOpWrite0F(u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:101:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:55:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
55 | __emitinline void xOpAccWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
[ 29%] Building CXX object common/CMakeFiles/common.dir/emitter/jmp.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/jmp.cpp.o -MF CMakeFiles/common.dir/emitter/jmp.cpp.o.d -o CMakeFiles/common.dir/emitter/jmp.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/jmp.cpp
[ 29%] Building CXX object common/CMakeFiles/common.dir/emitter/legacy.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/legacy.cpp.o -MF CMakeFiles/common.dir/emitter/legacy.cpp.o.d -o CMakeFiles/common.dir/emitter/legacy.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp
[ 29%] Building CXX object common/CMakeFiles/common.dir/emitter/legacy_sse.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/legacy_sse.cpp.o -MF CMakeFiles/common.dir/emitter/legacy_sse.cpp.o.d -o CMakeFiles/common.dir/emitter/legacy_sse.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp
[ 29%] Building CXX object common/CMakeFiles/common.dir/emitter/movs.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/movs.cpp.o -MF CMakeFiles/common.dir/emitter/movs.cpp.o.d -o CMakeFiles/common.dir/emitter/movs.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/movs.cpp
[ 29%] Building CXX object common/CMakeFiles/common.dir/emitter/simd.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/simd.cpp.o -MF CMakeFiles/common.dir/emitter/simd.cpp.o.d -o CMakeFiles/common.dir/emitter/simd.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/jmp.cpp:19:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/jmp.cpp:260:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
260 | __fi JccComparisonType xInvertCond(JccComparisonType src)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/jmp.cpp:212:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
212 | __emitinline void xJcc(JccComparisonType comparison, const void* target)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/jmp.cpp:182:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
182 | __emitinline void xJccKnownTarget(JccComparisonType comparison, const void* target, bool slideForward)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/jmp.cpp:168:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
168 | __emitinline s8* xJcc8(JccComparisonType comparison, s8 displacement)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/jmp.cpp:150:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
150 | __emitinline s32* xJcc32(JccComparisonType comparison, s32 displacement)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/legacy_internal.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:14:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | emitterT void SSE2_##mod##SD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { x##mod.SD(xRegisterSSE(to), xRegisterSSE(from)); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:20:1: note: in expansion of macro ‘DEFINE_LEGACY_SSSD_OPCODE’
20 | DEFINE_LEGACY_SSSD_OPCODE(MAX)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:13:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
13 | emitterT void SSE_##mod##SS_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { x##mod.SS(xRegisterSSE(to), xRegisterSSE(from)); } \
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:20:1: note: in expansion of macro ‘DEFINE_LEGACY_SSSD_OPCODE’
20 | DEFINE_LEGACY_SSSD_OPCODE(MAX)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:14:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | emitterT void SSE2_##mod##SD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { x##mod.SD(xRegisterSSE(to), xRegisterSSE(from)); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:19:1: note: in expansion of macro ‘DEFINE_LEGACY_SSSD_OPCODE’
19 | DEFINE_LEGACY_SSSD_OPCODE(MIN)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:13:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
13 | emitterT void SSE_##mod##SS_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { x##mod.SS(xRegisterSSE(to), xRegisterSSE(from)); } \
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:19:1: note: in expansion of macro ‘DEFINE_LEGACY_SSSD_OPCODE’
19 | DEFINE_LEGACY_SSSD_OPCODE(MIN)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:14:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | emitterT void SSE2_##mod##SD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { x##mod.SD(xRegisterSSE(to), xRegisterSSE(from)); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:17:1: note: in expansion of macro ‘DEFINE_LEGACY_SSSD_OPCODE’
17 | DEFINE_LEGACY_SSSD_OPCODE(ADD)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:13:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
13 | emitterT void SSE_##mod##SS_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { x##mod.SS(xRegisterSSE(to), xRegisterSSE(from)); } \
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:17:1: note: in expansion of macro ‘DEFINE_LEGACY_SSSD_OPCODE’
17 | DEFINE_LEGACY_SSSD_OPCODE(ADD)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:14:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | emitterT void SSE2_##mod##SD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { x##mod.SD(xRegisterSSE(to), xRegisterSSE(from)); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:16:1: note: in expansion of macro ‘DEFINE_LEGACY_SSSD_OPCODE’
16 | DEFINE_LEGACY_SSSD_OPCODE(SUB)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:13:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
13 | emitterT void SSE_##mod##SS_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { x##mod.SS(xRegisterSSE(to), xRegisterSSE(from)); } \
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy_sse.cpp:16:1: note: in expansion of macro ‘DEFINE_LEGACY_SSSD_OPCODE’
16 | DEFINE_LEGACY_SSSD_OPCODE(SUB)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
[ 29%] Linking CXX static library libccc.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/bin/cmake -P CMakeFiles/ccc.dir/cmake_clean_target.cmake
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/legacy_internal.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:17:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:400:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
400 | emitterT u32* JNO32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:394:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
394 | emitterT u32* JO32(u32 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:388:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
388 | emitterT u32* JNLE32(u32 to)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:382:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | emitterT u32* JNL32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:376:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
376 | emitterT u32* JNGE32(u32 to)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:370:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
370 | emitterT u32* JNG32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:364:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
364 | emitterT u32* JNZ32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:358:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
358 | emitterT u32* JNE32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:352:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
352 | emitterT u32* JAE32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:346:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
346 | emitterT u32* JA32(u32 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:340:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
340 | emitterT u32* JLE32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:334:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
334 | emitterT u32* JL32(u32 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:328:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
328 | emitterT u32* JGE32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:322:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
322 | emitterT u32* JG32(u32 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:316:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
316 | emitterT u32* JNS32(u32 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:310:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
310 | emitterT u32* JS32(u32 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:304:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
304 | emitterT u32* JZ32(u32 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:298:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
298 | emitterT u32* JE32(u32 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:292:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
292 | emitterT u32* JB32(u32 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:287:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
287 | emitterT u8* JNO8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:281:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
281 | emitterT u8* JO8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:275:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
275 | emitterT u8* JNLE8(u8 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:269:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
269 | emitterT u8* JNL8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:263:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
263 | emitterT u8* JNGE8(u8 to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:257:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
257 | emitterT u8* JNG8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:251:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
251 | emitterT u8* JNZ8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:245:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
245 | emitterT u8* JNE8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:239:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
239 | emitterT u8* JLE8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:233:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
233 | emitterT u8* JBE8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:227:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
227 | emitterT u8* JB8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:221:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
221 | emitterT u8* JAE8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:216:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
216 | emitterT u8* JA8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:210:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
210 | emitterT u8* JL8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:204:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
204 | emitterT u8* JGE8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:198:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | emitterT u8* JG8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:192:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
192 | emitterT u8* JNS8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:186:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
186 | emitterT u8* JS8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:180:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
180 | emitterT u8* JZ8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:174:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
174 | emitterT u8* JE8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:168:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
168 | emitterT u8* JNP8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:162:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
162 | emitterT u8* JP8(u8 to)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:153:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
153 | emitterT u32* JMP32(uptr to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:145:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
145 | emitterT u8* JMP8(u8 to)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:129:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
129 | emitterT void x86SetJ32A(u32* j32)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:124:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | emitterT void x86SetJ32(u32* j32)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:75:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | emitterT void x86SetPtr(u8* ptr)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:66:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
66 | emitterT u32* J32Rel(int cc, u32 to)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:58:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | emitterT u16* J16Rel(int cc, u32 to)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:51:14: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
51 | emitterT u8* J8Rel(int cc, int to)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:32:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
32 | emitterT void SibSB(uint ss, uint index, uint base)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/legacy.cpp:21:15: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
21 | emitterT void ModRM(uint mod, uint reg, uint rm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/3rdparty/ccc && /usr/bin/cmake -E cmake_link_script CMakeFiles/ccc.dir/link.txt --verbose=1
[ 29%] Building CXX object common/CMakeFiles/common.dir/emitter/x86emitter.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/emitter/x86emitter.cpp.o -MF CMakeFiles/common.dir/emitter/x86emitter.cpp.o.d -o CMakeFiles/common.dir/emitter/x86emitter.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp
[ 29%] Building CXX object common/CMakeFiles/common.dir/Linux/LnxHostSys.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Linux/LnxHostSys.cpp.o -MF CMakeFiles/common.dir/Linux/LnxHostSys.cpp.o.d -o CMakeFiles/common.dir/Linux/LnxHostSys.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxHostSys.cpp
[ 30%] Building CXX object common/CMakeFiles/common.dir/Linux/LnxThreads.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Linux/LnxThreads.cpp.o -MF CMakeFiles/common.dir/Linux/LnxThreads.cpp.o.d -o CMakeFiles/common.dir/Linux/LnxThreads.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxThreads.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/movs.cpp:19:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
76 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:101:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
101 | __emitinline void xOpWrite0F(u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:101:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
76 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:101:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
101 | __emitinline void xOpWrite0F(u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:101:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
76 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:55:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
55 | __emitinline void xOpAccWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:55:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
55 | __emitinline void xOpAccWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
/usr/bin/x86_64-linux-gnu-ar qc libccc.a CMakeFiles/ccc.dir/src/ccc/ast.cpp.o CMakeFiles/ccc.dir/src/ccc/elf.cpp.o CMakeFiles/ccc.dir/src/ccc/elf_symtab.cpp.o CMakeFiles/ccc.dir/src/ccc/importer_flags.cpp.o CMakeFiles/ccc.dir/src/ccc/mdebug_analysis.cpp.o CMakeFiles/ccc.dir/src/ccc/mdebug_importer.cpp.o CMakeFiles/ccc.dir/src/ccc/mdebug_section.cpp.o CMakeFiles/ccc.dir/src/ccc/mdebug_symbols.cpp.o CMakeFiles/ccc.dir/src/ccc/sndll.cpp.o CMakeFiles/ccc.dir/src/ccc/stabs.cpp.o CMakeFiles/ccc.dir/src/ccc/stabs_to_ast.cpp.o CMakeFiles/ccc.dir/src/ccc/symbol_database.cpp.o CMakeFiles/ccc.dir/src/ccc/symbol_file.cpp.o CMakeFiles/ccc.dir/src/ccc/symbol_table.cpp.o CMakeFiles/ccc.dir/src/ccc/util.cpp.o
/usr/bin/x86_64-linux-gnu-ranlib libccc.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 30%] Built target ccc
[ 30%] Building CXX object common/CMakeFiles/common.dir/Linux/LnxMisc.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/Linux/LnxMisc.cpp.o -MF CMakeFiles/common.dir/Linux/LnxMisc.cpp.o.d -o CMakeFiles/common.dir/Linux/LnxMisc.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxMisc.cpp
[ 30%] Building CXX object common/CMakeFiles/common.dir/HTTPDownloaderCurl.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAS_LIBBACKTRACE=1 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/CMakeFiles/common.dir/cmake_pch.hxx -MD -MT common/CMakeFiles/common.dir/HTTPDownloaderCurl.cpp.o -MF CMakeFiles/common.dir/HTTPDownloaderCurl.cpp.o.d -o CMakeFiles/common.dir/HTTPDownloaderCurl.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/HTTPDownloaderCurl.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:19:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
88 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2, u8 imm8)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:88:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
76 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:55:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
55 | __emitinline void xOpAccWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:43:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:603:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
603 | __emitinline void xOpWriteVEX(SIMDInstructionInfo info, D dst, u8 src1, const S2& src2, int extraRipOffset)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:603:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:603:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1301:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1301 | __emitinline void xRestoreReg(const xRegisterSSE& dest)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1296:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1296 | __emitinline void xStoreReg(const xRegisterSSE& src)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1288:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1288 | __emitinline void xBSWAP(const xRegister32or64& to)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1286:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1286 | __fi void xINTO() { xWrite8(0xce); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1275:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1275 | __fi void xINT(u8 imm)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1273:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1273 | __fi void xNOP() { xWrite8(0x90); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1270:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1270 | __fi void xCLC() { xWrite8(0xF8); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1269:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1269 | __fi void xSTC() { xWrite8(0xF9); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1267:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1267 | __fi void xSAHF() { xWrite8(0x9e); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1266:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1266 | __fi void xLAHF() { xWrite8(0x9f); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1264:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1264 | __fi void xCDQE() { xWrite16(0x9848); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1263:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1263 | __fi void xCWDE() { xWrite8(0x98); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1262:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1262 | __fi void xCDQ() { xWrite8(0x99); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1261:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1261 | __fi void xCWD() { xWrite8(0x98); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1260:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1260 | __fi void xCBW() { xWrite16(0x9866); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1259:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1259 | __fi void xRET() { xWrite8(0xC3); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1258:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1258 | __fi void xLEAVE() { xWrite8(0xC9); }
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1252:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1252 | __fi void xPOPFD() { xWrite8(0x9D); }
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1250:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1250 | __fi void xPUSHFD() { xWrite8(0x9C); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1243:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1243 | __fi void xPUSH(xRegister32or64 from)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1230:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1230 | __fi void xPUSH(u32 imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1224:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1224 | __fi void xPOP(xRegister32or64 from)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1217:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1217 | __emitinline void xPUSH(const xIndirectVoid& from)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1210:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1210 | __emitinline void xPOP(const xIndirectVoid& from)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1104:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1104 | __emitinline u32* xLEA_Writeback(xAddressReg to)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1098:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1098 | __emitinline void xLEA(xRegister16 to, const xIndirectVoid& src, bool preserve_flags)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1093:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1093 | __emitinline void xLEA(xRegister32 to, const xIndirectVoid& src, bool preserve_flags)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:1088:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1088 | __emitinline void xLEA(xRegister64 to, const xIndirectVoid& src, bool preserve_flags)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:707:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
707 | __emitinline void xAdvancePtr(uint bytes)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:701:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
701 | __emitinline u8* xGetAlignedCallTarget()
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:685:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
685 | __emitinline void xAlignCallTarget()
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:675:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
675 | __emitinline void xAlignPtr(uint bytes)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:670:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
670 | __emitinline u8* xGetPtr()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:662:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
662 | __emitinline void xSetPtr(void* ptr)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:600:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
600 | __emitinline static u8 GetVEXW(u32 ext) { return 0; }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:599:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
599 | __emitinline static u8 GetVEXW(const xIndirectVoid& arg) { return arg.GetOperandSize() == 8 ? 0x80 : 0; }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:598:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
598 | __emitinline static u8 GetVEXW(const xRegisterBase& arg) { return arg.GetOperandSize() == 8 ? 0x80 : 0; }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:596:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
596 | __emitinline static u8 GetL(u32 ext) { return 0; }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:595:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
595 | __emitinline static u8 GetL(const xIndirectVoid& arg) { return 0; }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:594:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
594 | __emitinline static u8 GetL(const xRegisterBase& arg) { return arg.IsWideSIMD() ? 4 : 0; }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:589:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
589 | __emitinline static u8 GetVEXRXB(const xRegisterBase& dst, const xRegisterBase& src2)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:576:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
576 | __emitinline static u8 GetVEXRXB(const xRegisterBase& dst, const xIndirectVoid& src2)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:571:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
571 | __emitinline static u8 GetVEXRXB(u32 ext, const xRegisterBase& src2)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:434:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
434 | __emitinline static void EmitRex(bool w, bool r, bool x, bool b, bool ext8bit = false)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:320:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
320 | static __fi bool NeedsSibMagic(const xIndirectVoid& info)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:292:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
292 | static __fi void SibSB(u32 ss, u32 index, u32 base)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:287:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
287 | static __fi void ModRM(uint mod, uint reg, uint rm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:80:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
80 | __fi void xWrite64(u64 val)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:75:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi void xWrite32(u32 val)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:70:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
70 | __fi void xWrite16(u16 val)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/x86emitter.cpp:65:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
65 | __fi void xWrite8(u8 val)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxThreads.cpp:56:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
56 | __forceinline void Threading::DisableHiresScheduler()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxThreads.cpp:51:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
51 | __forceinline void Threading::EnableHiresScheduler()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxThreads.cpp:40:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
40 | __forceinline void Threading::SpinWait()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxThreads.cpp:33:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | __forceinline void Threading::Timeslice()
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxHostSys.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxHostSys.cpp:32:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
32 | static __ri uint LinuxProt(const PageProtectionMode& mode)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxHostSys.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxHostSys.cpp: In function ‘size_t HostSys::GetRuntimeCacheLineSize()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxHostSys.cpp:176:27: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
176 | std::fread(buf, sizeof(buf), 1, fp);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:48:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
48 | __emitinline static void xOpWrite0F(SIMDInstructionInfo info, T1 dst, const T2& src, int extraRIPOffset)
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
76 | __emitinline void xOpWrite0F(u8 prefix, u16 opcode, const T1& param1, const T2& param2)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:76:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:213:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
213 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, const S2& src2, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:213:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:213:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:213:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:213:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:213:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:213:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:213:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:208:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
208 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, const S2& src2)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:208:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:208:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:208:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:208:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:208:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:67:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | __emitinline static void EmitSimdOp(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, const S2& src2, int extraRIPOffset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:67:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:48:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
48 | __emitinline static void xOpWrite0F(SIMDInstructionInfo info, T1 dst, const T2& src, int extraRIPOffset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:48:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:899:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
899 | __emitinline void xFXRSTOR(const xIndirectVoid& src)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:892:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
892 | __emitinline void xFXSAVE(const xIndirectVoid& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:885:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
885 | __emitinline void xLDMXCSR(const xIndirect32& src)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:879:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
879 | __emitinline void xSTMXCSR(const xIndirect32& dest)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:870:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
870 | __emitinline void xEXTRACTPS(const xIndirect32& dst, const xRegisterSSE& src, u8 imm8) { EmitSIMD(SIMDInstructionInfo(0x17).mov().p66().m0f3a(), src, src, dst, imm8); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:869:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
869 | __emitinline void xEXTRACTPS(const xRegister32& dst, const xRegisterSSE& src, u8 imm8) { EmitSIMD(SIMDInstructionInfo(0x17).mov().p66().m0f3a(), src, src, dst, imm8); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:863:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
863 | __emitinline void xINSERTPS(const xRegisterSSE& dst, const xRegisterSSE& src1, const xIndirect32& src2, u8 imm8) { EmitSIMD(SIMDInstructionInfo(0x21).p66().m0f3a(), dst, src1, src2, imm8); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:862:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
862 | __emitinline void xINSERTPS(const xRegisterSSE& dst, const xRegisterSSE& src1, const xRegisterSSE& src2, u8 imm8) { EmitSIMD(SIMDInstructionInfo(0x21).p66().m0f3a(), dst, src1, src2, imm8); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:840:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
840 | __fi void xPALIGNR(const xRegisterSSE& dst, const xRegisterSSE& src1, const xRegisterSSE& src2, u8 imm8) { EmitSIMD(SIMDInstructionInfo(0x0f).i().p66().m0f3a(), dst, src1, src2, imm8); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:834:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
834 | __fi void xPMOVMSKB(const xRegister32or64& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0xd7).mov().p66(), dst, dst, src); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:824:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
824 | __fi void xMASKMOV(const xRegisterSSE& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0xf7).mov().p66(), dst, dst, src); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:817:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
817 | __fi void xMOVMSKPD(const xRegister32& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x50).mov().p66(), dst, dst, src); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:816:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
816 | __fi void xMOVMSKPS(const xRegister32& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x50).mov(), dst, dst, src); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:812:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
812 | __fi void xMOVNTPS(const xIndirectVoid& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x2b).mov(), src, src, dst); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:811:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
811 | __fi void xMOVNTPD(const xIndirectVoid& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x2b).p66().mov(), src, src, dst); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:809:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
809 | __fi void xMOVNTDQA(const xIndirectVoid& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0xe7).p66().mov(), src, src, dst); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:808:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
808 | __fi void xMOVNTDQA(const xRegisterSSE& dst, const xIndirectVoid& src) { EmitSIMD(SIMDInstructionInfo(0x2a).p66().m0f38().mov(), dst, dst, src); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:803:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
803 | __fi void xMOV##ssd (const xIndirectVoid& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x11).prefix().mov(), src, src, dst); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:806:9: note: in expansion of macro ‘IMPLEMENT_xMOVS’
806 | IMPLEMENT_xMOVS(SD, pf2)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:802:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
802 | __fi void xMOV##ssd##ZX(const xRegisterSSE& dst, const xIndirectVoid& src) { EmitSIMD(SIMDInstructionInfo(0x10).prefix().mov(), dst, dst, src); } \
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:806:9: note: in expansion of macro ‘IMPLEMENT_xMOVS’
806 | IMPLEMENT_xMOVS(SD, pf2)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:788:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | __fi void xMOV##ssd(const xRegisterSSE& dst, const xRegisterSSE& src1, const xRegisterSSE& src2) \
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:806:9: note: in expansion of macro ‘IMPLEMENT_xMOVS’
806 | IMPLEMENT_xMOVS(SD, pf2)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:803:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
803 | __fi void xMOV##ssd (const xIndirectVoid& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x11).prefix().mov(), src, src, dst); }
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:805:9: note: in expansion of macro ‘IMPLEMENT_xMOVS’
805 | IMPLEMENT_xMOVS(SS, pf3)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:802:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
802 | __fi void xMOV##ssd##ZX(const xRegisterSSE& dst, const xIndirectVoid& src) { EmitSIMD(SIMDInstructionInfo(0x10).prefix().mov(), dst, dst, src); } \
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:805:9: note: in expansion of macro ‘IMPLEMENT_xMOVS’
805 | IMPLEMENT_xMOVS(SS, pf3)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:788:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | __fi void xMOV##ssd(const xRegisterSSE& dst, const xRegisterSSE& src1, const xRegisterSSE& src2) \
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:805:9: note: in expansion of macro ‘IMPLEMENT_xMOVS’
805 | IMPLEMENT_xMOVS(SS, pf3)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:782:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
782 | __fi void xMOVQ(const xIndirectVoid& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0xd6).p66().mov(), src, src, dst); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:779:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
779 | __fi void xMOVQZX(const xRegisterSSE& dst, const xIndirectVoid& src) { EmitSIMD(SIMDInstructionInfo(0x7e).pf3().mov(), dst, dst, src); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:778:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
778 | __fi void xMOVQZX(const xRegisterSSE& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x7e).pf3().mov(), dst, dst, src); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:776:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
776 | __fi void xMOVD(const xIndirectVoid& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x7e).p66().mov(), src, src, dst); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:775:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
775 | __fi void xMOVD(const xRegister32or64& dst, const xRegisterSSE& src) { EmitSIMD(SIMDInstructionInfo(0x7e).p66().srcw().mov(), src, src, dst); }
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:773:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
773 | __fi void xMOVDZX(const xRegisterSSE& dst, const xIndirectVoid& src) { EmitSIMD(SIMDInstructionInfo(0x6e).p66().mov(), dst, dst, src); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:772:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
772 | __fi void xMOVDZX(const xRegisterSSE& dst, const xRegister32or64& src) { EmitSIMD(SIMDInstructionInfo(0x6e).p66().srcw().mov(), dst, dst, src); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:271:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
271 | __fi void xCVTTSS2SI(const xRegister32or64& to, const xIndirect32& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2c).dstw().pf3()); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:270:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
270 | __fi void xCVTTSS2SI(const xRegister32or64& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2c).dstw().pf3()); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:269:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
269 | __fi void xCVTTSD2SI(const xRegister32or64& to, const xIndirect64& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2c).dstw().pf2()); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:268:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
268 | __fi void xCVTTSD2SI(const xRegister32or64& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2c).dstw().pf2()); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:266:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
266 | __fi void xCVTTPS2DQ(const xRegisterSSE& to, const xIndirect128& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5b).pf3()); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:265:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
265 | __fi void xCVTTPS2DQ(const xRegisterSSE& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5b).pf3()); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:264:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
264 | __fi void xCVTTPD2DQ(const xRegisterSSE& to, const xIndirect128& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0xe6).p66()); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:263:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
263 | __fi void xCVTTPD2DQ(const xRegisterSSE& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0xe6).p66()); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:261:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
261 | __fi void xCVTSS2SD(const xRegisterSSE& dst, const xRegisterSSE& src1, const xIndirect32& src2) { EmitSIMD(SIMDInstructionInfo(0x5a).pf3(), dst, src1, src2); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:260:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
260 | __fi void xCVTSS2SD(const xRegisterSSE& dst, const xRegisterSSE& src1, const xRegisterSSE& src2) { EmitSIMD(SIMDInstructionInfo(0x5a).pf3(), dst, src1, src2); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:259:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
259 | __fi void xCVTSS2SI(const xRegister32or64& to, const xIndirect32& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2d).dstw().pf3()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:258:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
258 | __fi void xCVTSS2SI(const xRegister32or64& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2d).dstw().pf3()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:256:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
256 | __fi void xCVTSI2SS(const xRegisterSSE& dst, const xRegisterSSE& src1, const xIndirect64& src2) { EmitSIMD(SIMDInstructionInfo(0x2a).srcw().pf3(), dst, src1, src2); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:255:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
255 | __fi void xCVTSI2SS(const xRegisterSSE& dst, const xRegisterSSE& src1, const xIndirect32& src2) { EmitSIMD(SIMDInstructionInfo(0x2a).srcw().pf3(), dst, src1, src2); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:254:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
254 | __fi void xCVTSI2SS(const xRegisterSSE& dst, const xRegisterSSE& src1, const xRegister32or64& src2) { EmitSIMD(SIMDInstructionInfo(0x2a).srcw().pf3(), dst, src1, src2); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:253:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
253 | __fi void xCVTSD2SS(const xRegisterSSE& dst, const xRegisterSSE& src1, const xIndirect64& src2) { EmitSIMD(SIMDInstructionInfo(0x5a).pf2(), dst, src1, src2); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:252:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
252 | __fi void xCVTSD2SS(const xRegisterSSE& dst, const xRegisterSSE& src1, const xRegisterSSE& src2) { EmitSIMD(SIMDInstructionInfo(0x5a).pf2(), dst, src1, src2); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:251:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
251 | __fi void xCVTSD2SI(const xRegister32or64& to, const xIndirect64& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2d).dstw().pf2()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:250:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
250 | __fi void xCVTSD2SI(const xRegister32or64& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2d).dstw().pf2()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:248:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
248 | __fi void xCVTPS2PD(const xRegisterSSE& to, const xIndirect64& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5a)); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:247:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
247 | __fi void xCVTPS2PD(const xRegisterSSE& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5a)); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:246:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
246 | __fi void xCVTPS2DQ(const xRegisterSSE& to, const xIndirect128& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5b).p66()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:245:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
245 | __fi void xCVTPS2DQ(const xRegisterSSE& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5b).p66()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:243:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
243 | __fi void xCVTPI2PS(const xRegisterSSE& to, const xIndirect64& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2a)); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:242:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
242 | __fi void xCVTPI2PD(const xRegisterSSE& to, const xIndirect64& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x2a).p66()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:240:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
240 | __fi void xCVTPD2PS(const xRegisterSSE& to, const xIndirect128& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5a).p66()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:239:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
239 | __fi void xCVTPD2PS(const xRegisterSSE& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5a).p66()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:238:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
238 | __fi void xCVTPD2DQ(const xRegisterSSE& to, const xIndirect128& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0xe6).pf2()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:237:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
237 | __fi void xCVTPD2DQ(const xRegisterSSE& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0xe6).pf2()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:235:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
235 | __fi void xCVTDQ2PS(const xRegisterSSE& to, const xIndirect128& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5b)); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:234:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
234 | __fi void xCVTDQ2PS(const xRegisterSSE& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0x5b)); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:233:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
233 | __fi void xCVTDQ2PD(const xRegisterSSE& to, const xIndirect64& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0xe6).pf3()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:232:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
232 | __fi void xCVTDQ2PD(const xRegisterSSE& to, const xRegisterSSE& from) { OpWriteSIMDMovOp(SIMDInstructionInfo(0xe6).pf3()); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:180:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
180 | __emitinline void SimdPrefix(u8 prefix, u16 opcode)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:34:49: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
34 | __emitinline static SIMDInstructionInfo getMov(SIMDInstructionInfo::Type type)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:22:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
22 | __emitinline static u16 getSSE(SIMDInstructionInfo::Map map)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/emitter/simd.cpp:9:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
9 | __emitinline static u8 getSSE(SIMDInstructionInfo::Prefix prefix)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:202:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1, u8 imm)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/internal.h:198:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
198 | __emitinline static void EmitSIMD(SIMDInstructionInfo info, const xRegisterBase& dst, const xRegisterBase& src1)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxMisc.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
362 | __fi SmallStackString<L> SmallStackString<L>::from_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/Linux/LnxMisc.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 30%] Linking CXX static library libcommon.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/bin/cmake -P CMakeFiles/common.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common && /usr/bin/cmake -E cmake_link_script CMakeFiles/common.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libcommon.a CMakeFiles/common.dir/AlignedMalloc.cpp.o CMakeFiles/common.dir/Assertions.cpp.o CMakeFiles/common.dir/Console.cpp.o CMakeFiles/common.dir/CrashHandler.cpp.o CMakeFiles/common.dir/DynamicLibrary.cpp.o CMakeFiles/common.dir/Error.cpp.o CMakeFiles/common.dir/FastJmp.cpp.o CMakeFiles/common.dir/FileSystem.cpp.o CMakeFiles/common.dir/HostSys.cpp.o CMakeFiles/common.dir/Image.cpp.o CMakeFiles/common.dir/HTTPDownloader.cpp.o CMakeFiles/common.dir/MemorySettingsInterface.cpp.o CMakeFiles/common.dir/MD5Digest.cpp.o CMakeFiles/common.dir/Perf.cpp.o CMakeFiles/common.dir/ProgressCallback.cpp.o CMakeFiles/common.dir/ReadbackSpinManager.cpp.o CMakeFiles/common.dir/Semaphore.cpp.o CMakeFiles/common.dir/SettingsWrapper.cpp.o CMakeFiles/common.dir/SmallString.cpp.o CMakeFiles/common.dir/StringUtil.cpp.o CMakeFiles/common.dir/TextureDecompress.cpp.o CMakeFiles/common.dir/Timer.cpp.o CMakeFiles/common.dir/WAVWriter.cpp.o CMakeFiles/common.dir/WindowInfo.cpp.o CMakeFiles/common.dir/YAML.cpp.o CMakeFiles/common.dir/emitter/bmi.cpp.o CMakeFiles/common.dir/emitter/fpu.cpp.o CMakeFiles/common.dir/emitter/groups.cpp.o CMakeFiles/common.dir/emitter/jmp.cpp.o CMakeFiles/common.dir/emitter/legacy.cpp.o CMakeFiles/common.dir/emitter/legacy_sse.cpp.o CMakeFiles/common.dir/emitter/movs.cpp.o CMakeFiles/common.dir/emitter/simd.cpp.o CMakeFiles/common.dir/emitter/x86emitter.cpp.o CMakeFiles/common.dir/Linux/LnxHostSys.cpp.o CMakeFiles/common.dir/Linux/LnxThreads.cpp.o CMakeFiles/common.dir/Linux/LnxMisc.cpp.o CMakeFiles/common.dir/HTTPDownloaderCurl.cpp.o
/usr/bin/x86_64-linux-gnu-ranlib libcommon.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 30%] Built target common
make -f pcsx2/CMakeFiles/GS-avx2.dir/build.make pcsx2/CMakeFiles/GS-avx2.dir/depend
make -f pcsx2/CMakeFiles/GS-sse4.dir/build.make pcsx2/CMakeFiles/GS-sse4.dir/depend
make -f pcsx2/CMakeFiles/GS-avx.dir/build.make pcsx2/CMakeFiles/GS-avx.dir/depend
make -f tests/ctest/core/CMakeFiles/core_test_sse4.dir/build.make tests/ctest/core/CMakeFiles/core_test_sse4.dir/depend
make -f tests/ctest/core/CMakeFiles/core_test_avx.dir/build.make tests/ctest/core/CMakeFiles/core_test_avx.dir/depend
make -f tests/ctest/core/CMakeFiles/core_test_avx2.dir/build.make tests/ctest/core/CMakeFiles/core_test_avx2.dir/depend
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/DependInfo.cmake "--color=" GS-avx2
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_sse4.dir/DependInfo.cmake "--color=" core_test_sse4
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/DependInfo.cmake "--color=" GS-sse4
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/DependInfo.cmake "--color=" GS-avx
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_avx.dir/DependInfo.cmake "--color=" core_test_avx
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_avx2.dir/DependInfo.cmake "--color=" core_test_avx2
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f tests/ctest/core/CMakeFiles/core_test_sse4.dir/build.make tests/ctest/core/CMakeFiles/core_test_sse4.dir/build
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f pcsx2/CMakeFiles/GS-sse4.dir/build.make pcsx2/CMakeFiles/GS-sse4.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f pcsx2/CMakeFiles/GS-avx2.dir/build.make pcsx2/CMakeFiles/GS-avx2.dir/build
make -f pcsx2/CMakeFiles/GS-avx.dir/build.make pcsx2/CMakeFiles/GS-avx.dir/build
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f tests/ctest/core/CMakeFiles/core_test_avx.dir/build.make tests/ctest/core/CMakeFiles/core_test_avx.dir/build
make -f tests/ctest/core/CMakeFiles/core_test_avx2.dir/build.make tests/ctest/core/CMakeFiles/core_test_avx2.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 31%] Building CXX object tests/ctest/core/CMakeFiles/core_test_sse4.dir/cmake_pch.hxx.gch
[ 31%] Building CXX object tests/ctest/core/CMakeFiles/core_test_avx2.dir/cmake_pch.hxx.gch
[ 31%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx.gch
[ 31%] Building CXX object tests/ctest/core/CMakeFiles/core_test_avx.dir/cmake_pch.hxx.gch
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -I/usr/src/googletest/googletest/include -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -x c++-header -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_avx2.dir/cmake_pch.hxx -MD -MT tests/ctest/core/CMakeFiles/core_test_avx2.dir/cmake_pch.hxx.gch -MF CMakeFiles/core_test_avx2.dir/cmake_pch.hxx.gch.d -o CMakeFiles/core_test_avx2.dir/cmake_pch.hxx.gch -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_avx2.dir/cmake_pch.hxx.cxx
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -x c++-header -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx.gch -MF CMakeFiles/GS-sse4.dir/cmake_pch.hxx.gch.d -o CMakeFiles/GS-sse4.dir/cmake_pch.hxx.gch -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx.cxx
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -I/usr/src/googletest/googletest/include -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -x c++-header -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_sse4.dir/cmake_pch.hxx -MD -MT tests/ctest/core/CMakeFiles/core_test_sse4.dir/cmake_pch.hxx.gch -MF CMakeFiles/core_test_sse4.dir/cmake_pch.hxx.gch.d -o CMakeFiles/core_test_sse4.dir/cmake_pch.hxx.gch -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_sse4.dir/cmake_pch.hxx.cxx
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -I/usr/src/googletest/googletest/include -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -x c++-header -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_avx.dir/cmake_pch.hxx -MD -MT tests/ctest/core/CMakeFiles/core_test_avx.dir/cmake_pch.hxx.gch -MF CMakeFiles/core_test_avx.dir/cmake_pch.hxx.gch.d -o CMakeFiles/core_test_avx.dir/cmake_pch.hxx.gch -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_avx.dir/cmake_pch.hxx.cxx
[ 31%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx.gch
[ 31%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx.gch
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -x c++-header -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx.gch -MF CMakeFiles/GS-avx2.dir/cmake_pch.hxx.gch.d -o CMakeFiles/GS-avx2.dir/cmake_pch.hxx.gch -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx.cxx
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -x c++-header -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx.gch -MF CMakeFiles/GS-avx.dir/cmake_pch.hxx.gch.d -o CMakeFiles/GS-avx.dir/cmake_pch.hxx.gch -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx.cxx
[ 31%] Building CXX object tests/ctest/core/CMakeFiles/core_test_avx2.dir/GS/swizzle_test_main.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -I/usr/src/googletest/googletest/include -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_avx2.dir/cmake_pch.hxx -MD -MT tests/ctest/core/CMakeFiles/core_test_avx2.dir/GS/swizzle_test_main.cpp.o -MF CMakeFiles/core_test_avx2.dir/GS/swizzle_test_main.cpp.o.d -o CMakeFiles/core_test_avx2.dir/GS/swizzle_test_main.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp
[ 31%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/GSBlock.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/GSBlock.cpp.o -MF CMakeFiles/GS-avx.dir/GS/GSBlock.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/GSBlock.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSBlock.cpp
[ 31%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/GSLocalMemoryMultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/GSLocalMemoryMultiISA.cpp.o -MF CMakeFiles/GS-avx.dir/GS/GSLocalMemoryMultiISA.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/GSLocalMemoryMultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSLocalMemoryMultiISA.cpp
[ 31%] Building CXX object tests/ctest/core/CMakeFiles/core_test_avx.dir/GS/swizzle_test_main.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -I/usr/src/googletest/googletest/include -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_avx.dir/cmake_pch.hxx -MD -MT tests/ctest/core/CMakeFiles/core_test_avx.dir/GS/swizzle_test_main.cpp.o -MF CMakeFiles/core_test_avx.dir/GS/swizzle_test_main.cpp.o.d -o CMakeFiles/core_test_avx.dir/GS/swizzle_test_main.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp
[ 31%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/GSBlock.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/GSBlock.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/GSBlock.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/GSBlock.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSBlock.cpp
[ 31%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/GSXXH.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/GSXXH.cpp.o -MF CMakeFiles/GS-avx.dir/GS/GSXXH.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/GSXXH.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSXXH.cpp
[ 32%] Building CXX object tests/ctest/core/CMakeFiles/core_test_sse4.dir/GS/swizzle_test_main.cpp.o
[ 32%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/GSBlock.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/GSBlock.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/GSBlock.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/GSBlock.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSBlock.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -I/usr/src/googletest/googletest/include -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core/CMakeFiles/core_test_sse4.dir/cmake_pch.hxx -MD -MT tests/ctest/core/CMakeFiles/core_test_sse4.dir/GS/swizzle_test_main.cpp.o -MF CMakeFiles/core_test_sse4.dir/GS/swizzle_test_main.cpp.o.d -o CMakeFiles/core_test_sse4.dir/GS/swizzle_test_main.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp: In static member function ‘static constexpr void isa_avx2::isa_avx2_ReadTest_Read32_Test::TestBody()::<lambda(isa_avx2::TestData)>::_FUN(isa_avx2::TestData)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp:308:17: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6
308 | runTest([](TestData data)
| ^
[ 32%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/GSLocalMemoryMultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/GSLocalMemoryMultiISA.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/GSLocalMemoryMultiISA.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/GSLocalMemoryMultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSLocalMemoryMultiISA.cpp
[ 32%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/GSLocalMemoryMultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/GSLocalMemoryMultiISA.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/GSLocalMemoryMultiISA.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/GSLocalMemoryMultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSLocalMemoryMultiISA.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSLocalMemoryMultiISA.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 32%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/GSXXH.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/GSXXH.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/GSXXH.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/GSXXH.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSXXH.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp: In static member function ‘static constexpr void isa_avx::isa_avx_ReadTest_Read32_Test::TestBody()::<lambda(isa_avx::TestData)>::_FUN(isa_avx::TestData)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp:308:17: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6
308 | runTest([](TestData data)
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp: In static member function ‘static constexpr void isa_sse4::isa_sse4_ReadTest_Read32_Test::TestBody()::<lambda(isa_sse4::TestData)>::_FUN(isa_sse4::TestData)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/tests/ctest/core/GS/swizzle_test_main.cpp:308:17: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6
308 | runTest([](TestData data)
| ^
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSLocalMemoryMultiISA.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 32%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o -MF CMakeFiles/GS-avx.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSLocalMemoryMultiISA.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 32%] Linking CXX static library libcore_test_avx2.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/bin/cmake -P CMakeFiles/core_test_avx2.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/core_test_avx2.dir/link.txt --verbose=1
[ 32%] Linking CXX static library libcore_test_avx.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/bin/cmake -P CMakeFiles/core_test_avx.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/core_test_avx.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libcore_test_avx2.a CMakeFiles/core_test_avx2.dir/GS/swizzle_test_main.cpp.o
/usr/bin/x86_64-linux-gnu-ranlib libcore_test_avx2.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 32%] Built target core_test_avx2
[ 32%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/GSXXH.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/GSXXH.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/GSXXH.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/GSXXH.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSXXH.cpp
[ 32%] Linking CXX static library libcore_test_sse4.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/bin/cmake -P CMakeFiles/core_test_sse4.dir/cmake_clean_target.cmake
/usr/bin/x86_64-linux-gnu-ar qc libcore_test_avx.a CMakeFiles/core_test_avx.dir/GS/swizzle_test_main.cpp.o
/usr/bin/x86_64-linux-gnu-ranlib libcore_test_avx.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 32%] Built target core_test_avx
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/tests/ctest/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/core_test_sse4.dir/link.txt --verbose=1
[ 34%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp
/usr/bin/x86_64-linux-gnu-ar qc libcore_test_sse4.a CMakeFiles/core_test_sse4.dir/GS/swizzle_test_main.cpp.o
/usr/bin/x86_64-linux-gnu-ranlib libcore_test_sse4.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 34%] Built target core_test_sse4
[ 34%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp
[ 34%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o -MF CMakeFiles/GS-avx.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanline.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanline.cpp.o -MF CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanline.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanline.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSTextureCache.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1817:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1817 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector4i& c, const GSVector4i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1817:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1817 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector4i& c, const GSVector4i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1817:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1817 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector4i& c, const GSVector4i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1817:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1817 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector4i& c, const GSVector4i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1846 | __ri static void DrawRectT(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:468:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
468 | __ri static void WritePixel(const T& src, int addr, int i, u32 psm, const GSScanlineGlobalData& global)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:382:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | __ri static bool TestAlpha(T& test, T& fm, T& zm, const T& ga, const GSScanlineGlobalData& global)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:491:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
491 | __ri void GSDrawScanline::CDrawScanline(int pixels, int left, int top, const GSVertexSW& scan, GSScanlineLocalData& local, GSScanlineSelector sel)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:23:50: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
23 | static __forceinline const GSScanlineGlobalData& GlobalFromLocal(const GSScanlineLocalData& local)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanline.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanline.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanline.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanline.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRasterizer.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRasterizer.cpp.o -MF CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRasterizer.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRasterizer.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRendererSW.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRendererSW.cpp.o -MF CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRendererSW.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRendererSW.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSTextureCache.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSTextureCache.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanline.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanline.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanline.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanline.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRasterizer.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRasterizer.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRasterizer.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRasterizer.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o -MF CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp
In file included from /usr/lib/gcc/x86_64-linux-gnu/16/include/xmmintrin.h:1364,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/VectorIntrin.h:32,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/PrecompiledHeader.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx:5,
from <command-line>:
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:446:7,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:488:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:488:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1789:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1789 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector8i& c, const GSVector8i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1789:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1789 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector8i& c, const GSVector8i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1789:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1789 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector8i& c, const GSVector8i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1789:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1789 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector8i& c, const GSVector8i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1846 | __ri static void DrawRectT(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:468:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
468 | __ri static void WritePixel(const T& src, int addr, int i, u32 psm, const GSScanlineGlobalData& global)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:382:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | __ri static bool TestAlpha(T& test, T& fm, T& zm, const T& ga, const GSScanlineGlobalData& global)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:491:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
491 | __ri void GSDrawScanline::CDrawScanline(int pixels, int left, int top, const GSVertexSW& scan, GSScanlineLocalData& local, GSScanlineSelector sel)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:23:50: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
23 | static __forceinline const GSScanlineGlobalData& GlobalFromLocal(const GSScanlineLocalData& local)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:13:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
105 | __fi static void Write(LOGLEVEL level, ConsoleColors color, fmt::format_string<T...> fmt, T&&... args)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1440:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1440 | void GSRasterizer::DrawEdge(int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1428:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1428 | void GSRasterizer::DrawScanline(int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1382:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1382 | void GSRasterizer::Flush(const GSVertexSW* vertex, const u16* index, const GSVertexSW& dscan, bool edge /* = false */)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1376:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1376 | void GSRasterizer::AddScanline(GSVertexSW* e, int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1033:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1033 | void GSRasterizer::DrawTriangleSection(int top, int bottom, GSVertexSW& RESTRICT edge, const GSVertexSW& RESTRICT dedge, const GSVertexSW& RESTRICT dscan, const GSVector4& RESTRICT p0)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:300:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
300 | __forceinline static GSVertexSW ClampVertex(GSVertexSW v, int zpsm)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:99:5: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | int GSRasterizer::FindMyNextScanline(int top) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:81:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | bool GSRasterizer::IsOneOfMyScanlines(int top, int bottom) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:74:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | bool GSRasterizer::IsOneOfMyScanlines(int top) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:67:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | static void __fi AddScanlineInfo(GSVertexSW* e, int pixels, int left, int top)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSTextureCacheSW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1817:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1817 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector4i& c, const GSVector4i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1817:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1817 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector4i& c, const GSVector4i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1817:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1817 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector4i& c, const GSVector4i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1817:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1817 | __ri static void FillBlock(const GSOffset& off, const GSVector4i& r, const GSVector4i& c, const GSVector4i& m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1767:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1767 | __ri static void FillRect(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1846 | __ri static void DrawRectT(const GSOffset& off, const GSVector4i& r, u32 c, u32 m, GSScanlineLocalData& local)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1846:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:468:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
468 | __ri static void WritePixel(const T& src, int addr, int i, u32 psm, const GSScanlineGlobalData& global)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:382:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | __ri static bool TestAlpha(T& test, T& fm, T& zm, const T& ga, const GSScanlineGlobalData& global)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:491:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
491 | __ri void GSDrawScanline::CDrawScanline(int pixels, int left, int top, const GSVertexSW& scan, GSScanlineLocalData& local, GSScanlineSelector sel)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:23:50: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
23 | static __forceinline const GSScanlineGlobalData& GlobalFromLocal(const GSScanlineLocalData& local)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:446:7,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In file included from /usr/include/x86_64-linux-gnu/sys/mman.h:25,
from /usr/include/xbyak/xbyak.h:87,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSNewCodeGenerator.h:17,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::Generate()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:354:41: note: in expansion of macro ‘_rip_global’
354 | mov(_m_local__gd__clut, _rip_global(clut));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::Init()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:655:18: note: in expansion of macro ‘_rip_global’
655 | mov(rax, _rip_global(fzbr));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:659:18: note: in expansion of macro ‘_rip_global’
659 | mov(rax, _rip_global(fzbc));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:865:31: note: in expansion of macro ‘_rip_global’
865 | mov(_m_local__gd__vm, _rip_global(vm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:869:48: note: in expansion of macro ‘_rip_global’
869 | lea(_m_local__gd__tex, _rip_global(tex));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:871:48: note: in expansion of macro ‘_rip_global’
871 | mov(_m_local__gd__tex, _rip_global(tex));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::Wrap(const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1445:83: note: in expansion of macro ‘_rip_global’
1445 | BROADCAST_AND_OP(vbroadcasti128, pmaxsw, uv, min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1453:75: note: in expansion of macro ‘_rip_global’
1453 | BROADCAST_AND_OP(vbroadcasti128, pminsw, uv, max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1457:73: note: in expansion of macro ‘_rip_global’
1457 | BROADCAST_AND_OP(vbroadcasti128, pand, uv, min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1461:80: note: in expansion of macro ‘_rip_global’
1461 | BROADCAST_AND_OP(vbroadcasti128, por, uv, max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1467:36: note: in expansion of macro ‘_rip_global’
1467 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1468:36: note: in expansion of macro ‘_rip_global’
1468 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1469:37: note: in expansion of macro ‘_rip_global’
1469 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::Wrap(const XYm&, const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1504:52: note: in expansion of macro ‘_rip_global’
1504 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1515:44: note: in expansion of macro ‘_rip_global’
1515 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1521:44: note: in expansion of macro ‘_rip_global’
1521 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1527:52: note: in expansion of macro ‘_rip_global’
1527 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1535:36: note: in expansion of macro ‘_rip_global’
1535 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1536:36: note: in expansion of macro ‘_rip_global’
1536 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1537:37: note: in expansion of macro ‘_rip_global’
1537 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::SampleTextureLOD()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1640:38: note: in expansion of macro ‘_rip_global’
1640 | movaps(xym5, _rip_global(l));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1641:49: note: in expansion of macro ‘_rip_global’
1641 | vfmadd213ps(xym4, xym5, _rip_global(k));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1645:37: note: in expansion of macro ‘_rip_global’
1645 | mulps(xym4, _rip_global(l));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1646:37: note: in expansion of macro ‘_rip_global’
1646 | addps(xym4, _rip_global(k));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1652:29: note: in expansion of macro ‘_rip_global’
1652 | minps(xym4, _rip_global(mxl));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1693:45: note: in expansion of macro ‘_rip_global’
1693 | broadcasti128(xym4, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1700:45: note: in expansion of macro ‘_rip_global’
1700 | broadcasti128(xym4, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1712:36: note: in expansion of macro ‘_rip_global’
1712 | movq(xym4, _rip_global(t.minmax));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1775:42: note: in expansion of macro ‘_rip_global’
1775 | movd(Xmm(xym0.getIdx()), _rip_global(lod.i.U32[0]));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1938:42: note: in expansion of macro ‘_rip_global’
1938 | movdqa(xym0, m_sel.lcm ? _rip_global(lod.f) : _rip_local(temp.lod.f));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::WrapLOD(const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1990:37: note: in expansion of macro ‘_rip_global’
1990 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::WrapLOD(const XYm&, const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2050:37: note: in expansion of macro ‘_rip_global’
2050 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::ReadMask()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2214:39: note: in expansion of macro ‘_rip_global’
2214 | pbroadcastdLocal(_fm, _rip_global(fm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2219:39: note: in expansion of macro ‘_rip_global’
2219 | pbroadcastdLocal(_zm, _rip_global(zm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::TestAlpha()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2241:79: note: in expansion of macro ‘_rip_global’
2241 | BROADCAST_AND_OP(vbroadcasti128, pcmpgtd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2247:79: note: in expansion of macro ‘_rip_global’
2247 | BROADCAST_AND_OP(vbroadcasti128, pcmpeqd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2256:45: note: in expansion of macro ‘_rip_global’
2256 | broadcasti128(xym1, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2263:79: note: in expansion of macro ‘_rip_global’
2263 | BROADCAST_AND_OP(vbroadcasti128, pcmpeqd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::Fog()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2390:31: note: in expansion of macro ‘_rip_global’
2390 | pbroadcastdLocal(tmp, _rip_global(frb));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2393:31: note: in expansion of macro ‘_rip_global’
2393 | pbroadcastdLocal(tmp, _rip_global(fga));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::AlphaBlend()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2669:64: note: in expansion of macro ‘_rip_global’
2669 | pbroadcastwLocal(tmp1, _rip_global(afix));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::WriteFrame()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2844:26: note: in expansion of macro ‘_rip_global’
2844 | add(rax, _rip_global(dimx));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx::GSDrawScanlineCodeGenerator::ReadTexelImplLoadTexLOD(int, int)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:23:71: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
23 | #define _rip_global_offset(field, offset) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field) + (offset)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:3151:40: note: in expansion of macro ‘_rip_global_offset’
3151 | Address lod_addr = m_sel.lcm ? _rip_global_offset(lod.i.U32[0], sizeof(u32) * lod) : _rip_local_offset(temp.lod.i.U32[0], sizeof(u32) * lod);
| ^~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h: At global scope:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:13:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
105 | __fi static void Write(LOGLEVEL level, ConsoleColors color, fmt::format_string<T...> fmt, T&&... args)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1440:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1440 | void GSRasterizer::DrawEdge(int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1428:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1428 | void GSRasterizer::DrawScanline(int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1382:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1382 | void GSRasterizer::Flush(const GSVertexSW* vertex, const u16* index, const GSVertexSW& dscan, bool edge /* = false */)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1376:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1376 | void GSRasterizer::AddScanline(GSVertexSW* e, int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:831:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
831 | void GSRasterizer::DrawTriangleSection(int top, int bottom, GSVertexSW2& RESTRICT edge, const GSVertexSW2& RESTRICT dedge, const GSVertexSW2& RESTRICT dscan, const GSVector4& RESTRICT p0)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:300:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
300 | __forceinline static GSVertexSW ClampVertex(GSVertexSW v, int zpsm)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:99:5: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | int GSRasterizer::FindMyNextScanline(int top) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:81:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | bool GSRasterizer::IsOneOfMyScanlines(int top, int bottom) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:74:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | bool GSRasterizer::IsOneOfMyScanlines(int top) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:67:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | static void __fi AddScanlineInfo(GSVertexSW* e, int pixels, int left, int top)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:446:7,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1763:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_avx::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1763:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In file included from /usr/lib/gcc/x86_64-linux-gnu/16/include/immintrin.h:53,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/VectorIntrin.h:36,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/PrecompiledHeader.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx:5,
from <command-line>:
In function ‘__m256i _mm256_or_si256(__m256i, __m256i)’,
inlined from ‘void GSVector8i::operator|=(const GSVector8i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector8i.h:1321:22,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector8i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:454:7,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:488:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/avx2intrin.h:576:21: warning: ‘zm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
576 | return (__m256i) ((__v4du)__A | (__v4du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m256i _mm256_or_si256(__m256i, __m256i)’,
inlined from ‘void GSVector8i::operator|=(const GSVector8i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector8i.h:1321:22,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector8i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:488:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/avx2intrin.h:576:21: warning: ‘fm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
576 | return (__m256i) ((__v4du)__A | (__v4du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In file included from /usr/lib/gcc/x86_64-linux-gnu/16/include/xmmintrin.h:1364,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/VectorIntrin.h:32,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/PrecompiledHeader.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx:5,
from <command-line>:
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:446:7,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:488:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:488:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o -MF CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o.d -o CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp
In function ‘__m256i _mm256_or_si256(__m256i, __m256i)’,
inlined from ‘void GSVector8i::operator|=(const GSVector8i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector8i.h:1321:22,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector8i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:454:7,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18:
/usr/lib/gcc/x86_64-linux-gnu/16/include/avx2intrin.h:576:21: warning: ‘zm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
576 | return (__m256i) ((__v4du)__A | (__v4du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m256i _mm256_or_si256(__m256i, __m256i)’,
inlined from ‘void GSVector8i::operator|=(const GSVector8i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector8i.h:1321:22,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector8i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18:
/usr/lib/gcc/x86_64-linux-gnu/16/include/avx2intrin.h:576:21: warning: ‘fm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
576 | return (__m256i) ((__v4du)__A | (__v4du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:446:7,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRasterizer.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRasterizer.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRasterizer.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRasterizer.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp
[ 35%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRendererSW.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRendererSW.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRendererSW.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRendererSW.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.cpp
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:446:7,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1763:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_sse4::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m128i _mm_or_si128(__m128i, __m128i)’,
inlined from ‘void GSVector4i::operator|=(const GSVector4i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector4i.h:1902:19,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector4i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_sse4::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1763:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/emmintrin.h:1330:21: warning: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
1330 | return (__m128i) ((__v2du)__A | (__v2du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_sse4::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector4i::<anonymous>.GSVector4i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m256i _mm256_or_si256(__m256i, __m256i)’,
inlined from ‘void GSVector8i::operator|=(const GSVector8i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector8i.h:1321:22,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector8i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:454:7,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1763:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/avx2intrin.h:576:21: warning: ‘zm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
576 | return (__m256i) ((__v4du)__A | (__v4du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx2::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:37: note: ‘zm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
In function ‘__m256i _mm256_or_si256(__m256i, __m256i)’,
inlined from ‘void GSVector8i::operator|=(const GSVector8i&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSVector8i.h:1321:22,
inlined from ‘bool TestAlpha(T&, T&, T&, const T&, const GSScanlineGlobalData&) [with T = GSVector8i]’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:450:7,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawScanline(int, int, int, const GSVertexSW&, GSScanlineLocalData&, GSScanlineSelector)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1251:18,
inlined from ‘static void isa_avx2::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:1763:15:
/usr/lib/gcc/x86_64-linux-gnu/16/include/avx2intrin.h:576:21: warning: ‘fm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ may be used uninitialized [-Wmaybe-uninitialized]
576 | return (__m256i) ((__v4du)__A | (__v4du)__B);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp: In static member function ‘static void isa_avx2::GSDrawScanline::CDrawEdge(int, int, int, const GSVertexSW&, GSScanlineLocalData&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp:637:33: note: ‘fm.GSVector8i::<anonymous>.GSVector8i::<unnamed union>::m’ was declared here
637 | VectorI fm, zm;
| ^~
[ 36%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRendererSW.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRendererSW.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRendererSW.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRendererSW.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:13:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
105 | __fi static void Write(LOGLEVEL level, ConsoleColors color, fmt::format_string<T...> fmt, T&&... args)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanline.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1440:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1440 | void GSRasterizer::DrawEdge(int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1428:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1428 | void GSRasterizer::DrawScanline(int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1382:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1382 | void GSRasterizer::Flush(const GSVertexSW* vertex, const u16* index, const GSVertexSW& dscan, bool edge /* = false */)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1376:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1376 | void GSRasterizer::AddScanline(GSVertexSW* e, int pixels, int left, int top, const GSVertexSW& scan)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:1033:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1033 | void GSRasterizer::DrawTriangleSection(int top, int bottom, GSVertexSW& RESTRICT edge, const GSVertexSW& RESTRICT dedge, const GSVertexSW& RESTRICT dscan, const GSVector4& RESTRICT p0)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:300:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
300 | __forceinline static GSVertexSW ClampVertex(GSVertexSW v, int zpsm)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:99:5: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | int GSRasterizer::FindMyNextScanline(int top) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:81:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | bool GSRasterizer::IsOneOfMyScanlines(int top, int bottom) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:74:6: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | bool GSRasterizer::IsOneOfMyScanlines(int top) const
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRasterizer.cpp:67:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | static void __fi AddScanlineInfo(GSVertexSW* e, int pixels, int left, int top)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSTextureCacheSW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 36%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/IPU/IPU_MultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/IPU/IPU_MultiISA.cpp.o -MF CMakeFiles/GS-avx.dir/IPU/IPU_MultiISA.cpp.o.d -o CMakeFiles/GS-avx.dir/IPU/IPU_MultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp
[ 36%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/IPU/IPUdither.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/IPU/IPUdither.cpp.o -MF CMakeFiles/GS-avx.dir/IPU/IPUdither.cpp.o.d -o CMakeFiles/GS-avx.dir/IPU/IPUdither.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1912:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1912 | __fi static void ipu_vq(macroblock_rgb16& rgb16, u8* indx4)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1878:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1878 | __fi static void ipu_csc(macroblock_8& mb8, macroblock_rgb32& rgb32, int sgn)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1833:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1833 | __ri static bool ipuPACK(tIPU_CMD_CSC csc)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1793:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1793 | __ri static bool ipuCSC(tIPU_CMD_CSC csc)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1708:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1708 | __ri static bool ipuFDEC(u32 val)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1605:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1605 | __fi static bool ipuVDEC(u32 val)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1255:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1255 | __fi static bool mpeg2_slice()
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:960:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
960 | __ri static bool mpeg2sliceIDEC()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:954:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
954 | __fi static void finishmpeg2sliceIDEC()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:941:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
941 | __ri static bool slice_non_intra_DCT(s16 * const dest, const int stride, const bool skip)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:911:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
911 | __ri static bool slice_intra_DCT(const int cc, u8 * const dest, const int stride, const bool skip)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:768:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
768 | __ri static bool get_non_intra_block(int * last)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:613:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
613 | __ri static bool get_intra_block()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:607:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
607 | __fi static void SATURATE(int& val)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:574:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
574 | __fi static int get_chroma_dc_dct_diff()
| ^~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:538:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
538 | __fi static int get_luma_dc_dct_diff()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:505:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
505 | __ri static int get_macroblock_address_increment()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:387:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
387 | __ri static int BitstreamInit ()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:349:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
349 | __ri static void IDCT_Add(const int last, s16* block, s16* dest, const int stride)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:325:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
325 | __ri static void IDCT_Copy(s16* block, u8* dest, const int stride)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:216:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
216 | __ri static void IDCT_Block(s16* block)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:209:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
209 | __fi static void BUTTERFLY(int& t0, int& t1, int w0, int w1, int d0, int d1)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:173:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
173 | __ri static u8 getBits8(u8 *address, bool advance)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:149:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
149 | __ri static u8 getBits32(u8 *address, bool advance)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:124:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __ri static u8 getBits64(u8 *address, bool advance)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:114:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
114 | __fi static u32 GETBITS(uint num)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:108:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
108 | __fi static void DUMPBITS(uint num)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:100:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | __fi static int GETWORD()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:86:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
86 | __ri static s32 SBITS(uint bits)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:74:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __ri static u32 UBITS(uint bits)
| ^~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:65:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
65 | __ri void ipu_dither_sse2(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:28:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | __ri void ipu_dither_reference(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:19:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | __ri void ipu_dither(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSTextureCacheSW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSRendererSW.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 36%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp
[ 36%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp
In file included from /usr/include/x86_64-linux-gnu/sys/mman.h:25,
from /usr/include/xbyak/xbyak.h:87,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSNewCodeGenerator.h:17,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::Generate()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:354:41: note: in expansion of macro ‘_rip_global’
354 | mov(_m_local__gd__clut, _rip_global(clut));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::Init()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:655:18: note: in expansion of macro ‘_rip_global’
655 | mov(rax, _rip_global(fzbr));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:659:18: note: in expansion of macro ‘_rip_global’
659 | mov(rax, _rip_global(fzbc));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:865:31: note: in expansion of macro ‘_rip_global’
865 | mov(_m_local__gd__vm, _rip_global(vm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:869:48: note: in expansion of macro ‘_rip_global’
869 | lea(_m_local__gd__tex, _rip_global(tex));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:871:48: note: in expansion of macro ‘_rip_global’
871 | mov(_m_local__gd__tex, _rip_global(tex));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::Wrap(const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1445:83: note: in expansion of macro ‘_rip_global’
1445 | BROADCAST_AND_OP(vbroadcasti128, pmaxsw, uv, min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1453:75: note: in expansion of macro ‘_rip_global’
1453 | BROADCAST_AND_OP(vbroadcasti128, pminsw, uv, max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1457:73: note: in expansion of macro ‘_rip_global’
1457 | BROADCAST_AND_OP(vbroadcasti128, pand, uv, min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1461:80: note: in expansion of macro ‘_rip_global’
1461 | BROADCAST_AND_OP(vbroadcasti128, por, uv, max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1467:36: note: in expansion of macro ‘_rip_global’
1467 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1468:36: note: in expansion of macro ‘_rip_global’
1468 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1469:37: note: in expansion of macro ‘_rip_global’
1469 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::Wrap(const XYm&, const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1504:52: note: in expansion of macro ‘_rip_global’
1504 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1515:44: note: in expansion of macro ‘_rip_global’
1515 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1521:44: note: in expansion of macro ‘_rip_global’
1521 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1527:52: note: in expansion of macro ‘_rip_global’
1527 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1535:36: note: in expansion of macro ‘_rip_global’
1535 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1536:36: note: in expansion of macro ‘_rip_global’
1536 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1537:37: note: in expansion of macro ‘_rip_global’
1537 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::SampleTextureLOD()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1640:38: note: in expansion of macro ‘_rip_global’
1640 | movaps(xym5, _rip_global(l));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1641:49: note: in expansion of macro ‘_rip_global’
1641 | vfmadd213ps(xym4, xym5, _rip_global(k));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1645:37: note: in expansion of macro ‘_rip_global’
1645 | mulps(xym4, _rip_global(l));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1646:37: note: in expansion of macro ‘_rip_global’
1646 | addps(xym4, _rip_global(k));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1652:29: note: in expansion of macro ‘_rip_global’
1652 | minps(xym4, _rip_global(mxl));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1693:45: note: in expansion of macro ‘_rip_global’
1693 | broadcasti128(xym4, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1700:45: note: in expansion of macro ‘_rip_global’
1700 | broadcasti128(xym4, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1712:36: note: in expansion of macro ‘_rip_global’
1712 | movq(xym4, _rip_global(t.minmax));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1775:42: note: in expansion of macro ‘_rip_global’
1775 | movd(Xmm(xym0.getIdx()), _rip_global(lod.i.U32[0]));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1938:42: note: in expansion of macro ‘_rip_global’
1938 | movdqa(xym0, m_sel.lcm ? _rip_global(lod.f) : _rip_local(temp.lod.f));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::WrapLOD(const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1990:37: note: in expansion of macro ‘_rip_global’
1990 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::WrapLOD(const XYm&, const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2050:37: note: in expansion of macro ‘_rip_global’
2050 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::ReadMask()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2214:39: note: in expansion of macro ‘_rip_global’
2214 | pbroadcastdLocal(_fm, _rip_global(fm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2219:39: note: in expansion of macro ‘_rip_global’
2219 | pbroadcastdLocal(_zm, _rip_global(zm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::TestAlpha()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2241:79: note: in expansion of macro ‘_rip_global’
2241 | BROADCAST_AND_OP(vbroadcasti128, pcmpgtd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2247:79: note: in expansion of macro ‘_rip_global’
2247 | BROADCAST_AND_OP(vbroadcasti128, pcmpeqd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2256:45: note: in expansion of macro ‘_rip_global’
2256 | broadcasti128(xym1, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:66:25: note: in definition of macro ‘BROADCAST_AND_OP’
66 | op(dst, src)
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2263:79: note: in expansion of macro ‘_rip_global’
2263 | BROADCAST_AND_OP(vbroadcasti128, pcmpeqd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::Fog()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2390:31: note: in expansion of macro ‘_rip_global’
2390 | pbroadcastdLocal(tmp, _rip_global(frb));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2393:31: note: in expansion of macro ‘_rip_global’
2393 | pbroadcastdLocal(tmp, _rip_global(fga));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::AlphaBlend()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2669:64: note: in expansion of macro ‘_rip_global’
2669 | pbroadcastwLocal(tmp1, _rip_global(afix));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::WriteFrame()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2844:26: note: in expansion of macro ‘_rip_global’
2844 | add(rax, _rip_global(dimx));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_sse4::GSDrawScanlineCodeGenerator::ReadTexelImplLoadTexLOD(int, int)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:23:71: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
23 | #define _rip_global_offset(field, offset) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field) + (offset)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:3151:40: note: in expansion of macro ‘_rip_global_offset’
3151 | Address lod_addr = m_sel.lcm ? _rip_global_offset(lod.i.U32[0], sizeof(u32) * lod) : _rip_local_offset(temp.lod.i.U32[0], sizeof(u32) * lod);
| ^~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h: At global scope:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 36%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o -MF CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o.d -o CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp
In file included from /usr/include/x86_64-linux-gnu/sys/mman.h:25,
from /usr/include/xbyak/xbyak.h:87,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSNewCodeGenerator.h:17,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::Generate()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:354:41: note: in expansion of macro ‘_rip_global’
354 | mov(_m_local__gd__clut, _rip_global(clut));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::Init()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:655:18: note: in expansion of macro ‘_rip_global’
655 | mov(rax, _rip_global(fzbr));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:659:18: note: in expansion of macro ‘_rip_global’
659 | mov(rax, _rip_global(fzbc));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:865:31: note: in expansion of macro ‘_rip_global’
865 | mov(_m_local__gd__vm, _rip_global(vm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:869:48: note: in expansion of macro ‘_rip_global’
869 | lea(_m_local__gd__tex, _rip_global(tex));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:871:48: note: in expansion of macro ‘_rip_global’
871 | mov(_m_local__gd__tex, _rip_global(tex));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::Wrap(const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:57:43: note: in definition of macro ‘BROADCAST_AND_OP’
57 | broadcast(tmpReg, src); \
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1445:83: note: in expansion of macro ‘_rip_global’
1445 | BROADCAST_AND_OP(vbroadcasti128, pmaxsw, uv, min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:57:43: note: in definition of macro ‘BROADCAST_AND_OP’
57 | broadcast(tmpReg, src); \
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1453:75: note: in expansion of macro ‘_rip_global’
1453 | BROADCAST_AND_OP(vbroadcasti128, pminsw, uv, max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:57:43: note: in definition of macro ‘BROADCAST_AND_OP’
57 | broadcast(tmpReg, src); \
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1457:73: note: in expansion of macro ‘_rip_global’
1457 | BROADCAST_AND_OP(vbroadcasti128, pand, uv, min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:57:43: note: in definition of macro ‘BROADCAST_AND_OP’
57 | broadcast(tmpReg, src); \
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1461:80: note: in expansion of macro ‘_rip_global’
1461 | BROADCAST_AND_OP(vbroadcasti128, por, uv, max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1467:36: note: in expansion of macro ‘_rip_global’
1467 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1468:36: note: in expansion of macro ‘_rip_global’
1468 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1469:37: note: in expansion of macro ‘_rip_global’
1469 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::Wrap(const XYm&, const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1504:52: note: in expansion of macro ‘_rip_global’
1504 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1515:44: note: in expansion of macro ‘_rip_global’
1515 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1521:44: note: in expansion of macro ‘_rip_global’
1521 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1527:52: note: in expansion of macro ‘_rip_global’
1527 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1535:36: note: in expansion of macro ‘_rip_global’
1535 | broadcasti128(min, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1536:36: note: in expansion of macro ‘_rip_global’
1536 | broadcasti128(max, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1537:37: note: in expansion of macro ‘_rip_global’
1537 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::SampleTextureLOD()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1640:38: note: in expansion of macro ‘_rip_global’
1640 | movaps(xym5, _rip_global(l));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1641:49: note: in expansion of macro ‘_rip_global’
1641 | vfmadd213ps(xym4, xym5, _rip_global(k));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1645:37: note: in expansion of macro ‘_rip_global’
1645 | mulps(xym4, _rip_global(l));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1646:37: note: in expansion of macro ‘_rip_global’
1646 | addps(xym4, _rip_global(k));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1652:29: note: in expansion of macro ‘_rip_global’
1652 | minps(xym4, _rip_global(mxl));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1693:45: note: in expansion of macro ‘_rip_global’
1693 | broadcasti128(xym4, _rip_global(t.min));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1700:45: note: in expansion of macro ‘_rip_global’
1700 | broadcasti128(xym4, _rip_global(t.max));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1712:36: note: in expansion of macro ‘_rip_global’
1712 | movq(xym4, _rip_global(t.minmax));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1775:42: note: in expansion of macro ‘_rip_global’
1775 | movd(Xmm(xym0.getIdx()), _rip_global(lod.i.U32[0]));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1938:42: note: in expansion of macro ‘_rip_global’
1938 | movdqa(xym0, m_sel.lcm ? _rip_global(lod.f) : _rip_local(temp.lod.f));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::WrapLOD(const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:1990:37: note: in expansion of macro ‘_rip_global’
1990 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::WrapLOD(const XYm&, const XYm&)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2050:37: note: in expansion of macro ‘_rip_global’
2050 | broadcasti128(mask, _rip_global(t.mask));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::ReadMask()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2214:39: note: in expansion of macro ‘_rip_global’
2214 | pbroadcastdLocal(_fm, _rip_global(fm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2219:39: note: in expansion of macro ‘_rip_global’
2219 | pbroadcastdLocal(_zm, _rip_global(zm));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::TestAlpha()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:57:43: note: in definition of macro ‘BROADCAST_AND_OP’
57 | broadcast(tmpReg, src); \
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2241:79: note: in expansion of macro ‘_rip_global’
2241 | BROADCAST_AND_OP(vbroadcasti128, pcmpgtd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:57:43: note: in definition of macro ‘BROADCAST_AND_OP’
57 | broadcast(tmpReg, src); \
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2247:79: note: in expansion of macro ‘_rip_global’
2247 | BROADCAST_AND_OP(vbroadcasti128, pcmpeqd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2256:45: note: in expansion of macro ‘_rip_global’
2256 | broadcasti128(xym1, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:57:43: note: in definition of macro ‘BROADCAST_AND_OP’
57 | broadcast(tmpReg, src); \
| ^~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2263:79: note: in expansion of macro ‘_rip_global’
2263 | BROADCAST_AND_OP(vbroadcasti128, pcmpeqd, xym1, xym0, _rip_global(aref));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::Fog()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2390:31: note: in expansion of macro ‘_rip_global’
2390 | pbroadcastdLocal(tmp, _rip_global(frb));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2393:31: note: in expansion of macro ‘_rip_global’
2393 | pbroadcastdLocal(tmp, _rip_global(fga));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::AlphaBlend()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2669:64: note: in expansion of macro ‘_rip_global’
2669 | pbroadcastwLocal(tmp1, _rip_global(afix));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::WriteFrame()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:22:56: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
22 | #define _rip_global(field) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:2844:26: note: in expansion of macro ‘_rip_global’
2844 | add(rax, _rip_global(dimx));
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp: In member function ‘void isa_avx2::GSDrawScanlineCodeGenerator::ReadTexelImplLoadTexLOD(int, int)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:23:71: warning: ‘offsetof’ within non-standard-layout type ‘GSScanlineGlobalData’ is conditionally-supported [-Winvalid-offsetof]
23 | #define _rip_global_offset(field, offset) ptr[_m_local__gd + offsetof(GSScanlineGlobalData, field) + (offset)]
| ^
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:3151:40: note: in expansion of macro ‘_rip_global_offset’
3151 | Address lod_addr = m_sel.lcm ? _rip_global_offset(lod.i.U32[0], sizeof(u32) * lod) : _rip_local_offset(temp.lod.i.U32[0], sizeof(u32) * lod);
| ^~~~~~~~~~~~~~~~~~
[ 36%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o -MF CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o.d -o CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h: At global scope:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
[ 37%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/IPU/yuv2rgb.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/IPU/yuv2rgb.cpp.o -MF CMakeFiles/GS-avx.dir/IPU/yuv2rgb.cpp.o.d -o CMakeFiles/GS-avx.dir/IPU/yuv2rgb.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp
[ 37%] Building CXX object pcsx2/CMakeFiles/GS-avx.dir/SPU2/ReverbResample.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx.dir/SPU2/ReverbResample.cpp.o -MF CMakeFiles/GS-avx.dir/SPU2/ReverbResample.cpp.o.d -o CMakeFiles/GS-avx.dir/SPU2/ReverbResample.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp:51:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
51 | __ri void yuv2rgb_sse2()
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 37%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/IPU/IPU_MultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/IPU/IPU_MultiISA.cpp.o -MF CMakeFiles/GS-sse4.dir/IPU/IPU_MultiISA.cpp.o.d -o CMakeFiles/GS-sse4.dir/IPU/IPU_MultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:205:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
205 | StereoOut32 __forceinline ReverbUpsample_sse(V_Core& core)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:149:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
149 | StereoOut32 __forceinline ReverbUpsample_reference(V_Core& core)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:109:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
109 | s32 __forceinline ReverbDownsample_sse(V_Core& core, bool right)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:67:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | s32 __forceinline ReverbDownsample_reference(V_Core& core, bool right)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 37%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/IPU/IPUdither.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/IPU/IPUdither.cpp.o -MF CMakeFiles/GS-sse4.dir/IPU/IPUdither.cpp.o.d -o CMakeFiles/GS-sse4.dir/IPU/IPUdither.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1912:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1912 | __fi static void ipu_vq(macroblock_rgb16& rgb16, u8* indx4)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1878:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1878 | __fi static void ipu_csc(macroblock_8& mb8, macroblock_rgb32& rgb32, int sgn)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1833:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1833 | __ri static bool ipuPACK(tIPU_CMD_CSC csc)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1793:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1793 | __ri static bool ipuCSC(tIPU_CMD_CSC csc)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1708:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1708 | __ri static bool ipuFDEC(u32 val)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1605:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1605 | __fi static bool ipuVDEC(u32 val)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1255:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1255 | __fi static bool mpeg2_slice()
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:960:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
960 | __ri static bool mpeg2sliceIDEC()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:954:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
954 | __fi static void finishmpeg2sliceIDEC()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:941:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
941 | __ri static bool slice_non_intra_DCT(s16 * const dest, const int stride, const bool skip)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:911:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
911 | __ri static bool slice_intra_DCT(const int cc, u8 * const dest, const int stride, const bool skip)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:768:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
768 | __ri static bool get_non_intra_block(int * last)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:613:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
613 | __ri static bool get_intra_block()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:607:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
607 | __fi static void SATURATE(int& val)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:574:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
574 | __fi static int get_chroma_dc_dct_diff()
| ^~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:538:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
538 | __fi static int get_luma_dc_dct_diff()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:505:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
505 | __ri static int get_macroblock_address_increment()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:387:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
387 | __ri static int BitstreamInit ()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:349:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
349 | __ri static void IDCT_Add(const int last, s16* block, s16* dest, const int stride)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:325:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
325 | __ri static void IDCT_Copy(s16* block, u8* dest, const int stride)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:216:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
216 | __ri static void IDCT_Block(s16* block)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:209:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
209 | __fi static void BUTTERFLY(int& t0, int& t1, int w0, int w1, int d0, int d1)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:173:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
173 | __ri static u8 getBits8(u8 *address, bool advance)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:149:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
149 | __ri static u8 getBits32(u8 *address, bool advance)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:124:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __ri static u8 getBits64(u8 *address, bool advance)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:114:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
114 | __fi static u32 GETBITS(uint num)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:108:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
108 | __fi static void DUMPBITS(uint num)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:100:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | __fi static int GETWORD()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:86:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
86 | __ri static s32 SBITS(uint bits)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:74:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __ri static u32 UBITS(uint bits)
| ^~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:65:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
65 | __ri void ipu_dither_sse2(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:28:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | __ri void ipu_dither_reference(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:19:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | __ri void ipu_dither(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 37%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/IPU/yuv2rgb.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/IPU/yuv2rgb.cpp.o -MF CMakeFiles/GS-sse4.dir/IPU/yuv2rgb.cpp.o.d -o CMakeFiles/GS-sse4.dir/IPU/yuv2rgb.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp:51:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
51 | __ri void yuv2rgb_sse2()
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 38%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/IPU/IPU_MultiISA.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/IPU/IPU_MultiISA.cpp.o -MF CMakeFiles/GS-avx2.dir/IPU/IPU_MultiISA.cpp.o.d -o CMakeFiles/GS-avx2.dir/IPU/IPU_MultiISA.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1912:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1912 | __fi static void ipu_vq(macroblock_rgb16& rgb16, u8* indx4)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1878:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1878 | __fi static void ipu_csc(macroblock_8& mb8, macroblock_rgb32& rgb32, int sgn)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1833:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1833 | __ri static bool ipuPACK(tIPU_CMD_CSC csc)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1793:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1793 | __ri static bool ipuCSC(tIPU_CMD_CSC csc)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1708:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1708 | __ri static bool ipuFDEC(u32 val)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1605:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1605 | __fi static bool ipuVDEC(u32 val)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:1255:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1255 | __fi static bool mpeg2_slice()
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:960:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
960 | __ri static bool mpeg2sliceIDEC()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:954:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
954 | __fi static void finishmpeg2sliceIDEC()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:941:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
941 | __ri static bool slice_non_intra_DCT(s16 * const dest, const int stride, const bool skip)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:911:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
911 | __ri static bool slice_intra_DCT(const int cc, u8 * const dest, const int stride, const bool skip)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:768:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
768 | __ri static bool get_non_intra_block(int * last)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:613:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
613 | __ri static bool get_intra_block()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:607:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
607 | __fi static void SATURATE(int& val)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:574:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
574 | __fi static int get_chroma_dc_dct_diff()
| ^~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:538:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
538 | __fi static int get_luma_dc_dct_diff()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:505:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
505 | __ri static int get_macroblock_address_increment()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:387:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
387 | __ri static int BitstreamInit ()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:349:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
349 | __ri static void IDCT_Add(const int last, s16* block, s16* dest, const int stride)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:325:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
325 | __ri static void IDCT_Copy(s16* block, u8* dest, const int stride)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:216:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
216 | __ri static void IDCT_Block(s16* block)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:209:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
209 | __fi static void BUTTERFLY(int& t0, int& t1, int w0, int w1, int d0, int d1)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:173:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
173 | __ri static u8 getBits8(u8 *address, bool advance)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:149:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
149 | __ri static u8 getBits32(u8 *address, bool advance)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:124:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __ri static u8 getBits64(u8 *address, bool advance)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:114:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
114 | __fi static u32 GETBITS(uint num)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:108:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
108 | __fi static void DUMPBITS(uint num)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:100:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | __fi static int GETWORD()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:86:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
86 | __ri static s32 SBITS(uint bits)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_MultiISA.cpp:74:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __ri static u32 UBITS(uint bits)
| ^~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 38%] Linking CXX static library libGS-avx.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/bin/cmake -P CMakeFiles/GS-avx.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/bin/cmake -E cmake_link_script CMakeFiles/GS-avx.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libGS-avx.a "CMakeFiles/GS-avx.dir/GS/GSBlock.cpp.o" "CMakeFiles/GS-avx.dir/GS/GSLocalMemoryMultiISA.cpp.o" "CMakeFiles/GS-avx.dir/GS/GSXXH.cpp.o" "CMakeFiles/GS-avx.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o" "CMakeFiles/GS-avx.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o" "CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanline.cpp.o" "CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRasterizer.cpp.o" "CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSRendererSW.cpp.o" "CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o" "CMakeFiles/GS-avx.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o" "CMakeFiles/GS-avx.dir/IPU/IPU_MultiISA.cpp.o" "CMakeFiles/GS-avx.dir/IPU/IPUdither.cpp.o" "CMakeFiles/GS-avx.dir/IPU/yuv2rgb.cpp.o" "CMakeFiles/GS-avx.dir/SPU2/ReverbResample.cpp.o"
/usr/bin/x86_64-linux-gnu-ranlib libGS-avx.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 38%] Built target GS-avx
[ 38%] Building CXX object pcsx2/CMakeFiles/GS-sse4.dir/SPU2/ReverbResample.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=1 -DMULTI_ISA_UNSHARED_COMPILATION=isa_sse4 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-sse4.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-sse4.dir/SPU2/ReverbResample.cpp.o -MF CMakeFiles/GS-sse4.dir/SPU2/ReverbResample.cpp.o.d -o CMakeFiles/GS-sse4.dir/SPU2/ReverbResample.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:205:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
205 | StereoOut32 __forceinline ReverbUpsample_sse(V_Core& core)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:149:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
149 | StereoOut32 __forceinline ReverbUpsample_reference(V_Core& core)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:109:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
109 | s32 __forceinline ReverbDownsample_sse(V_Core& core, bool right)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:67:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | s32 __forceinline ReverbDownsample_reference(V_Core& core, bool right)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 38%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/IPU/IPUdither.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/IPU/IPUdither.cpp.o -MF CMakeFiles/GS-avx2.dir/IPU/IPUdither.cpp.o.d -o CMakeFiles/GS-avx2.dir/IPU/IPUdither.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:65:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
65 | __ri void ipu_dither_sse2(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:28:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | __ri void ipu_dither_reference(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdither.cpp:19:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | __ri void ipu_dither(const macroblock_rgb32 &rgb32, macroblock_rgb16 &rgb16, int dte)
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 38%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/IPU/yuv2rgb.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/IPU/yuv2rgb.cpp.o -MF CMakeFiles/GS-avx2.dir/IPU/yuv2rgb.cpp.o.d -o CMakeFiles/GS-avx2.dir/IPU/yuv2rgb.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/yuv2rgb.cpp:51:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
51 | __ri void yuv2rgb_sse2()
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 38%] Building CXX object pcsx2/CMakeFiles/GS-avx2.dir/SPU2/ReverbResample.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_IS_FIRST=0 -DMULTI_ISA_UNSHARED_COMPILATION=isa_avx2 -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -mavx -mavx2 -mbmi -mbmi2 -mfma -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/GS-avx2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/GS-avx2.dir/SPU2/ReverbResample.cpp.o -MF CMakeFiles/GS-avx2.dir/SPU2/ReverbResample.cpp.o.d -o CMakeFiles/GS-avx2.dir/SPU2/ReverbResample.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:205:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
205 | StereoOut32 __forceinline ReverbUpsample_sse(V_Core& core)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:167:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
167 | StereoOut32 __forceinline ReverbUpsample_avx(V_Core& core)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:149:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
149 | StereoOut32 __forceinline ReverbUpsample_reference(V_Core& core)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:109:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
109 | s32 __forceinline ReverbDownsample_sse(V_Core& core, bool right)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:83:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | s32 __forceinline ReverbDownsample_avx(V_Core& core, bool right)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:67:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | s32 __forceinline ReverbDownsample_reference(V_Core& core, bool right)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReverbResample.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 39%] Linking CXX static library libGS-sse4.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/bin/cmake -P CMakeFiles/GS-sse4.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/bin/cmake -E cmake_link_script CMakeFiles/GS-sse4.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libGS-sse4.a "CMakeFiles/GS-sse4.dir/GS/GSBlock.cpp.o" "CMakeFiles/GS-sse4.dir/GS/GSLocalMemoryMultiISA.cpp.o" "CMakeFiles/GS-sse4.dir/GS/GSXXH.cpp.o" "CMakeFiles/GS-sse4.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o" "CMakeFiles/GS-sse4.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o" "CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanline.cpp.o" "CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRasterizer.cpp.o" "CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSRendererSW.cpp.o" "CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o" "CMakeFiles/GS-sse4.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o" "CMakeFiles/GS-sse4.dir/IPU/IPU_MultiISA.cpp.o" "CMakeFiles/GS-sse4.dir/IPU/IPUdither.cpp.o" "CMakeFiles/GS-sse4.dir/IPU/yuv2rgb.cpp.o" "CMakeFiles/GS-sse4.dir/SPU2/ReverbResample.cpp.o"
/usr/bin/x86_64-linux-gnu-ranlib libGS-sse4.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 39%] Built target GS-sse4
[ 39%] Linking CXX static library libGS-avx2.a
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/bin/cmake -P CMakeFiles/GS-avx2.dir/cmake_clean_target.cmake
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/bin/cmake -E cmake_link_script CMakeFiles/GS-avx2.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-ar qc libGS-avx2.a "CMakeFiles/GS-avx2.dir/GS/GSBlock.cpp.o" "CMakeFiles/GS-avx2.dir/GS/GSLocalMemoryMultiISA.cpp.o" "CMakeFiles/GS-avx2.dir/GS/GSXXH.cpp.o" "CMakeFiles/GS-avx2.dir/GS/Renderers/Common/GSVertexTraceFMM.cpp.o" "CMakeFiles/GS-avx2.dir/GS/Renderers/HW/GSRendererHWMultiISA.cpp.o" "CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanline.cpp.o" "CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRasterizer.cpp.o" "CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSRendererSW.cpp.o" "CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o" "CMakeFiles/GS-avx2.dir/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp.o" "CMakeFiles/GS-avx2.dir/IPU/IPU_MultiISA.cpp.o" "CMakeFiles/GS-avx2.dir/IPU/IPUdither.cpp.o" "CMakeFiles/GS-avx2.dir/IPU/yuv2rgb.cpp.o" "CMakeFiles/GS-avx2.dir/SPU2/ReverbResample.cpp.o"
/usr/bin/x86_64-linux-gnu-ranlib libGS-avx2.a
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 39%] Built target GS-avx2
make -f pcsx2/CMakeFiles/PCSX2.dir/build.make pcsx2/CMakeFiles/PCSX2.dir/depend
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/DependInfo.cmake "--color=" PCSX2
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make -f pcsx2/CMakeFiles/PCSX2.dir/build.make pcsx2/CMakeFiles/PCSX2.dir/build
make[4]: Entering directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
[ 39%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx.gch
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -x c++-header -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx.gch -MF CMakeFiles/PCSX2.dir/cmake_pch.hxx.gch.d -o CMakeFiles/PCSX2.dir/cmake_pch.hxx.gch -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx.cxx
[ 39%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/COP0.cpp.o
[ 39%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Cache.cpp.o
[ 39%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Achievements.cpp.o
[ 39%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/COP2.cpp.o
[ 39%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Dmac.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Achievements.cpp.o -MF CMakeFiles/PCSX2.dir/Achievements.cpp.o.d -o CMakeFiles/PCSX2.dir/Achievements.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Achievements.cpp
[ 39%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/BuildVersion.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/COP0.cpp.o -MF CMakeFiles/PCSX2.dir/COP0.cpp.o.d -o CMakeFiles/PCSX2.dir/COP0.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/COP0.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Cache.cpp.o -MF CMakeFiles/PCSX2.dir/Cache.cpp.o.d -o CMakeFiles/PCSX2.dir/Cache.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Cache.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/BuildVersion.cpp.o -MF CMakeFiles/PCSX2.dir/BuildVersion.cpp.o.d -o CMakeFiles/PCSX2.dir/BuildVersion.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/BuildVersion.cpp
[ 40%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Counters.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/COP2.cpp.o -MF CMakeFiles/PCSX2.dir/COP2.cpp.o.d -o CMakeFiles/PCSX2.dir/COP2.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/COP2.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Dmac.cpp.o -MF CMakeFiles/PCSX2.dir/Dmac.cpp.o.d -o CMakeFiles/PCSX2.dir/Dmac.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Counters.cpp.o -MF CMakeFiles/PCSX2.dir/Counters.cpp.o.d -o CMakeFiles/PCSX2.dir/Counters.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp
[ 40%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GameDatabase.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GameDatabase.cpp.o -MF CMakeFiles/PCSX2.dir/GameDatabase.cpp.o.d -o CMakeFiles/PCSX2.dir/GameDatabase.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GameDatabase.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Cache.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/COP2.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/COP0.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/COP0.cpp:108:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
108 | __fi void COP0_UpdatePCCR()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/COP0.cpp:57:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
57 | static __fi bool PERF_ShouldCountEvent(uint evt)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/COP0.cpp:10:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
10 | __ri void cpuUpdateOperationMode()
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 40%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Elfheader.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Elfheader.cpp.o -MF CMakeFiles/PCSX2.dir/Elfheader.cpp.o.d -o CMakeFiles/PCSX2.dir/Elfheader.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Elfheader.cpp
[ 40%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/FW.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/FW.cpp.o -MF CMakeFiles/PCSX2.dir/FW.cpp.o.d -o CMakeFiles/PCSX2.dir/FW.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FW.cpp
[ 40%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/FiFo.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/FiFo.cpp.o -MF CMakeFiles/PCSX2.dir/FiFo.cpp.o.d -o CMakeFiles/PCSX2.dir/FiFo.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FiFo.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
303 | __fi bool dmacWrite32( u32 mem, mem32_t& value )
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:303:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:285:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
285 | __fi u32 dmacRead32( u32 mem )
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:213:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
213 | static __ri void DmaExec( void (*func)(), u32 mem, u32 value )
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:149:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
149 | __ri tDMA_TAG *dmaGetAddr(u32 addr, bool write)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:81:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi tDMA_TAG* SPRdmaGetAddr(u32 addr, bool write)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:75:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi void setDmacStat(u32 num)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:69:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | __fi void throwBusError(const char *s)
| ^~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hardware.h:15,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:999:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
999 | __fi bool rcntWrite32(u32 mem, mem32_t& value)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:999:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:967:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
967 | __fi u16 rcntRead32(u32 mem)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:967:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:953:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
953 | __fi u32 rcntRcount(int index)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:947:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
947 | static __fi void rcntWhold(int index, u32 value)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:929:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
929 | static __fi void rcntWtarget(int index, u32 value)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:911:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
911 | static __fi void rcntWcount(int index, u32 value)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:887:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
887 | static __fi void rcntWmode(int index, u32 value)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:849:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
849 | static __fi void rcntEndGate(bool isVblank, u32 sCycle)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:792:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
792 | static __fi void rcntStartGate(bool isVblank, u32 sCycle)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:777:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
777 | static __fi void _rcntSetGate(int index)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:755:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
755 | __fi void rcntUpdate()
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:736:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
736 | __fi void rcntSyncCounter(int i)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:723:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
723 | __fi bool rcntCanCount(int i)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:702:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
702 | static __fi void _cpuTestOverflow(int i)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:681:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
681 | static __fi void _cpuTestTarget(int i)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:634:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
634 | __fi void rcntUpdate_hScanline()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:587:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
587 | __fi void rcntUpdate_vSync()
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:564:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
564 | static __fi void VSyncEnd(u32 sCycle)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:545:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
545 | static __fi void GSVSync()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:487:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
487 | static __fi void VSyncStart(u32 sCycle)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:434:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
434 | static __fi void DoFMVSwitch()
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:127:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | static __fi void cpuRcntSet()
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Counters.cpp:68:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | static __fi void _rcntSet(int cntidx)
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 41%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/FPU.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/FPU.cpp.o -MF CMakeFiles/PCSX2.dir/FPU.cpp.o.d -o CMakeFiles/PCSX2.dir/FPU.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FPU.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Achievements.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/DebugTools/Debug.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Elfheader.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FPU.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FPU.cpp:97:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | __fi u32 fp_min(u32 a, u32 b)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FPU.cpp:92:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
92 | __fi u32 fp_max(u32 a, u32 b)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GameDatabase.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FiFo.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FiFo.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/FiFo.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:382:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | __fi void SmallStringBase::append_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
396 | __fi void SmallStringBase::format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
362 | __fi SmallStackString<L> SmallStackString<L>::from_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
396 | __fi void SmallStringBase::format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
362 | __fi SmallStackString<L> SmallStackString<L>::from_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Achievements.cpp:14:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Achievements.cpp:13:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Achievements.cpp:11:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:82:38: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
82 | static __fi std::string_view RemoveHash(const std::string_view s)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:80:28: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
80 | static __fi ImVec4 MulAlpha(const ImVec4& v, float a) { return ImVec4(v.x, v.y, v.z, v.w * a); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:79:28: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi ImVec4 ModAlpha(const ImVec4& v, float a) { return ImVec4(v.x, v.y, v.z, a); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:77:28: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
77 | static __fi ImVec2 LayoutUnscale(float x, float y) { return ImVec2(ImCeil(x * g_rcp_layout_scale), ImCeil(y * g_rcp_layout_scale)); }
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:76:28: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
76 | static __fi ImVec2 LayoutUnscale(const ImVec2& v) { return ImVec2(ImCeil(v.x * g_rcp_layout_scale), ImCeil(v.y * g_rcp_layout_scale)); }
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:75:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | static __fi float LayoutUnscale(float v) { return ImCeil(g_rcp_layout_scale * v); }
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:73:28: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __fi ImVec2 LayoutScale(float x, float y) { return ImVec2(ImCeil(x * g_layout_scale), ImCeil(y * g_layout_scale)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:72:28: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
72 | static __fi ImVec2 LayoutScale(const ImVec2& v) { return ImVec2(ImCeil(v.x * g_layout_scale), ImCeil(v.y * g_layout_scale)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/ImGuiFullscreen.h:71:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
71 | static __fi float LayoutScale(float v) { return ImCeil(g_layout_scale * v); }
| ^~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Achievements.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
[ 41%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Gif.cpp.o
[ 41%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GameList.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Gif.cpp.o -MF CMakeFiles/PCSX2.dir/Gif.cpp.o.d -o CMakeFiles/PCSX2.dir/Gif.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GameList.cpp.o -MF CMakeFiles/PCSX2.dir/GameList.cpp.o.d -o CMakeFiles/PCSX2.dir/GameList.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GameList.cpp
[ 41%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Gif_Logger.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Gif_Logger.cpp.o -MF CMakeFiles/PCSX2.dir/Gif_Logger.cpp.o.d -o CMakeFiles/PCSX2.dir/Gif_Logger.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Logger.cpp
[ 41%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Gif_Unit.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Gif_Unit.cpp.o -MF CMakeFiles/PCSX2.dir/Gif_Unit.cpp.o.d -o CMakeFiles/PCSX2.dir/Gif_Unit.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GameList.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:550:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
550 | static __fi void mfifoGIFchain()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:513:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
513 | static __fi bool mfifoGIFrbTransfer()
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:373:23: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
373 | static __fi tDMA_TAG* ReadTag()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:362:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
362 | static __fi bool checkTieBit(tDMA_TAG*& ptag)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:341:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
341 | static __fi void GIFchain()
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:214:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
214 | __fi void gifInterrupt()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:168:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
168 | __fi void gifCheckPathStatus(bool calledFromGIF)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:36:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
36 | static __fi void CalculateFIFOCSR()
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:30:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
30 | __fi void clearFIFOstuff(bool full)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:16:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
16 | static __fi void GifDMAInt(int cycles)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GameList.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Logger.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Logger.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 41%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GS.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GS.cpp.o -MF CMakeFiles/PCSX2.dir/GS.cpp.o.d -o CMakeFiles/PCSX2.dir/GS.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp
[ 41%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GSDumpReplayer.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GSDumpReplayer.cpp.o -MF CMakeFiles/PCSX2.dir/GSDumpReplayer.cpp.o.d -o CMakeFiles/PCSX2.dir/GSDumpReplayer.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GSDumpReplayer.cpp
[ 42%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Host.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Host.cpp.o -MF CMakeFiles/PCSX2.dir/Host.cpp.o.d -o CMakeFiles/PCSX2.dir/Host.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.cpp
[ 42%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Hotkeys.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Hotkeys.cpp.o -MF CMakeFiles/PCSX2.dir/Hotkeys.cpp.o.d -o CMakeFiles/PCSX2.dir/Hotkeys.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hotkeys.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:316:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
316 | __fi u128 gsNonMirroredRead(u32 mem)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:302:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
302 | __fi u64 gsRead64(u32 mem)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:289:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
289 | __fi u32 gsRead32(u32 mem)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:277:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
277 | __fi u16 gsRead16(u32 mem)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:264:9: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
264 | __fi u8 gsRead8(u32 mem)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:153:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
153 | __fi void gsWrite32(u32 mem, u32 value)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:125:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi void gsWrite16(u32 mem, u16 value)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:94:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
94 | __fi void gsWrite8(u32 mem, u8 value)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:84:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi void IMRwrite(u32 value)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:31:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
31 | static __fi void gsCSRwrite( const tGS_CSR& csr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GSDumpReplayer.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GSDumpReplayer.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
[ 42%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Hw.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Hw.cpp.o -MF CMakeFiles/PCSX2.dir/Hw.cpp.o.d -o CMakeFiles/PCSX2.dir/Hw.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hotkeys.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hotkeys.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 42%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/HwRead.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/HwRead.cpp.o -MF CMakeFiles/PCSX2.dir/HwRead.cpp.o.d -o CMakeFiles/PCSX2.dir/HwRead.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwRead.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSTextureCache.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSTextureReplacements.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 42%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/HwWrite.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/HwWrite.cpp.o -MF CMakeFiles/PCSX2.dir/HwWrite.cpp.o.d -o CMakeFiles/PCSX2.dir/HwWrite.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwWrite.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:184:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
184 | __ri bool hwDmacSrcChainWithStack(DMACh& dma, int id) {
| ^~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:142:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __ri void hwMFIFOResume(u32 transferred) {
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:113:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | __ri bool hwMFIFOWrite(u32 addr, const u128* data, uint qwc)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:67:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | __fi uint dmacInterrupt()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:45:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | __fi uint intcInterrupt()
| ^~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/WrappedMemCopy.h:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
25 | __ri static void MemCopy_WrappedSrc(const u128* srcBase, uint& srcStart, uint srcSize, u128* dest, uint len)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/WrappedMemCopy.h:7:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
7 | __ri static void MemCopy_WrappedDest(const u128* src, u128* destBase, uint& destStart, uint destSize, uint len)
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hardware.h:15,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hw.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 42%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/LayeredSettingsInterface.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/LayeredSettingsInterface.cpp.o -MF CMakeFiles/PCSX2.dir/LayeredSettingsInterface.cpp.o.d -o CMakeFiles/PCSX2.dir/LayeredSettingsInterface.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/LayeredSettingsInterface.cpp
[ 42%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/INISettingsInterface.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/INISettingsInterface.cpp.o -MF CMakeFiles/PCSX2.dir/INISettingsInterface.cpp.o.d -o CMakeFiles/PCSX2.dir/INISettingsInterface.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/INISettingsInterface.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SettingsInterface.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/LayeredSettingsInterface.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/LayeredSettingsInterface.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwRead.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | static __ri const char* _eelog_GetHwName( u32 addr, T val )
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
256 | static __ri void eeHwTraceLog( u32 addr, T val, bool mode )
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | static __ri const char* _eelog_GetHwName( u32 addr, T val )
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
256 | static __ri void eeHwTraceLog( u32 addr, T val, bool mode )
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwRead.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwRead.cpp:14:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | static __fi void IntCHackCheck()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:11:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
11 | static __ri bool _eelog_enabled( u32 addr )
| ^~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwRead.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hardware.h:15,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwRead.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 43%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Interpreter.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Interpreter.cpp.o -MF CMakeFiles/PCSX2.dir/Interpreter.cpp.o.d -o CMakeFiles/PCSX2.dir/Interpreter.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Interpreter.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SettingsInterface.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/INISettingsInterface.h:5,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/INISettingsInterface.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwWrite.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | static __ri const char* _eelog_GetHwName( u32 addr, T val )
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:28:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
256 | static __ri void eeHwTraceLog( u32 addr, T val, bool mode )
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:256:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwWrite.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwWrite.cpp:17:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ps2/eeHwTraceLog.inl:11:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
11 | static __ri bool _eelog_enabled( u32 addr )
| ^~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwWrite.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwWrite.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Hardware.h:15,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/HwWrite.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 43%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IopBios.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IopBios.cpp.o -MF CMakeFiles/PCSX2.dir/IopBios.cpp.o.d -o CMakeFiles/PCSX2.dir/IopBios.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopBios.cpp
[ 43%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IopCounters.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IopCounters.cpp.o -MF CMakeFiles/PCSX2.dir/IopCounters.cpp.o.d -o CMakeFiles/PCSX2.dir/IopCounters.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopCounters.cpp
[ 43%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IopDma.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IopDma.cpp.o -MF CMakeFiles/PCSX2.dir/IopDma.cpp.o.d -o CMakeFiles/PCSX2.dir/IopDma.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopDma.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Interpreter.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Interpreter.cpp:219:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
219 | static __fi void _doBranch_shared(u32 tar)
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopCounters.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopCounters.cpp:634:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
634 | __fi void psxRcntWmode32(int index, u32 value)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopCounters.cpp:555:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
555 | __fi void psxRcntWmode16(int index, u32 value)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopCounters.cpp:264:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
264 | static __fi void _rcntTestOverflow(int i)
| ^~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopCounters.cpp:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopCounters.cpp:14:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopBios.cpp: In function ‘int R3000A::ioman::read_HLE()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopBios.cpp:857:40: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
857 | if (v0 >= 0 && iopMemSafeWriteBytes(data, buf.get(), v0))
| ^
[ 43%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IopGte.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IopGte.cpp.o -MF CMakeFiles/PCSX2.dir/IopGte.cpp.o.d -o CMakeFiles/PCSX2.dir/IopGte.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopGte.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopDma.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopDma.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 43%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IopHw.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IopHw.cpp.o -MF CMakeFiles/PCSX2.dir/IopHw.cpp.o.d -o CMakeFiles/PCSX2.dir/IopHw.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.cpp
[ 43%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IopIrq.cpp.o
[ 44%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IopMem.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IopIrq.cpp.o -MF CMakeFiles/PCSX2.dir/IopIrq.cpp.o.d -o CMakeFiles/PCSX2.dir/IopIrq.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopIrq.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IopMem.cpp.o -MF CMakeFiles/PCSX2.dir/IopMem.cpp.o.d -o CMakeFiles/PCSX2.dir/IopMem.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopBios.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h: At global scope:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopBios.cpp:155:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
155 | static __fi std::string clean_path(const std::string& path)
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopBios.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 44%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/PINE.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/PINE.cpp.o -MF CMakeFiles/PCSX2.dir/PINE.cpp.o.d -o CMakeFiles/PCSX2.dir/PINE.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/PINE.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopGte.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopGte.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.cpp:38:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | __fi void psxHw4Write8(u32 add, u8 value)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.cpp:30:9: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
30 | __fi u8 psxHw4Read8(u32 add)
| ^~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.cpp:11:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:31:22: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
31 | static __fi const T* iopVirtMemR( u32 mem )
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:19:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi T* iopVirtMemW( u32 mem )
| ^~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopIrq.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopIrq.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
[ 44%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Mdec.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Mdec.cpp.o -MF CMakeFiles/PCSX2.dir/Mdec.cpp.o.d -o CMakeFiles/PCSX2.dir/Mdec.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Mdec.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/PINE.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
[ 44%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Memory.cpp.o
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Memory.cpp.o -MF CMakeFiles/PCSX2.dir/Memory.cpp.o.d -o CMakeFiles/PCSX2.dir/Memory.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.cpp
[ 44%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/MMI.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/MMI.cpp.o -MF CMakeFiles/PCSX2.dir/MMI.cpp.o.d -o CMakeFiles/PCSX2.dir/MMI.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Mdec.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Mdec.cpp:11:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1530:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1530 | __fi void _PDIVUW(int dd, int ss)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1514:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1514 | __fi void _PMULTUW(int dd, int ss)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1463:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1463 | static __fi void _PMADDUW(int dd, int ss)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1412:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1412 | __fi void _PDIVBW(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1319:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1319 | static __fi void _PHMSBH_HI(int dd, int n)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1311:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1311 | static __fi void _PHMSBH_LO(int dd, int n)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1235:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1235 | __fi void _PHMADH_HI(int dd, int n)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1226:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1226 | __fi void _PHMADH_LO(int dd, int n)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1152:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1152 | __fi void _PDIVW(int dd, int ss)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1137:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1137 | __fi void _PMULTW(int dd, int ss)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1084:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1084 | __fi void _PMSUBW(int dd, int ss)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:1036:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1036 | static __fi void _PMADDW(int dd, int ss)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:943:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
943 | __fi void _PSUBUB(int n) {
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:924:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
924 | __fi void _PADDUB(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:889:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
889 | __fi void _PSUBUH(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:871:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
871 | __fi void _PADDUH(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:842:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
842 | __fi void _PSUBUW(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:825:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
825 | __fi void _PADDUW(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:809:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
809 | __fi void _PCEQB(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:794:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
794 | static __fi void _PMINH( u8 n )
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:779:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
779 | static __fi void _PCEQH( u8 n )
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:762:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
762 | static __fi void _PABSH(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:741:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
741 | static __fi void _PMINW( u8 n )
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:727:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
727 | static __fi void _PCEQW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:711:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
711 | static __fi void _PABSW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:693:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
693 | __fi void _PPAC5(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:678:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
678 | __fi void _PEXT5(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:603:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
603 | static __fi void _PSUBSB( u8 n )
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:582:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
582 | __fi void _PADDSB(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:530:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
530 | __fi void _PSUBSH(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:510:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
510 | __fi void _PADDSH(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:463:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
463 | static __fi void _PSUBSW(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:444:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
444 | static __fi void _PADDSW(int n)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:428:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
428 | static __fi void _PCGTB(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:415:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
415 | static __fi void _PSUBB(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:402:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
402 | static __fi void _PADDB(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:387:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
387 | static __fi void _PMAXH(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:372:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
372 | static __fi void _PCGTH(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:360:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
360 | static __fi void _PSUBH(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:348:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
348 | static __fi void _PADDH(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:334:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
334 | static __fi void _PMAXW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:320:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
320 | static __fi void _PCGTW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:309:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
309 | static __fi void _PSUBW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:298:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
298 | static __fi void _PADDW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:284:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
284 | static __fi void _PSRAW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:273:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
273 | static __fi void _PSRLW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:262:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
262 | static __fi void _PSLLW(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:250:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
250 | static __fi void _PSRAH(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:238:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
238 | static __fi void _PSRLH(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:226:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
226 | static __fi void _PSLLH(int n)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MMI.cpp:144:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
144 | __fi void PMFHL_CLAMP(u16& dst, s32 src)
| ^~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 44%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/MTGS.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/MTGS.cpp.o -MF CMakeFiles/PCSX2.dir/MTGS.cpp.o.d -o CMakeFiles/PCSX2.dir/MTGS.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.cpp
[ 45%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/MTVU.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/MTVU.cpp.o -MF CMakeFiles/PCSX2.dir/MTVU.cpp.o.d -o CMakeFiles/PCSX2.dir/MTVU.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp
[ 45%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Patch.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Patch.cpp.o -MF CMakeFiles/PCSX2.dir/Patch.cpp.o.d -o CMakeFiles/PCSX2.dir/Patch.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Patch.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.cpp:832:38: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
832 | template<int vunum> static __fi void ClearVuFunc(u32 addr, u32 size) {
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.cpp:832:38: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.cpp:27:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.cpp:30:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.cpp:28:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.cpp:26:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:328:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
328 | __fi void VU_Thread::WriteRegs(VIFregisters* src)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:322:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
322 | __fi void VU_Thread::Write(const void* src, u32 size)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:316:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
316 | __fi void VU_Thread::Write(u32 val)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:304:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
304 | __fi void VU_Thread::ReadRegs(VIFregisters* dest)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:298:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
298 | __fi void VU_Thread::Read(void* dest, u32 size)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:291:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
291 | __fi u32 VU_Thread::Read()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:286:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
286 | __fi void VU_Thread::CommitReadPos()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:276:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | __fi void VU_Thread::CommitWritePos()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:270:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
270 | __fi u32* VU_Thread::GetWritePtr()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:264:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
264 | __fi s32 VU_Thread::GetWritePos()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:258:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
258 | __fi s32 VU_Thread::GetReadPos()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:212:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
212 | __ri void VU_Thread::WaitOnSize(s32 size)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:18:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
18 | static __fi u32 size_u32(u32 x) { return (x + 3) >> 2; }
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.cpp:818:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
818 | __fi void MTGS::_FinishSimplePacket()
| ^~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.cpp:15:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/WrappedMemCopy.h:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
25 | __ri static void MemCopy_WrappedSrc(const u128* srcBase, uint& srcStart, uint srcSize, u128* dest, uint len)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/WrappedMemCopy.h:7:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
7 | __ri static void MemCopy_WrappedDest(const u128* src, u128* destBase, uint& destStart, uint destSize, uint len)
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 45%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Pcsx2Config.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Pcsx2Config.cpp.o -MF CMakeFiles/PCSX2.dir/Pcsx2Config.cpp.o.d -o CMakeFiles/PCSX2.dir/Pcsx2Config.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Pcsx2Config.cpp
[ 45%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/PerformanceMetrics.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/PerformanceMetrics.cpp.o -MF CMakeFiles/PCSX2.dir/PerformanceMetrics.cpp.o.d -o CMakeFiles/PCSX2.dir/PerformanceMetrics.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/PerformanceMetrics.cpp
[ 45%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/R3000A.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/R3000A.cpp.o -MF CMakeFiles/PCSX2.dir/R3000A.cpp.o.d -o CMakeFiles/PCSX2.dir/R3000A.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Patch.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:382:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | __fi void SmallStringBase::append_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
362 | __fi SmallStackString<L> SmallStackString<L>::from_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Patch.cpp:19:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Patch.cpp:18:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
[ 45%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/R3000AInterpreter.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/R3000AInterpreter.cpp.o -MF CMakeFiles/PCSX2.dir/R3000AInterpreter.cpp.o.d -o CMakeFiles/PCSX2.dir/R3000AInterpreter.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000AInterpreter.cpp
[ 45%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/R3000AOpcodeTables.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/R3000AOpcodeTables.cpp.o -MF CMakeFiles/PCSX2.dir/R3000AOpcodeTables.cpp.o.d -o CMakeFiles/PCSX2.dir/R3000AOpcodeTables.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000AOpcodeTables.cpp
[ 46%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/R5900.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/R5900.cpp.o -MF CMakeFiles/PCSX2.dir/R5900.cpp.o.d -o CMakeFiles/PCSX2.dir/R5900.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000AOpcodeTables.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SettingsInterface.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Pcsx2Config.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:207:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
207 | __ri void iopEventTest()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void _psxTestInterrupts()
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:163:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
163 | static __fi void Sio0TestEvent(IopEventId n)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:150:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
150 | static __fi void IopTestEvent( IopEventId n, void (*callback)() )
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:127:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi void PSX_INT( IopEventId n, s32 ecycle )
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:119:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi int psxRemainingCycles(IopEventId n)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:111:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
111 | __fi int psxTestCycle( u32 startCycle, s32 delta )
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:106:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
106 | __fi void psxSetNextBranchDelta( s32 delta )
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:97:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | __fi void psxSetNextBranch( u32 startCycle, s32 delta )
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000A.cpp:13:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:362:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
362 | __fi SmallStackString<L> SmallStackString<L>::from_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Pcsx2Config.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 46%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/R5900OpcodeImpl.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/R5900OpcodeImpl.cpp.o -MF CMakeFiles/PCSX2.dir/R5900OpcodeImpl.cpp.o.d -o CMakeFiles/PCSX2.dir/R5900OpcodeImpl.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900OpcodeImpl.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/PerformanceMetrics.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/PerformanceMetrics.cpp:15:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 46%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/R5900OpcodeTables.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/R5900OpcodeTables.cpp.o -MF CMakeFiles/PCSX2.dir/R5900OpcodeTables.cpp.o.d -o CMakeFiles/PCSX2.dir/R5900OpcodeTables.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900OpcodeTables.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000AInterpreter.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000AInterpreter.cpp:204:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
204 | static __fi void execI()
| ^~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R3000AInterpreter.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 46%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SaveState.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SaveState.cpp.o -MF CMakeFiles/PCSX2.dir/SaveState.cpp.o.d -o CMakeFiles/PCSX2.dir/SaveState.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp
[ 46%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/ShiftJisToUnicode.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/ShiftJisToUnicode.cpp.o -MF CMakeFiles/PCSX2.dir/ShiftJisToUnicode.cpp.o.d -o CMakeFiles/PCSX2.dir/ShiftJisToUnicode.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ShiftJisToUnicode.cpp
[ 46%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Sif.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Sif.cpp.o -MF CMakeFiles/PCSX2.dir/Sif.cpp.o.d -o CMakeFiles/PCSX2.dir/Sif.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ShiftJisToUnicode.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 46%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Sif0.cpp.o
[ 47%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Sif1.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Sif0.cpp.o -MF CMakeFiles/PCSX2.dir/Sif0.cpp.o.d -o CMakeFiles/PCSX2.dir/Sif0.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Sif1.cpp.o -MF CMakeFiles/PCSX2.dir/Sif1.cpp.o.d -o CMakeFiles/PCSX2.dir/Sif1.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:521:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
521 | __fi void CPU_INT( EE_EventType n, s32 ecycle)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:513:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
513 | __fi void CPU_SET_DMASTALL(EE_EventType n, bool set)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:506:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
506 | __fi void cpuTestHwInts()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:497:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
497 | __fi void cpuTestTIMRInts()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:478:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
478 | __fi void cpuTestDMACInts()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:460:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
460 | __ri void cpuTestINTCInts()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:361:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
361 | __fi void _cpuEventTest_Shared()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:336:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
336 | static __fi void _cpuTestPERF()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:318:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
318 | static __fi void _cpuTestTIMR()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:260:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
260 | static __fi bool _cpuTestInterrupts()
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:245:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
245 | static __fi void TESTINT( u8 n, void (*callback)() )
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:238:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
238 | __fi void cpuClearInt( uint i )
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:233:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
233 | __fi void cpuSetEvent()
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:224:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
224 | __fi int cpuTestCycle( u32 startCycle, s32 delta )
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:210:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
210 | __fi int cpuGetCycles(int interrupt)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:205:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
205 | __fi void cpuSetNextEventDelta( s32 delta )
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:193:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
193 | __fi void cpuSetNextEvent( u32 startCycle, s32 delta )
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:94:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
94 | __ri void cpuException(u32 code, u32 bd)
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:20:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900.cpp:13:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900OpcodeImpl.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900OpcodeImpl.cpp:44:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
44 | static __fi bool _add32_Overflow( s32 x, s32 y, s64 &ret )
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/R5900OpcodeImpl.cpp:22:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
22 | static __fi bool _add64_Overflow( s64 x, s64 y, s64 &ret )
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:343:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
343 | __fi void dmaSIF0()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:337:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
337 | __fi void EEsif0Interrupt()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:331:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
331 | __fi void sif0Interrupt()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:293:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
293 | __fi void SIF0Dma()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:284:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
284 | static __fi void Sif0End()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:257:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
257 | static __fi void HandleIOPTransfer()
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:184:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
184 | static __fi void HandleEETransfer()
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:162:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
162 | static __fi void EndIOP()
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:147:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
147 | static __fi void EndEE()
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:116:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
116 | static __fi bool ProcessIOPTag()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:79:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi bool ProcessEETag()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:60:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
60 | static __fi bool WriteIOPtoFifo()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:24:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
24 | static __fi bool WriteFifoToEE()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:15:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
15 | static __fi void Sif0Init()
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif0.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:319:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
319 | __fi void dmaSIF1()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:311:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
311 | __fi void EEsif1Interrupt()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:305:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
305 | __fi void sif1Interrupt()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:263:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
263 | __fi void SIF1Dma()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:254:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
254 | static __fi void Sif1End()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:228:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
228 | static __fi void HandleIOPTransfer()
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:169:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
169 | static __fi void HandleEETransfer()
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
148 | static __fi void EndIOP()
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:128:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
128 | static __fi void EndEE()
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:106:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
106 | static __fi bool SIFIOPReadTag()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:71:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
71 | static __fi bool ProcessEETag()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi bool WriteFifoToIOP()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
25 | static __fi bool WriteEEtoFifo()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:16:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
16 | static __fi void Sif1Init()
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Sif1.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
[ 47%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/sif2.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/sif2.cpp.o -MF CMakeFiles/PCSX2.dir/sif2.cpp.o.d -o CMakeFiles/PCSX2.dir/sif2.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp
[ 47%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SIO/Sio.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SIO/Sio.cpp.o -MF CMakeFiles/PCSX2.dir/SIO/Sio.cpp.o.d -o CMakeFiles/PCSX2.dir/SIO/Sio.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Sio.cpp
[ 47%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SIO/Sio2.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SIO/Sio2.cpp.o -MF CMakeFiles/PCSX2.dir/SIO/Sio2.cpp.o.d -o CMakeFiles/PCSX2.dir/SIO/Sio2.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Sio2.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Cache.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:18:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
[ 47%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SIO/Sio0.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SIO/Sio0.cpp.o -MF CMakeFiles/PCSX2.dir/SIO/Sio0.cpp.o.d -o CMakeFiles/PCSX2.dir/SIO/Sio0.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Sio0.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:358:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
358 | __fi void dmaSIF2()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:352:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
352 | __fi void EEsif2Interrupt()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:339:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
339 | __fi void sif2Interrupt()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:308:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
308 | __fi void SIF2Dma()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:299:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
299 | static __fi void Sif2End()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:271:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
271 | static __fi void HandleIOPTransfer()
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:197:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
197 | static __fi void HandleEETransfer()
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:178:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
178 | static __fi void EndIOP()
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:163:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
163 | static __fi void EndEE()
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:134:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | static __fi bool ProcessIOPTag()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:99:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | static __fi bool ProcessEETag()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:79:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi bool WriteIOPtoFifo()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:50:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
50 | static __fi bool WriteFifoToEE()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:34:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
34 | __fi bool ReadFifoSingleWord()
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:23:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
23 | __fi bool WriteFifoSingleWord()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:15:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
15 | static __fi void Sif2Init()
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/sif2.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 47%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SIO/Multitap/MultitapProtocol.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SIO/Multitap/MultitapProtocol.cpp.o -MF CMakeFiles/PCSX2.dir/SIO/Multitap/MultitapProtocol.cpp.o.d -o CMakeFiles/PCSX2.dir/SIO/Multitap/MultitapProtocol.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Multitap/MultitapProtocol.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Sio2.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
In function ‘bool SaveState_AddToZip(zip_t*, ArchiveEntryList*, SaveStateScreenshotData*)’,
inlined from ‘bool SaveState_ZipToDisk(std::unique_ptr<ArchiveEntryList>, std::unique_ptr<SaveStateScreenshotData>, const char*, Error*)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:1061:25:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:1009:41: warning: ‘compression’ may be used uninitialized [-Wmaybe-uninitialized]
1009 | zip_set_file_compression(zf, fi, compression, compression_level);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp: In function ‘bool SaveState_ZipToDisk(std::unique_ptr<ArchiveEntryList>, std::unique_ptr<SaveStateScreenshotData>, const char*, Error*)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:929:13: note: ‘compression’ was declared here
929 | u32 compression;
| ^~~~~~~~~~~
In function ‘bool SaveState_AddToZip(zip_t*, ArchiveEntryList*, SaveStateScreenshotData*)’,
inlined from ‘bool SaveState_ZipToDisk(std::unique_ptr<ArchiveEntryList>, std::unique_ptr<SaveStateScreenshotData>, const char*, Error*)’ at /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:1061:25:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:1009:41: warning: ‘compression_level’ may be used uninitialized [-Wmaybe-uninitialized]
1009 | zip_set_file_compression(zf, fi, compression, compression_level);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp: In function ‘bool SaveState_ZipToDisk(std::unique_ptr<ArchiveEntryList>, std::unique_ptr<SaveStateScreenshotData>, const char*, Error*)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SaveState.cpp:930:13: note: ‘compression_level’ was declared here
930 | u32 compression_level;
| ^~~~~~~~~~~~~~~~~
[ 47%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardFile.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardFile.cpp.o -MF CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardFile.cpp.o.d -o CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardFile.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Memcard/MemoryCardFile.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Sio2.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SettingsInterface.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Input/InputManager.h:14,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Pad/Pad.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Sio0.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Sio0.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Sio0.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Multitap/MultitapProtocol.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 48%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardFolder.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardFolder.cpp.o -MF CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardFolder.cpp.o.d -o CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardFolder.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Memcard/MemoryCardFolder.cpp
[ 48%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardProtocol.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardProtocol.cpp.o -MF CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardProtocol.cpp.o.d -o CMakeFiles/PCSX2.dir/SIO/Memcard/MemoryCardProtocol.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SIO/Memcard/MemoryCardProtocol.cpp
[ 48%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SourceLog.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SourceLog.cpp.o -MF CMakeFiles/PCSX2.dir/SourceLog.cpp.o.d -o CMakeFiles/PCSX2.dir/SourceLog.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SourceLog.cpp
[ 48%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPR.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPR.cpp.o -MF CMakeFiles/PCSX2.dir/SPR.cpp.o.d -o CMakeFiles/PCSX2.dir/SPR.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPR.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/DebugTools/Debug.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SourceLog.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 48%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/StateWrapper.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/StateWrapper.cpp.o -MF CMakeFiles/PCSX2.dir/StateWrapper.cpp.o.d -o CMakeFiles/PCSX2.dir/StateWrapper.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/StateWrapper.cpp
[ 48%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Vif0_Dma.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Vif0_Dma.cpp.o -MF CMakeFiles/PCSX2.dir/Vif0_Dma.cpp.o.d -o CMakeFiles/PCSX2.dir/Vif0_Dma.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif0_Dma.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPR.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPR.cpp:394:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
394 | __fi void SPR1chain()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPR.cpp:358:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
358 | __fi static void SPR1transfer(const void* data, int qwc)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPR.cpp:223:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
223 | static __fi void _dmaSPR0()
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPR.cpp:167:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
167 | __fi void SPR0chain()
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPR.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 49%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Vif1_Dma.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Vif1_Dma.cpp.o -MF CMakeFiles/PCSX2.dir/Vif1_Dma.cpp.o.d -o CMakeFiles/PCSX2.dir/Vif1_Dma.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_Dma.cpp
[ 49%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Vif1_MFIFO.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Vif1_MFIFO.cpp.o -MF CMakeFiles/PCSX2.dir/Vif1_MFIFO.cpp.o.d -o CMakeFiles/PCSX2.dir/Vif1_MFIFO.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_MFIFO.cpp
[ 49%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Vif.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Vif.cpp.o -MF CMakeFiles/PCSX2.dir/Vif.cpp.o.d -o CMakeFiles/PCSX2.dir/Vif.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif0_Dma.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif0_Dma.cpp:167:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
167 | __fi void vif0Interrupt()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif0_Dma.cpp:124:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi void vif0VUFinish()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif0_Dma.cpp:53:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | __fi void vif0SetupTransfer()
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif0_Dma.cpp:13:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
13 | __fi void vif0FLUSH()
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif0_Dma.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 49%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Vif_Codes.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Vif_Codes.cpp.o -MF CMakeFiles/PCSX2.dir/Vif_Codes.cpp.o.d -o CMakeFiles/PCSX2.dir/Vif_Codes.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp
[ 49%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Vif_Transfer.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Vif_Transfer.cpp.o -MF CMakeFiles/PCSX2.dir/Vif_Transfer.cpp.o.d -o CMakeFiles/PCSX2.dir/Vif_Transfer.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Transfer.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp: In function ‘void vif1STAT(u32)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:243:48: warning: casting ‘u32’ {aka ‘unsigned int’} to ‘tVIF_STAT&’ does not use ‘tVIF_STAT::tVIF_STAT(u32)’ [-Wcast-user-defined]
243 | if ((vif1Regs.stat.FDR) ^ ((tVIF_STAT&)value).FDR)
| ^~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_Dma.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_Dma.cpp:277:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
277 | __fi void vif1Interrupt()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_Dma.cpp:220:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
220 | __fi void vif1VUFinish()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_Dma.cpp:137:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi void vif1SetupTransfer()
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_Dma.cpp:14:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __fi void vif1FLUSH()
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_Dma.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_Dma.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h: At global scope:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:344:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
344 | _vifT __fi bool vifWrite32(u32 mem, u32 value)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:344:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:297:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
297 | _vifT __fi u32 vifRead32(u32 mem)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:297:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:238:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
238 | __fi void vif1STAT(u32 value)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:142:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi void vif1FBRST(u32 value)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:67:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
67 | __fi void vif0FBRST(u32 value)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_MFIFO.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_MFIFO.cpp:100:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | static __fi void mfifo_VIF1chain()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_MFIFO.cpp:36:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
36 | static __fi bool mfifoVIF1rbTransfer()
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_MFIFO.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif1_MFIFO.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Transfer.cpp:58:24: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | _vifT static __fi bool vifTransfer(u32 *data, int size, bool TTE) {
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Transfer.cpp:58:24: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Transfer.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Transfer.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 49%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/Vif_Unpack.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/Vif_Unpack.cpp.o -MF CMakeFiles/PCSX2.dir/Vif_Unpack.cpp.o.d -o CMakeFiles/PCSX2.dir/Vif_Unpack.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp
[ 49%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VMManager.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VMManager.cpp.o -MF CMakeFiles/PCSX2.dir/VMManager.cpp.o.d -o CMakeFiles/PCSX2.dir/VMManager.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VMManager.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:142:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi int _vifCode_Direct(int pass, const u8* data, bool isDirectHL)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:594:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
594 | static __fi int _vifCode_STColRow(const u32* data, u32* pmem2)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:142:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi int _vifCode_Direct(int pass, const u8* data, bool isDirectHL)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:594:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
594 | static __fi int _vifCode_STColRow(const u32* data, u32* pmem2)
| ^~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:310:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
310 | static __fi void _vifCode_MPG(int idx, u32 addr, const u32* data, int size)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:72:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
72 | static __fi void vuExecMicro(int idx, u32 addr, bool requires_wait)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:60:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
60 | static __fi void vifFlush(int idx)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:55:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
55 | static __fi EE_EventType vif1InternalIrq()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:28:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | __ri void vifExecQueue(int idx)
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Codes.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 50%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/vtlb.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/vtlb.cpp.o -MF CMakeFiles/PCSX2.dir/vtlb.cpp.o.d -o CMakeFiles/PCSX2.dir/vtlb.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp
[ 50%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VU0.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VU0.cpp.o -MF CMakeFiles/PCSX2.dir/VU0.cpp.o.d -o CMakeFiles/PCSX2.dir/VU0.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
25 | static __ri void writeXYZW(u32 offnum, u32 &dest, u32 data) {
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:25:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:450:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
450 | __ri void _nVifUnpackLoop(const u8* data)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:450:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:450:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:450:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:450:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:450:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:450:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:450:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:518:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
518 | __fi void _nVifUnpack(int idx, const u8* data, uint mode, bool isFill)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:318:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
318 | static __fi u8* getVUptr(uint idx, int offset)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:17:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
17 | static __fi u32 setVifRow(vifStruct& vif, u32 reg, u32 data) {
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Unpack.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0.cpp:44:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
44 | __fi void _vu0run(bool breakOnMbit, bool addCycles, bool sync_only) {
| ^~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0.cpp:18:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0.cpp: In function ‘void CTC2()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0.cpp:202:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
202 | VU0.clipflag = cpuRegs.GPR.r[_Rt_].UL[0];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0.cpp:203:17: note: here
203 | default:
| ^~~~~~~
[ 50%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VUmicro.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VUmicro.cpp.o -MF CMakeFiles/PCSX2.dir/VUmicro.cpp.o.d -o CMakeFiles/PCSX2.dir/VUmicro.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUmicro.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:19:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:1476:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1476 | static __fi void mmap_ClearCpuBlock(uint offset)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:800:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
800 | __fi u32 vtlb_V2P(u32 vaddr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:792:12: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
792 | __fi void* vtlb_GetPhyPtr(u32 paddr)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:714:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
714 | __ri vtlbHandler vtlb_RegisterHandler(vtlbMemR8FP* r8, vtlbMemR16FP* r16, vtlbMemR32FP* r32, vtlbMemR64FP* r64, vtlbMemR128FP* r128,
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:680:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
680 | __ri void vtlb_ReassignHandler(vtlbHandler rv,
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:550:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
550 | static __ri void vtlb_BusError(u32 addr, u32 mode)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:514:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
514 | static __ri void vtlb_Miss(u32 addr, u32 mode)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.cpp:23:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 50%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VU0micro.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VU0micro.cpp.o -MF CMakeFiles/PCSX2.dir/VU0micro.cpp.o.d -o CMakeFiles/PCSX2.dir/VU0micro.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0micro.cpp
[ 50%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VU0microInterp.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VU0microInterp.cpp.o -MF CMakeFiles/PCSX2.dir/VU0microInterp.cpp.o.d -o CMakeFiles/PCSX2.dir/VU0microInterp.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0microInterp.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUmicro.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUmicro.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUmicro.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0micro.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0micro.cpp:28:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | static __fi void vu0SetMicroFlags(u32* flags, u32 value)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0micro.cpp:22:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
22 | static __fi u32 vu0DenormalizeMicroStatus(u32 nstatus)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 50%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VU1micro.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VU1micro.cpp.o -MF CMakeFiles/PCSX2.dir/VU1micro.cpp.o.d -o CMakeFiles/PCSX2.dir/VU1micro.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU1micro.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Host.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VMManager.cpp:19:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
[ 50%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VU1microInterp.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VU1microInterp.cpp.o -MF CMakeFiles/PCSX2.dir/VU1microInterp.cpp.o.d -o CMakeFiles/PCSX2.dir/VU1microInterp.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU1microInterp.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU0microInterp.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/DEV9/SimpleQueue.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/DEV9/InternalServers/DHCP_Server.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/DEV9/net.h:28,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/DEV9/DEV9.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VMManager.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
105 | __fi static void Write(LOGLEVEL level, ConsoleColors color, fmt::format_string<T...> fmt, T&&... args)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:382:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
382 | __fi void SmallStringBase::append_format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/Console.h:105:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
105 | __fi static void Write(LOGLEVEL level, ConsoleColors color, fmt::format_string<T...> fmt, T&&... args)
| ^~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86emitter.h:32,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VMManager.cpp:56:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:45:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
45 | static __fi bool is_s8(T imm)
| ^~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSTextureCache.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/HW/GSTextureReplacements.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VMManager.cpp:15:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VMManager.cpp:14:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1040:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1040 | static __fi xAddressVoid operator+(sptr addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:1035:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1035 | static __fi xAddressVoid operator+(const void* addr, const xAddressReg& reg)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:788:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
788 | static __fi xAddressVoid operator+(sptr addr, const xAddressVoid& right)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/emitter/x86types.h:783:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
783 | static __fi xAddressVoid operator+(const void* addr, const xAddressVoid& right)
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VMManager.cpp:26:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VMManager.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:52:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static __fi void lba_to_msf(s32 lba, u8* m, u8* s, u8* f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:38:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi void lsn_to_msf(u8* Time, s32 lsn) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:29:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
29 | static __fi s32 msf_to_lba(const u8 m, const u8 s, const u8 f) noexcept
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/CDVD/CDVD.h:19:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
19 | static __fi s32 msf_to_lsn(const u8* Time) noexcept
| ^~~~~~~~~~
[ 51%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VUflags.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VUflags.cpp.o -MF CMakeFiles/PCSX2.dir/VUflags.cpp.o.d -o CMakeFiles/PCSX2.dir/VUflags.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU1micro.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU1micro.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 51%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VUmicroMem.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VUmicroMem.cpp.o -MF CMakeFiles/PCSX2.dir/VUmicroMem.cpp.o.d -o CMakeFiles/PCSX2.dir/VUmicroMem.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUmicroMem.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:89:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
89 | __ri void VU_STAT_UPDATE(VURegs * VU) {
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:84:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | __fi void VU_MACw_CLEAR(VURegs * VU)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:79:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | __fi void VU_MACz_CLEAR(VURegs * VU)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:74:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi void VU_MACy_CLEAR(VURegs * VU)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:69:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | __fi void VU_MACx_CLEAR(VURegs * VU)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:64:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | __fi u32 VU_MACw_UPDATE(VURegs * VU, float w)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:59:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | __fi u32 VU_MACz_UPDATE(VURegs * VU, float z)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:54:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
54 | __fi u32 VU_MACy_UPDATE(VURegs * VU, float y)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:49:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | __fi u32 VU_MACx_UPDATE(VURegs * VU, float x)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUflags.cpp:15:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
15 | static __ri u32 VU_MAC_UPDATE( int shift, VURegs * VU, float f )
| ^~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU1microInterp.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU1microInterp.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VU1microInterp.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 51%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/VUops.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/VUops.cpp.o -MF CMakeFiles/PCSX2.dir/VUops.cpp.o.d -o CMakeFiles/PCSX2.dir/VUops.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp
[ 51%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IPU/IPU.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IPU/IPU.cpp.o -MF CMakeFiles/PCSX2.dir/IPU/IPU.cpp.o.d -o CMakeFiles/PCSX2.dir/IPU/IPU.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUmicroMem.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUmicroMem.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 51%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IPU/IPU_Fifo.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IPU/IPU_Fifo.cpp.o -MF CMakeFiles/PCSX2.dir/IPU/IPU_Fifo.cpp.o.d -o CMakeFiles/PCSX2.dir/IPU/IPU_Fifo.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_Fifo.cpp
[ 51%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/IPU/IPUdma.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/IPU/IPUdma.cpp.o -MF CMakeFiles/PCSX2.dir/IPU/IPUdma.cpp.o.d -o CMakeFiles/PCSX2.dir/IPU/IPUdma.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdma.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:455:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
455 | __fi void IPUCMD_WRITE(u32 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:420:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
420 | static __ri void ipuBDEC(tIPU_CMD_BDEC bdec)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:393:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
393 | static __ri void ipuIDEC(tIPU_CMD_IDEC idec)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:361:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
361 | __fi bool ipuWrite64(u32 mem, u64 value)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:326:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
326 | __fi bool ipuWrite32(u32 mem, u32 value)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:266:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
266 | __fi u64 ipuRead64(u32 mem)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:216:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
216 | __fi u32 ipuRead32(u32 mem)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:81:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi void IPUProcessInterrupt()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU.cpp:49:16: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | __ri static u8 getBits32(u8* address, bool advance)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPU_Fifo.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdma.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdma.cpp:290:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
290 | __fi void ipu1Interrupt()
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdma.cpp:232:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
232 | __fi void dmaIPU1() // toIPU
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdma.cpp:202:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
202 | __fi void dmaIPU0() // fromIPU
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IPU/IPUdma.cpp:26:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
26 | static __fi int IPU1chain() {
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 51%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/ADSR.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/ADSR.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/ADSR.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/ADSR.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ADSR.cpp
[ 52%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/Debug.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/Debug.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/Debug.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/Debug.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.cpp
[ 52%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/Dma.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/Dma.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/Dma.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/Dma.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Dma.cpp
[ 52%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/Mixer.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/Mixer.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/Mixer.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/Mixer.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:520:21: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
520 | static __fi VECTOR* _getDst(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:520:21: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:896:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
896 | static __fi u32 intToFloat(u32 uvalue)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:896:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
896 | static __fi u32 intToFloat(u32 uvalue)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:896:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
896 | static __fi u32 intToFloat(u32 uvalue)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:896:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
896 | static __fi u32 intToFloat(u32 uvalue)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:877:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
877 | static __fi u32 floatToInt(u32 uvalue)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:877:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
877 | static __fi u32 floatToInt(u32 uvalue)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:877:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
877 | static __fi u32 floatToInt(u32 uvalue)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:877:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
877 | static __fi u32 floatToInt(u32 uvalue)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:808:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
808 | static __fi void applyMinMaxBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:796:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
796 | static __fi void applyMinMax(VURegs* VU)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:808:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
808 | static __fi void applyMinMaxBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:796:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
796 | static __fi void applyMinMax(VURegs* VU)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:694:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
694 | static __fi void applyTernaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:683:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
683 | static __fi void applyTernaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:694:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
694 | static __fi void applyTernaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:683:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
683 | static __fi void applyTernaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:694:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
694 | static __fi void applyTernaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:683:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
683 | static __fi void applyTernaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:694:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
694 | static __fi void applyTernaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:683:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
683 | static __fi void applyTernaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:542:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
542 | static __fi void applyBinaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:531:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
531 | static __fi void applyBinaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:542:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
542 | static __fi void applyBinaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:531:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
531 | static __fi void applyBinaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:542:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
542 | static __fi void applyBinaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:531:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
531 | static __fi void applyBinaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:542:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
542 | static __fi void applyBinaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:531:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
531 | static __fi void applyBinaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:542:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
542 | static __fi void applyBinaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:531:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
531 | static __fi void applyBinaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:542:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
542 | static __fi void applyBinaryMACOpBroadcast(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:542:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:531:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
531 | static __fi void applyBinaryMACOp(VURegs* VU)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:496:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
496 | void __fi applyUnaryFunction(VURegs* VU)
| ^~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:3905:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
3905 | static __fi void SYNCFDIV()
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:3900:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
3900 | static __fi void SYNCSTATUSFLAG()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:3895:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
3895 | static __fi void SYNCCLIPFLAG()
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:3889:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
3889 | static __fi void SYNCMSFLAGS()
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2859:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2859 | static __ri void _vuRegsXTOP(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2849:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2849 | static __ri void _vuRegsXGKICK(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2838:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2838 | static __ri void _vuRegsXITOP(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2102:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2102 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2836:1: note: in expansion of macro ‘VUREGS_PFS_fsf’
2836 | VUREGS_PFS_fsf(EEXP, 44);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2102:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2102 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2835:1: note: in expansion of macro ‘VUREGS_PFS_fsf’
2835 | VUREGS_PFS_fsf(EATAN, 54);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2102:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2102 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2834:1: note: in expansion of macro ‘VUREGS_PFS_fsf’
2834 | VUREGS_PFS_fsf(ESIN, 29);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2102:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2102 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2833:1: note: in expansion of macro ‘VUREGS_PFS_fsf’
2833 | VUREGS_PFS_fsf(ERSQRT, 18);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2102:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2102 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2832:1: note: in expansion of macro ‘VUREGS_PFS_fsf’
2832 | VUREGS_PFS_fsf(ESQRT, 12);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2102:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2102 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2831:1: note: in expansion of macro ‘VUREGS_PFS_fsf’
2831 | VUREGS_PFS_fsf(ERCPR, 12);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2090:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2090 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2830:1: note: in expansion of macro ‘VUREGS_PFS_xyzw’
2830 | VUREGS_PFS_xyzw(ESUM, 12);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2090:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2090 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2829:1: note: in expansion of macro ‘VUREGS_PFS_xyzw’
2829 | VUREGS_PFS_xyzw(EATANxz, 54);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2090:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2090 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2828:1: note: in expansion of macro ‘VUREGS_PFS_xyzw’
2828 | VUREGS_PFS_xyzw(EATANxy, 54);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2090:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2090 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2827:1: note: in expansion of macro ‘VUREGS_PFS_xyzw’
2827 | VUREGS_PFS_xyzw(ERLENG, 24);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2090:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2090 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2826:1: note: in expansion of macro ‘VUREGS_PFS_xyzw’
2826 | VUREGS_PFS_xyzw(ELENG, 18);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2090:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2090 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2825:1: note: in expansion of macro ‘VUREGS_PFS_xyzw’
2825 | VUREGS_PFS_xyzw(ERSADD, 18);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2090:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2090 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2824:1: note: in expansion of macro ‘VUREGS_PFS_xyzw’
2824 | VUREGS_PFS_xyzw(ESADD, 11);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2813:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2813 | static __ri void _vuRegsWAITP(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2802:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2802 | static __ri void _vuRegsMFP(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2792:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2792 | static __ri void _vuRegsJALR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2782:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2782 | static __ri void _vuRegsJR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2772:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2772 | static __ri void _vuRegsBAL(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2762:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2762 | static __ri void _vuRegsB(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2752:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2752 | static __ri void _vuRegsIBNE(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2742:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2742 | static __ri void _vuRegsIBLTZ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2732:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2732 | static __ri void _vuRegsIBLEZ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2722:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2722 | static __ri void _vuRegsIBGTZ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2712:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2712 | static __ri void _vuRegsIBGEZ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2702:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2702 | static __ri void _vuRegsIBEQ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2692:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2692 | static __ri void _vuRegsFCGET(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2682:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2682 | static __ri void _vuRegsFCSET(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2672:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2672 | static __ri void _vuRegsFCOR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2662:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2662 | static __ri void _vuRegsFCEQ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2652:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2652 | static __ri void _vuRegsFCAND(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2642:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2642 | static __ri void _vuRegsFMOR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2632:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2632 | static __ri void _vuRegsFMEQ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2622:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2622 | static __ri void _vuRegsFMAND(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2612:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2612 | static __ri void _vuRegsFSSET(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2602:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2602 | static __ri void _vuRegsFSOR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2592:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2592 | static __ri void _vuRegsFSEQ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2582:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2582 | static __ri void _vuRegsFSAND(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2572:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2572 | static __ri void _vuRegsWAITQ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2561:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2561 | static __ri void _vuRegsRXOR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2550:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2550 | static __ri void _vuRegsRNEXT(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2539:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2539 | static __ri void _vuRegsRGET(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2528:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2528 | static __ri void _vuRegsRINIT(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2518:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2518 | static __ri void _vuRegsISWR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2507:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2507 | static __ri void _vuRegsILWR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2497:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2497 | static __ri void _vuRegsISW(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2486:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2486 | static __ri void _vuRegsILW(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2475:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2475 | static __ri void _vuRegsSQI(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2464:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2464 | static __ri void _vuRegsSQD(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2453:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2453 | static __ri void _vuRegsSQ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2442:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2442 | static __ri void _vuRegsLQI(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2431:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2431 | static __ri void _vuRegsLQD(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2420:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2420 | static __ri void _vuRegsLQ(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2407:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2407 | static __ri void _vuRegsMR32(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2396:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2396 | static __ri void _vuRegsMTIR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2385:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2385 | static __ri void _vuRegsMFIR(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2373:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2373 | static __ri void _vuRegsMOVE(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2079:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2079 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2371:1: note: in expansion of macro ‘VUREGS_ITIS’
2371 | VUREGS_ITIS(ISUBIU);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2068:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2068 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2370:1: note: in expansion of macro ‘VUREGS_IDISIT’
2370 | VUREGS_IDISIT(ISUB);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2068:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2068 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2369:1: note: in expansion of macro ‘VUREGS_IDISIT’
2369 | VUREGS_IDISIT(IOR);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2068:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2068 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2368:1: note: in expansion of macro ‘VUREGS_IDISIT’
2368 | VUREGS_IDISIT(IAND);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2068:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2068 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2367:1: note: in expansion of macro ‘VUREGS_IDISIT’
2367 | VUREGS_IDISIT(IADD);
| ^~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ADSR.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2079:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2079 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2366:1: note: in expansion of macro ‘VUREGS_ITIS’
2366 | VUREGS_ITIS(IADDIU);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2079:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2079 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2365:1: note: in expansion of macro ‘VUREGS_ITIS’
2365 | VUREGS_ITIS(IADDI);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2352:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2352 | static __ri void _vuRegsRSQRT(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2339:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2339 | static __ri void _vuRegsSQRT(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2326:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2326 | static __ri void _vuRegsDIV(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2310:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2310 | static __ri void _vuRegsCLIP(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2308:1: note: in expansion of macro ‘VUREGS_FTFS’
2308 | VUREGS_FTFS(ITOF15);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2307:1: note: in expansion of macro ‘VUREGS_FTFS’
2307 | VUREGS_FTFS(ITOF12);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2306:1: note: in expansion of macro ‘VUREGS_FTFS’
2306 | VUREGS_FTFS(ITOF4);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2305:1: note: in expansion of macro ‘VUREGS_FTFS’
2305 | VUREGS_FTFS(ITOF0);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2304:1: note: in expansion of macro ‘VUREGS_FTFS’
2304 | VUREGS_FTFS(FTOI15);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2303:1: note: in expansion of macro ‘VUREGS_FTFS’
2303 | VUREGS_FTFS(FTOI12);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2302:1: note: in expansion of macro ‘VUREGS_FTFS’
2302 | VUREGS_FTFS(FTOI4);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2301:1: note: in expansion of macro ‘VUREGS_FTFS’
2301 | VUREGS_FTFS(FTOI0);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2291:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2291 | static __ri void _vuRegsNOP(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2278:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2278 | static __ri void _vuRegsOPMSUB(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2265:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2265 | static __ri void _vuRegsOPMULA(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1996:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1996 | #define VUREGS_FDFSFTw(OP, ACC) VUREGS_FDFSFTxyzw(OP, 1, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2263:1: note: in expansion of macro ‘VUREGS_FDFSFTw’
2263 | VUREGS_FDFSFTw(MINIw, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1995:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1995 | #define VUREGS_FDFSFTz(OP, ACC) VUREGS_FDFSFTxyzw(OP, 2, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2262:1: note: in expansion of macro ‘VUREGS_FDFSFTz’
2262 | VUREGS_FDFSFTz(MINIz, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1994:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1994 | #define VUREGS_FDFSFTy(OP, ACC) VUREGS_FDFSFTxyzw(OP, 4, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2261:1: note: in expansion of macro ‘VUREGS_FDFSFTy’
2261 | VUREGS_FDFSFTy(MINIy, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1993:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1993 | #define VUREGS_FDFSFTx(OP, ACC) VUREGS_FDFSFTxyzw(OP, 8, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2260:1: note: in expansion of macro ‘VUREGS_FDFSFTx’
2260 | VUREGS_FDFSFTx(MINIx, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1944:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1944 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2259:1: note: in expansion of macro ‘VUREGS_FDFSI’
2259 | VUREGS_FDFSI(MINIi, 0);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1968:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1968 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2258:1: note: in expansion of macro ‘VUREGS_FDFSFT’
2258 | VUREGS_FDFSFT(MINI, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2253:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2253 | static __ri void _vuRegsMAXw(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2249:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2249 | static __ri void _vuRegsMAXz(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2245:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2245 | static __ri void _vuRegsMAXy(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2241:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2241 | static __ri void _vuRegsMAXx(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1996:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1996 | #define VUREGS_FDFSFTw(OP, ACC) VUREGS_FDFSFTxyzw(OP, 1, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2239:1: note: in expansion of macro ‘VUREGS_FDFSFTw’
2239 | VUREGS_FDFSFTw(MAXw_, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1995:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1995 | #define VUREGS_FDFSFTz(OP, ACC) VUREGS_FDFSFTxyzw(OP, 2, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2238:1: note: in expansion of macro ‘VUREGS_FDFSFTz’
2238 | VUREGS_FDFSFTz(MAXz_, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1994:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1994 | #define VUREGS_FDFSFTy(OP, ACC) VUREGS_FDFSFTxyzw(OP, 4, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2237:1: note: in expansion of macro ‘VUREGS_FDFSFTy’
2237 | VUREGS_FDFSFTy(MAXy_, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1993:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1993 | #define VUREGS_FDFSFTx(OP, ACC) VUREGS_FDFSFTxyzw(OP, 8, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2236:1: note: in expansion of macro ‘VUREGS_FDFSFTx’
2236 | VUREGS_FDFSFTx(MAXx_, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1944:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1944 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2235:1: note: in expansion of macro ‘VUREGS_FDFSI’
2235 | VUREGS_FDFSI(MAXi, 0);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1968:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1968 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2234:1: note: in expansion of macro ‘VUREGS_FDFSFT’
2234 | VUREGS_FDFSFT(MAX, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2052:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2052 | #define VUREGS_ACCFSFTw(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 1, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2232:1: note: in expansion of macro ‘VUREGS_ACCFSFTw’
2232 | VUREGS_ACCFSFTw(MSUBAw, 1);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2051:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2051 | #define VUREGS_ACCFSFTz(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 2, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2231:1: note: in expansion of macro ‘VUREGS_ACCFSFTz’
2231 | VUREGS_ACCFSFTz(MSUBAz, 1);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2050:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2050 | #define VUREGS_ACCFSFTy(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 4, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2230:1: note: in expansion of macro ‘VUREGS_ACCFSFTy’
2230 | VUREGS_ACCFSFTy(MSUBAy, 1);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2049:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2049 | #define VUREGS_ACCFSFTx(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 8, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2229:1: note: in expansion of macro ‘VUREGS_ACCFSFTx’
2229 | VUREGS_ACCFSFTx(MSUBAx, 1);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2012:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2012 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2228:1: note: in expansion of macro ‘VUREGS_ACCFSQ’
2228 | VUREGS_ACCFSQ(MSUBAq, 1);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2000:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2000 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2227:1: note: in expansion of macro ‘VUREGS_ACCFSI’
2227 | VUREGS_ACCFSI(MSUBAi, 1);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2024:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2024 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2226:1: note: in expansion of macro ‘VUREGS_ACCFSFT’
2226 | VUREGS_ACCFSFT(MSUBA, 1);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1996:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1996 | #define VUREGS_FDFSFTw(OP, ACC) VUREGS_FDFSFTxyzw(OP, 1, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2224:1: note: in expansion of macro ‘VUREGS_FDFSFTw’
2224 | VUREGS_FDFSFTw(MSUBw, 1);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1995:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1995 | #define VUREGS_FDFSFTz(OP, ACC) VUREGS_FDFSFTxyzw(OP, 2, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2223:1: note: in expansion of macro ‘VUREGS_FDFSFTz’
2223 | VUREGS_FDFSFTz(MSUBz, 1);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1994:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1994 | #define VUREGS_FDFSFTy(OP, ACC) VUREGS_FDFSFTxyzw(OP, 4, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2222:1: note: in expansion of macro ‘VUREGS_FDFSFTy’
2222 | VUREGS_FDFSFTy(MSUBy, 1);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1993:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1993 | #define VUREGS_FDFSFTx(OP, ACC) VUREGS_FDFSFTxyzw(OP, 8, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2221:1: note: in expansion of macro ‘VUREGS_FDFSFTx’
2221 | VUREGS_FDFSFTx(MSUBx, 1);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1956:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1956 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2220:1: note: in expansion of macro ‘VUREGS_FDFSQ’
2220 | VUREGS_FDFSQ(MSUBq, 1);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1944:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1944 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2219:1: note: in expansion of macro ‘VUREGS_FDFSI’
2219 | VUREGS_FDFSI(MSUBi, 1);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1968:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1968 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2218:1: note: in expansion of macro ‘VUREGS_FDFSFT’
2218 | VUREGS_FDFSFT(MSUB, 1);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2052:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2052 | #define VUREGS_ACCFSFTw(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 1, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2216:1: note: in expansion of macro ‘VUREGS_ACCFSFTw’
2216 | VUREGS_ACCFSFTw(MADDAw, 1);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2051:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2051 | #define VUREGS_ACCFSFTz(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 2, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2215:1: note: in expansion of macro ‘VUREGS_ACCFSFTz’
2215 | VUREGS_ACCFSFTz(MADDAz, 1);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2050:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2050 | #define VUREGS_ACCFSFTy(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 4, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2214:1: note: in expansion of macro ‘VUREGS_ACCFSFTy’
2214 | VUREGS_ACCFSFTy(MADDAy, 1);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2049:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2049 | #define VUREGS_ACCFSFTx(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 8, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2213:1: note: in expansion of macro ‘VUREGS_ACCFSFTx’
2213 | VUREGS_ACCFSFTx(MADDAx, 1);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2012:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2012 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2212:1: note: in expansion of macro ‘VUREGS_ACCFSQ’
2212 | VUREGS_ACCFSQ(MADDAq, 1);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2000:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2000 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2211:1: note: in expansion of macro ‘VUREGS_ACCFSI’
2211 | VUREGS_ACCFSI(MADDAi, 1);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2024:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2024 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2210:1: note: in expansion of macro ‘VUREGS_ACCFSFT’
2210 | VUREGS_ACCFSFT(MADDA, 1);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2197:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2197 | static __ri void _vuRegsMADDw(const VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2181 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2195:1: note: in expansion of macro ‘VUREGS_FDFSFT_0_xyzw’
2195 | VUREGS_FDFSFT_0_xyzw(MADDz, 2);
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2181 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2194:1: note: in expansion of macro ‘VUREGS_FDFSFT_0_xyzw’
2194 | VUREGS_FDFSFT_0_xyzw(MADDy, 4);
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2181 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2193:1: note: in expansion of macro ‘VUREGS_FDFSFT_0_xyzw’
2193 | VUREGS_FDFSFT_0_xyzw(MADDx, 8);
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1956:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1956 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2178:1: note: in expansion of macro ‘VUREGS_FDFSQ’
2178 | VUREGS_FDFSQ(MADDq, 1);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1944:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1944 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2177:1: note: in expansion of macro ‘VUREGS_FDFSI’
2177 | VUREGS_FDFSI(MADDi, 1);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1968:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1968 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2176:1: note: in expansion of macro ‘VUREGS_FDFSFT’
2176 | VUREGS_FDFSFT(MADD, 1);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2148 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2174:1: note: in expansion of macro ‘VUREGS_FDFSFTxyzw_MUL’
2174 | VUREGS_FDFSFTxyzw_MUL(MULAw, 1, 1);
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2148 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2173:1: note: in expansion of macro ‘VUREGS_FDFSFTxyzw_MUL’
2173 | VUREGS_FDFSFTxyzw_MUL(MULAz, 1, 2);
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2148 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2172:1: note: in expansion of macro ‘VUREGS_FDFSFTxyzw_MUL’
2172 | VUREGS_FDFSFTxyzw_MUL(MULAy, 1, 4);
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2148 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2171:1: note: in expansion of macro ‘VUREGS_FDFSFTxyzw_MUL’
2171 | VUREGS_FDFSFTxyzw_MUL(MULAx, 1, 8);
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2012:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2012 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2170:1: note: in expansion of macro ‘VUREGS_ACCFSQ’
2170 | VUREGS_ACCFSQ(MULAq, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2000:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2000 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2169:1: note: in expansion of macro ‘VUREGS_ACCFSI’
2169 | VUREGS_ACCFSI(MULAi, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2024:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2024 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2168:1: note: in expansion of macro ‘VUREGS_ACCFSFT’
2168 | VUREGS_ACCFSFT(MULA, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2148 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2166:1: note: in expansion of macro ‘VUREGS_FDFSFTxyzw_MUL’
2166 | VUREGS_FDFSFTxyzw_MUL(MULw, 0, 1);
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2148 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2165:1: note: in expansion of macro ‘VUREGS_FDFSFTxyzw_MUL’
2165 | VUREGS_FDFSFTxyzw_MUL(MULz, 0, 2);
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2148 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2164:1: note: in expansion of macro ‘VUREGS_FDFSFTxyzw_MUL’
2164 | VUREGS_FDFSFTxyzw_MUL(MULy, 0, 4);
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2148:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2148 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2163:1: note: in expansion of macro ‘VUREGS_FDFSFTxyzw_MUL’
2163 | VUREGS_FDFSFTxyzw_MUL(MULx, 0, 8);
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1956:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1956 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2162:1: note: in expansion of macro ‘VUREGS_FDFSQ’
2162 | VUREGS_FDFSQ(MULq, 0);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1944:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1944 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2161:1: note: in expansion of macro ‘VUREGS_FDFSI’
2161 | VUREGS_FDFSI(MULi, 0);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1968:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1968 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2160:1: note: in expansion of macro ‘VUREGS_FDFSFT’
2160 | VUREGS_FDFSFT(MUL, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2052:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2052 | #define VUREGS_ACCFSFTw(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 1, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2145:1: note: in expansion of macro ‘VUREGS_ACCFSFTw’
2145 | VUREGS_ACCFSFTw(SUBAw, 0);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2051:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2051 | #define VUREGS_ACCFSFTz(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 2, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2144:1: note: in expansion of macro ‘VUREGS_ACCFSFTz’
2144 | VUREGS_ACCFSFTz(SUBAz, 0);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2050:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2050 | #define VUREGS_ACCFSFTy(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 4, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2143:1: note: in expansion of macro ‘VUREGS_ACCFSFTy’
2143 | VUREGS_ACCFSFTy(SUBAy, 0);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2049:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2049 | #define VUREGS_ACCFSFTx(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 8, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2142:1: note: in expansion of macro ‘VUREGS_ACCFSFTx’
2142 | VUREGS_ACCFSFTx(SUBAx, 0);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2012:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2012 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2141:1: note: in expansion of macro ‘VUREGS_ACCFSQ’
2141 | VUREGS_ACCFSQ(SUBAq, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2000:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2000 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2140:1: note: in expansion of macro ‘VUREGS_ACCFSI’
2140 | VUREGS_ACCFSI(SUBAi, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2024:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2024 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2139:1: note: in expansion of macro ‘VUREGS_ACCFSFT’
2139 | VUREGS_ACCFSFT(SUBA, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1996:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1996 | #define VUREGS_FDFSFTw(OP, ACC) VUREGS_FDFSFTxyzw(OP, 1, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2137:1: note: in expansion of macro ‘VUREGS_FDFSFTw’
2137 | VUREGS_FDFSFTw(SUBw, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1995:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1995 | #define VUREGS_FDFSFTz(OP, ACC) VUREGS_FDFSFTxyzw(OP, 2, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2136:1: note: in expansion of macro ‘VUREGS_FDFSFTz’
2136 | VUREGS_FDFSFTz(SUBz, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1994:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1994 | #define VUREGS_FDFSFTy(OP, ACC) VUREGS_FDFSFTxyzw(OP, 4, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2135:1: note: in expansion of macro ‘VUREGS_FDFSFTy’
2135 | VUREGS_FDFSFTy(SUBy, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1993:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1993 | #define VUREGS_FDFSFTx(OP, ACC) VUREGS_FDFSFTxyzw(OP, 8, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2134:1: note: in expansion of macro ‘VUREGS_FDFSFTx’
2134 | VUREGS_FDFSFTx(SUBx, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1956:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1956 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2133:1: note: in expansion of macro ‘VUREGS_FDFSQ’
2133 | VUREGS_FDFSQ(SUBq, 0);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1944:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1944 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2132:1: note: in expansion of macro ‘VUREGS_FDFSI’
2132 | VUREGS_FDFSI(SUBi, 0);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1968:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1968 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2131:1: note: in expansion of macro ‘VUREGS_FDFSFT’
2131 | VUREGS_FDFSFT(SUB, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2052:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2052 | #define VUREGS_ACCFSFTw(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 1, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2129:1: note: in expansion of macro ‘VUREGS_ACCFSFTw’
2129 | VUREGS_ACCFSFTw(ADDAw, 0);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2051:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2051 | #define VUREGS_ACCFSFTz(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 2, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2128:1: note: in expansion of macro ‘VUREGS_ACCFSFTz’
2128 | VUREGS_ACCFSFTz(ADDAz, 0);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2050:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2050 | #define VUREGS_ACCFSFTy(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 4, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2127:1: note: in expansion of macro ‘VUREGS_ACCFSFTy’
2127 | VUREGS_ACCFSFTy(ADDAy, 0);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2037:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2037 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2049:38: note: in expansion of macro ‘VUREGS_ACCFSFTxyzw’
2049 | #define VUREGS_ACCFSFTx(OP, readacc) VUREGS_ACCFSFTxyzw(OP, 8, readacc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2126:1: note: in expansion of macro ‘VUREGS_ACCFSFTx’
2126 | VUREGS_ACCFSFTx(ADDAx, 0);
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2012:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2012 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2125:1: note: in expansion of macro ‘VUREGS_ACCFSQ’
2125 | VUREGS_ACCFSQ(ADDAq, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2000:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2000 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2124:1: note: in expansion of macro ‘VUREGS_ACCFSI’
2124 | VUREGS_ACCFSI(ADDAi, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2024:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2024 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2123:1: note: in expansion of macro ‘VUREGS_ACCFSFT’
2123 | VUREGS_ACCFSFT(ADDA, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1996:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1996 | #define VUREGS_FDFSFTw(OP, ACC) VUREGS_FDFSFTxyzw(OP, 1, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2121:1: note: in expansion of macro ‘VUREGS_FDFSFTw’
2121 | VUREGS_FDFSFTw(ADDw, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1995:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1995 | #define VUREGS_FDFSFTz(OP, ACC) VUREGS_FDFSFTxyzw(OP, 2, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2120:1: note: in expansion of macro ‘VUREGS_FDFSFTz’
2120 | VUREGS_FDFSFTz(ADDz, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1994:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1994 | #define VUREGS_FDFSFTy(OP, ACC) VUREGS_FDFSFTxyzw(OP, 4, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2119:1: note: in expansion of macro ‘VUREGS_FDFSFTy’
2119 | VUREGS_FDFSFTy(ADDy, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1981:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1981 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1993:33: note: in expansion of macro ‘VUREGS_FDFSFTxyzw’
1993 | #define VUREGS_FDFSFTx(OP, ACC) VUREGS_FDFSFTxyzw(OP, 8, ACC)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2118:1: note: in expansion of macro ‘VUREGS_FDFSFTx’
2118 | VUREGS_FDFSFTx(ADDx, 0);
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1956:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1956 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2117:1: note: in expansion of macro ‘VUREGS_FDFSQ’
2117 | VUREGS_FDFSQ(ADDq, 0);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1944:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1944 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2116:1: note: in expansion of macro ‘VUREGS_FDFSI’
2116 | VUREGS_FDFSI(ADDi, 0);
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1968:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1968 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2115:1: note: in expansion of macro ‘VUREGS_FDFSFT’
2115 | VUREGS_FDFSFT(ADD, 0);
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2055:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
2055 | static __ri void _vuRegs##OP(const VURegs* VU, _VURegsNum *VUregsn) { \
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:2113:1: note: in expansion of macro ‘VUREGS_FTFS’
2113 | VUREGS_FTFS(ABS);
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1930:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1930 | static __ri void _vuXTOP(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1909:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1909 | static __ri void _vuXGKICK(VURegs* VU)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1807:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1807 | static __ri void _vuXITOP(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1793:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1793 | static __ri void _vuEEXP(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1784:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1784 | static __ri void _vuESIN(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1768:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1768 | static __ri void _vuERSQRT(VURegs* VU)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1756:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1756 | static __ri void _vuESQRT(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1744:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1744 | static __ri void _vuERCPR(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1738:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1738 | static __ri void _vuESUM(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1728:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1728 | static __ri void _vuEATANxz(VURegs* VU)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1718:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1718 | static __ri void _vuEATANxy(VURegs* VU)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1712:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1712 | static __ri void _vuEATAN(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1696:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1696 | static __ri float _vuCalculateEATAN(float inputvalue) {
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1680:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1680 | static __ri void _vuERLENG(VURegs* VU)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1669:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1669 | static __ri void _vuELENG(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1659:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1659 | static __ri void _vuERSADD(VURegs* VU)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1652:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1652 | static __ri void _vuESADD(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1648:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1648 | static __ri void _vuWAITP(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1637:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1637 | static __ri void _vuMFP(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1620:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1620 | static __ri void _vuJALR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1613:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1613 | static __ri void _vuJR(VURegs* VU)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1595:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1595 | static __ri void _vuBAL(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1589:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1589 | static __ri void _vuB(VURegs* VU)
| ^~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1568:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1568 | static __ri void _vuIBNE(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1551:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1551 | static __ri void _vuIBLTZ(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1534:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1534 | static __ri void _vuIBLEZ(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1516:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1516 | static __ri void _vuIBGTZ(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1499:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1499 | static __ri void _vuIBGEZ(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1478:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1478 | static __ri void _vuIBEQ(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1463:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1463 | static __fi void _setBranch(VURegs* VU, u32 bpc)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1448:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1448 | static __fi void _vuFCGET(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1443:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1443 | static __fi void _vuFCSET(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1434:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1434 | static __fi void _vuFCOR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1426:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1426 | static __fi void _vuFCEQ(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1418:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1418 | static __fi void _vuFCAND(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1410:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1410 | static __fi void _vuFMOR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1399:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1399 | static __fi void _vuFMEQ(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1391:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1391 | static __ri void _vuFMAND(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1383:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1383 | static __ri void _vuFSSET(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1373:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1373 | static __ri void _vuFSOR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1359:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1359 | static __ri void _vuFSEQ(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1348:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1348 | static __ri void _vuFSAND(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1344:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1344 | static __ri void _vuWAITQ(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1339:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1339 | static __ri void _vuRXOR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1327:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1327 | static __ri void _vuRNEXT(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1316:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1316 | static __ri void _vuRGET(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1311:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1311 | static __ri void _vuRINIT(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1301:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1301 | static __ri void AdvanceLFSR(VURegs* VU)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1268:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1268 | static __ri void _vuISWR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1254:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1254 | static __ri void _vuILWR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1243:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1243 | static __fi void _vuISW(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1228:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1228 | static __ri void _vuILW(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1216:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1216 | static __ri void _vuSQI(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1203:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1203 | static __ri void _vuSQD(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1192:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1192 | static __ri void _vuSQ(VURegs* VU)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1176:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1176 | static __ri void _vuLQI(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1160:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1160 | static __ri void _vuLQD(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1145:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1145 | static __ri void _vuLQ(VURegs* VU)
| ^~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1135:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1135 | __fi u32* GET_VU_MEM(VURegs* VU, u32 addr) // non-static, also used by sVU for now.
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1118:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1118 | static __fi void _vuMR32(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1108:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1108 | static __fi void _vuMTIR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1097:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1097 | static __fi void _vuMFIR(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1086:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1086 | static __fi void _vuMOVE(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1076:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1076 | static __fi void _vuISUBIU(VURegs* VU)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1066:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1066 | static __fi void _vuISUB(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1056:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1056 | static __fi void _vuIOR(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1046:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1046 | static __fi void _vuIAND(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1036:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1036 | static __fi void _vuIADD(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1026:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1026 | static __fi void _vuIADDIU(VURegs* VU)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:1014:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
1014 | static __fi void _vuIADDI(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:970:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
970 | static __fi void _vuRSQRT(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:958:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
958 | static __fi void _vuSQRT(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:931:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
931 | static __fi void _vuDIV(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:909:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
909 | static __fi void _vuCLIP(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:907:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
907 | static __fi void _vuITOF15(VURegs* VU) { applyUnaryFunction<intToFloat<15>>(VU); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:906:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
906 | static __fi void _vuITOF12(VURegs* VU) { applyUnaryFunction<intToFloat<12>>(VU); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:905:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
905 | static __fi void _vuITOF4 (VURegs* VU) { applyUnaryFunction<intToFloat< 4>>(VU); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:904:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
904 | static __fi void _vuITOF0 (VURegs* VU) { applyUnaryFunction<intToFloat< 0>>(VU); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:893:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
893 | static __fi void _vuFTOI15(VURegs* VU) { applyUnaryFunction<floatToInt<15>>(VU); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:892:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
892 | static __fi void _vuFTOI12(VURegs* VU) { applyUnaryFunction<floatToInt<12>>(VU); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:891:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
891 | static __fi void _vuFTOI4 (VURegs* VU) { applyUnaryFunction<floatToInt< 4>>(VU); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:890:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
890 | static __fi void _vuFTOI0 (VURegs* VU) { applyUnaryFunction<floatToInt< 0>>(VU); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:872:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
872 | static __fi void _vuNOP(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:849:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
849 | static __fi void _vuOPMSUB(VURegs* VU)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:841:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
841 | static __fi void _vuOPMULA(VURegs* VU)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:839:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
839 | static __fi void _vuMINIw(VURegs* VU) { applyMinMaxBroadcast<fp_min>(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:838:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
838 | static __fi void _vuMINIz(VURegs* VU) { applyMinMaxBroadcast<fp_min>(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:837:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
837 | static __fi void _vuMINIy(VURegs* VU) { applyMinMaxBroadcast<fp_min>(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:836:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
836 | static __fi void _vuMINIx(VURegs* VU) { applyMinMaxBroadcast<fp_min>(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:835:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
835 | static __fi void _vuMINIi(VURegs* VU) { applyMinMaxBroadcast<fp_min>(VU, VU->VI[REG_I].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:830:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
830 | static __fi void _vuMINI(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:828:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
828 | static __fi void _vuMAXw(VURegs* VU) { applyMinMaxBroadcast<fp_max>(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:827:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
827 | static __fi void _vuMAXz(VURegs* VU) { applyMinMaxBroadcast<fp_max>(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:826:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
826 | static __fi void _vuMAXy(VURegs* VU) { applyMinMaxBroadcast<fp_max>(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:825:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
825 | static __fi void _vuMAXx(VURegs* VU) { applyMinMaxBroadcast<fp_max>(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:824:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
824 | static __fi void _vuMAXi(VURegs* VU) { applyMinMaxBroadcast<fp_max>(VU, VU->VI[REG_I].UL); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:819:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
819 | static __fi void _vuMAX(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:790:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
790 | static __fi u32 fp_min(u32 a, u32 b)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:785:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
785 | static __fi u32 fp_max(u32 a, u32 b)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:780:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
780 | static __fi void _vuMSUBAw(VURegs* VU) { vuMSUBAbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:779:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
779 | static __fi void _vuMSUBAz(VURegs* VU) { vuMSUBAbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:778:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
778 | static __fi void _vuMSUBAy(VURegs* VU) { vuMSUBAbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:777:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
777 | static __fi void _vuMSUBAx(VURegs* VU) { vuMSUBAbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:776:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
776 | static __fi void _vuMSUBAq(VURegs* VU) { vuMSUBAbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:775:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
775 | static __fi void _vuMSUBAi(VURegs* VU) { vuMSUBAbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:770:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
770 | static __fi void vuMSUBAbc(VURegs* VU, u32 bc)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:765:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
765 | static __fi void _vuMSUBA(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:763:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
763 | static __fi void _vuMSUBw(VURegs* VU) { vuMSUBbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:762:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
762 | static __fi void _vuMSUBz(VURegs* VU) { vuMSUBbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:761:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
761 | static __fi void _vuMSUBy(VURegs* VU) { vuMSUBbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:760:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
760 | static __fi void _vuMSUBx(VURegs* VU) { vuMSUBbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:759:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
759 | static __fi void _vuMSUBq(VURegs* VU) { vuMSUBbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:758:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
758 | static __fi void _vuMSUBi(VURegs* VU) { vuMSUBbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:753:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
753 | static __fi void vuMSUBbc(VURegs* VU, u32 bc)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:748:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
748 | static __fi void _vuMSUB(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:743:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
743 | static __fi float _vuOpMSUB(u32 acc, u32 fs, u32 ft)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:741:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
741 | static __fi void _vuMADDAw(VURegs* VU) { vuMADDAbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:740:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
740 | static __fi void _vuMADDAz(VURegs* VU) { vuMADDAbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:739:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
739 | static __fi void _vuMADDAy(VURegs* VU) { vuMADDAbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:738:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
738 | static __fi void _vuMADDAx(VURegs* VU) { vuMADDAbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:737:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
737 | static __fi void _vuMADDAq(VURegs* VU) { vuMADDAbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:736:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
736 | static __fi void _vuMADDAi(VURegs* VU) { vuMADDAbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:731:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
731 | static __fi void vuMADDAbc(VURegs* VU, u32 bc)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:726:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
726 | static __fi void _vuMADDA(VURegs* VU)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:724:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
724 | static __fi void _vuMADDw(VURegs* VU) { vuMADDbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:723:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
723 | static __fi void _vuMADDz(VURegs* VU) { vuMADDbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:722:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
722 | static __fi void _vuMADDy(VURegs* VU) { vuMADDbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:721:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
721 | static __fi void _vuMADDx(VURegs* VU) { vuMADDbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:720:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
720 | static __fi void _vuMADDq(VURegs* VU) { vuMADDbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:719:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
719 | static __fi void _vuMADDi(VURegs* VU) { vuMADDbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:714:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
714 | static __fi void vuMADDbc(VURegs* VU, u32 bc)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:709:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
709 | static __fi void _vuMADD(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:704:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
704 | static __fi float _vuOpMADD(u32 acc, u32 fs, u32 ft)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:680:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
680 | static __fi void _vuMULAw(VURegs* VU) { vuMULAbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:679:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
679 | static __fi void _vuMULAz(VURegs* VU) { vuMULAbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:678:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
678 | static __fi void _vuMULAy(VURegs* VU) { vuMULAbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:677:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
677 | static __fi void _vuMULAx(VURegs* VU) { vuMULAbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:676:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
676 | static __fi void _vuMULAq(VURegs* VU) { vuMULAbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:675:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
675 | static __fi void _vuMULAi(VURegs* VU) { vuMULAbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:670:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
670 | static __fi void vuMULAbc(VURegs* VU, u32 bc)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:665:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
665 | static __fi void _vuMULA(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:662:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
662 | static __fi void _vuMULw(VURegs* VU) { vuMULbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:661:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
661 | static __fi void _vuMULz(VURegs* VU) { vuMULbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:660:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
660 | static __fi void _vuMULy(VURegs* VU) { vuMULbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:659:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
659 | static __fi void _vuMULx(VURegs* VU) { vuMULbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:658:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
658 | static __fi void _vuMULq(VURegs* VU) { vuMULbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:657:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
657 | static __fi void _vuMULi(VURegs* VU) { vuMULbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:652:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
652 | static __fi void vuMULbc(VURegs* VU, u32 bc)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:647:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
647 | static __fi void _vuMUL(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:642:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
642 | static __fi float _vuOpMUL(u32 fs, u32 ft)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:640:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
640 | static __fi void _vuSUBAw(VURegs* VU) { vuSUBAbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:639:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
639 | static __fi void _vuSUBAz(VURegs* VU) { vuSUBAbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:638:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
638 | static __fi void _vuSUBAy(VURegs* VU) { vuSUBAbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:637:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
637 | static __fi void _vuSUBAx(VURegs* VU) { vuSUBAbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:636:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
636 | static __fi void _vuSUBAq(VURegs* VU) { vuSUBAbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:635:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
635 | static __fi void _vuSUBAi(VURegs* VU) { vuSUBAbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:630:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
630 | static __fi void vuSUBAbc(VURegs* VU, u32 bc)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:625:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
625 | static __fi void _vuSUBA(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:623:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
623 | static __fi void _vuSUBw(VURegs* VU) { vuSUBbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:622:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
622 | static __fi void _vuSUBz(VURegs* VU) { vuSUBbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:621:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
621 | static __fi void _vuSUBy(VURegs* VU) { vuSUBbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:620:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
620 | static __fi void _vuSUBx(VURegs* VU) { vuSUBbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:619:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
619 | static __fi void _vuSUBq(VURegs* VU) { vuSUBbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:618:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
618 | static __fi void _vuSUBi(VURegs* VU) { vuSUBbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:613:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
613 | static __fi void vuSUBbc(VURegs* VU, u32 bc)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:608:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
608 | static __fi void _vuSUB(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:603:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
603 | static __fi float _vuOpSUB(u32 fs, u32 ft)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:601:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
601 | static __fi void _vuADDAw(VURegs* VU) { vuADDAbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:600:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
600 | static __fi void _vuADDAz(VURegs* VU) { vuADDAbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:599:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
599 | static __fi void _vuADDAy(VURegs* VU) { vuADDAbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:598:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
598 | static __fi void _vuADDAx(VURegs* VU) { vuADDAbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:597:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
597 | static __fi void _vuADDAq(VURegs* VU) { vuADDAbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:596:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
596 | static __fi void _vuADDAi(VURegs* VU) { vuADDAbc(VU, VU->VI[REG_I].UL); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:591:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
591 | static __fi void vuADDAbc(VURegs* VU, u32 bc)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:586:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
586 | static __fi void _vuADDA(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:584:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
584 | static __fi void _vuADDw(VURegs* VU) { vuADDbc(VU, VU->VF[_Ft_].i.w); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:583:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
583 | static __fi void _vuADDz(VURegs* VU) { vuADDbc(VU, VU->VF[_Ft_].i.z); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:582:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
582 | static __fi void _vuADDy(VURegs* VU) { vuADDbc(VU, VU->VF[_Ft_].i.y); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:581:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
581 | static __fi void _vuADDx(VURegs* VU) { vuADDbc(VU, VU->VF[_Ft_].i.x); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:580:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
580 | static __fi void _vuADDq(VURegs* VU) { vuADDbc(VU, VU->VI[REG_Q].UL); }
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:575:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
575 | static __fi void _vuADDi(VURegs* VU)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:567:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
567 | static __fi void vuADDbc_addsubhack(VURegs* VU, u32 bc)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:562:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
562 | static __fi void vuADDbc(VURegs* VU, u32 bc)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:557:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
557 | static __fi void _vuADD(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:552:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
552 | static __fi float _vuOpADD(u32 fs, u32 ft)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:512:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
512 | void __fi _vuABS(VURegs* VU)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:507:10: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
507 | u32 __fi vuOpABS(u32 fs)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:465:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
465 | static __fi float vuADD_TriAceHack(u32 a, u32 b)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:420:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
420 | __fi void _vuBackupVI(VURegs* VU, u32 reg)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:409:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
409 | __fi void _vuAddLowerStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:402:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
402 | __fi void _vuAddUpperStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:396:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
396 | static __fi void _vuAddEFUStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:390:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
390 | static __fi void _vuAddFDIVStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:373:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
373 | static __ri void _vuAddIALUStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:363:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
363 | static __ri void _vuEFUAdd(VURegs* VU, int cycles)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:352:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
352 | static __ri void _vuFDIVAdd(VURegs* VU, int cycles)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:325:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
325 | static __ri void _vuAddFMACStalls(VURegs* VU, _VURegsNum* VUregsn, bool isUpper)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:317:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
317 | __fi void _vuClearFMAC(VURegs* VU)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:306:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
306 | __fi void _vuTestLowerStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:298:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
298 | __fi void _vuTestUpperStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:278:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
278 | static __fi void _vuTestALUStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:258:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
258 | static __fi void _vuTestEFUStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:245:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
245 | static __fi void _vuTestFDIVStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:233:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
233 | static __fi void _vuTestFMACStalls(VURegs* VU, _VURegsNum* VUregsn)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:188:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | __fi void _vuTestPipes(VURegs* VU)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:111:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
111 | static __ri bool _vuEFUflush(VURegs* VU)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:92:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
92 | static __ri bool _vuFDIVflush(VURegs* VU)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:74:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __ri bool _vuIALUflush(VURegs* VU)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:37:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
37 | static __ri bool _vuFMACflush(VURegs* VU)
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTVU.h:7,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Vif_Dma.h:132:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static int _limit(int a, int max)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/VUops.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Gif_Unit.h:189:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
189 | static __fi void incTag(u32& offset, u32& size, u32 incAmount)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
[ 52%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/spu2.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/spu2.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/spu2.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/spu2.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:62:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
62 | __fi static void ConLog(const char* fmt, ...) {}
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:61:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
61 | __fi static void FileLog(const char* fmt, ...) {}
| ^~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 52%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/ReadInput.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/ReadInput.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/ReadInput.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/ReadInput.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReadInput.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:549:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
549 | __forceinline void spu2Mix()
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:439:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
439 | static __forceinline void MixCoreVoices(VoiceMixSet& dest, const uint coreidx)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:380:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
380 | static __forceinline StereoOut32 MixVoice(uint coreidx, uint voiceidx)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:361:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
361 | static __forceinline void spu2M_WriteFast(u32 addr, s16 value)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:349:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
349 | static __forceinline s32 GetNoiseValues(V_Core& thiscore)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:312:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
312 | static __forceinline void UpdateNoise(V_Core& thiscore)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:292:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
292 | static __forceinline s32 GetVoiceValues(V_Core& thiscore, uint voiceidx)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:281:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
281 | __forceinline static s32 GaussianInterpolate(s32 pv4, s32 pv3, s32 pv2, s32 pv1, s32 i)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:258:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
258 | static __forceinline void CalculateADSR(V_Core& thiscore, uint voiceidx)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:240:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
240 | static void __forceinline UpdatePitch(uint coreidx, uint voiceidx)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:233:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
233 | static __forceinline StereoOut32 ApplyVolume(const StereoOut32& data, const V_VolumeSlideLR& volume)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:226:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
226 | static __forceinline StereoOut32 ApplyVolume(const StereoOut32& data, const V_VolumeLR& volume)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:221:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
221 | static __forceinline s32 ApplyVolume(s32 data, s32 volume)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:182:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
182 | static __forceinline void GetNextDataDummy(V_Core& thiscore, uint voiceidx)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:92:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
92 | static __forceinline s32 GetNextDataBuffered(V_Core& thiscore, uint voiceidx)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:52:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
52 | static void __forceinline IncrementNextA(V_Core& thiscore, uint voiceidx)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:20:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
20 | static void __forceinline XA_decode_block(s16* buffer, const s16* block, s32& prev1, s32& prev2)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Mixer.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:62:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
62 | __fi static void ConLog(const char* fmt, ...) {}
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:61:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
61 | __fi static void FileLog(const char* fmt, ...) {}
| ^~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Dma.cpp:9:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Dma.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:62:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
62 | __fi static void ConLog(const char* fmt, ...) {}
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:61:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
61 | __fi static void FileLog(const char* fmt, ...) {}
| ^~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Dma.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 52%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/RegTable.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/RegTable.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/RegTable.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/RegTable.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/RegTable.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReadInput.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:62:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
62 | __fi static void ConLog(const char* fmt, ...) {}
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:61:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
61 | __fi static void FileLog(const char* fmt, ...) {}
| ^~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/ReadInput.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
[ 53%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/Reverb.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/Reverb.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/Reverb.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/Reverb.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Reverb.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/RegTable.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 53%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/spu2freeze.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/spu2freeze.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/spu2freeze.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/spu2freeze.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2freeze.cpp
[ 53%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/spu2sys.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/spu2sys.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/spu2sys.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/spu2sys.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2freeze.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2freeze.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 53%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/SPU2/Wavedump_wav.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/SPU2/Wavedump_wav.cpp.o -MF CMakeFiles/PCSX2.dir/SPU2/Wavedump_wav.cpp.o.d -o CMakeFiles/PCSX2.dir/SPU2/Wavedump_wav.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Wavedump_wav.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2.cpp:11:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2.cpp:483:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
483 | __forceinline void spu2Output(StereoOut32 out)
| ^~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:62:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
62 | __fi static void ConLog(const char* fmt, ...) {}
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:61:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
61 | __fi static void FileLog(const char* fmt, ...) {}
| ^~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Reverb.cpp:46:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
46 | __forceinline s32 V_Core::RevbGetIndexer(s32 offset)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Reverb.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 53%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GS/GS.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GS/GS.cpp.o -MF CMakeFiles/PCSX2.dir/GS/GS.cpp.o.d -o CMakeFiles/PCSX2.dir/GS/GS.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GS.cpp
[ 53%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GS/GSCapture.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GS/GSCapture.cpp.o -MF CMakeFiles/PCSX2.dir/GS/GSCapture.cpp.o.d -o CMakeFiles/PCSX2.dir/GS/GSCapture.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Wavedump_wav.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:62:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
62 | __fi static void ConLog(const char* fmt, ...) {}
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:61:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
61 | __fi static void FileLog(const char* fmt, ...) {}
| ^~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
[ 53%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GS/GSClut.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GS/GSClut.cpp.o -MF CMakeFiles/PCSX2.dir/GS/GSClut.cpp.o.d -o CMakeFiles/PCSX2.dir/GS/GSClut.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:897:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
897 | static __forceinline void SetLoWord(u32& src, u16 value)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:892:27: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
892 | static __forceinline void SetHiWord(u32& src, u16 value)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:387:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
387 | __forceinline void UpdateSpdifMode()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:321:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
321 | __forceinline void TimeUpdate(u32 cClocks)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:254:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
254 | __forceinline void CheckDMAProgress(int cid)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:240:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
240 | __forceinline void CounterUpdate(u32 DMAICounter)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:93:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
93 | __forceinline void spu2M_Write(u32 addr, u16 value)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:75:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __forceinline void spu2M_Write(u32 addr, s16 value)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:68:19: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | __forceinline s16 spu2M_Read(u32 addr)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:58:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | __forceinline s16* GetMemPtr(u32 addr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:14:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:62:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
62 | __fi static void ConLog(const char* fmt, ...) {}
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:61:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
61 | __fi static void FileLog(const char* fmt, ...) {}
| ^~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/Debug.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:83:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | static __forceinline StereoOut32 clamp_mix(StereoOut32 sample)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:78:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | static __forceinline s32 clamp_mix(s32 x)
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/defs.h:73:26: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | static __forceinline s16 SignExtend16(u16 v)
| ^~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopHw.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/SPU2/spu2sys.cpp:12:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/IopMem.h:38:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | static __fi u8* iopPhysMem( u32 addr )
| ^~~~~~~~~~
[ 54%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GS/GSDrawingContext.cpp.o
cd /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 && /usr/lib/ccache/x86_64-linux-gnu-g++ -DC4_NO_DEBUG_BREAK -DCPUINFO_SUPPORTED_PLATFORM=1 -DENABLE_OPENGL -DENABLE_VULKAN -DFMT_SHARED -DHAVE_DECL_BASENAME=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DMULTI_ISA_SHARED_COMPILATION -DPCSX2_APP_DATADIR=\"../share/PCSX2\" -DSHADERC_LIBNAME=\"shaderc\" -DSI_NO_CONVERSION -DUSE_LINKED_FFMPEG -DWAYLAND_API -DX11_API -D_M_X86=1 -D__POSIX__ -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2 -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/common/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/glad/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../3rdparty/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/.. -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/rapidyaml/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/imgui/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/freesurround/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/lzma/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/demangler/include -I/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/3rdparty/ccc/src -isystem /usr/include/freetype2 -isystem /usr/include/plutosvg -isystem /usr/include/plutovg -isystem /usr/include/libchdr -isystem /usr/include/rcheevos -isystem /usr/include/soundtouch -g -O2 -ffile-prefix-map=/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++20 -msse -msse2 -msse4.1 -mfxsr -pipe -fvisibility=hidden -pthread -fno-exceptions -Wall -Wextra -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=fast -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-unknown-pragmas -fexceptions -Winvalid-pch -include /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/GS/GSDrawingContext.cpp.o -MF CMakeFiles/PCSX2.dir/GS/GSDrawingContext.cpp.o.d -o CMakeFiles/PCSX2.dir/GS/GSDrawingContext.cpp.o -c /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSDrawingContext.cpp
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp: In function ‘bool GSCapture::BeginCapture(float, GSVector2i, float, std::string)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:457:29: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
457 | if (vcodec->pix_fmts)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:459:46: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
459 | sw_pix_fmt = vcodec->pix_fmts[0];
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:460:49: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
460 | for (u32 i = 0; vcodec->pix_fmts[i] != AV_PIX_FMT_NONE; i++)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:462:45: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
462 | if (vcodec->pix_fmts[i] == preferred_sw_pix_fmt)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:464:62: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
464 | sw_pix_fmt = vcodec->pix_fmts[i];
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:689:56: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘sample_fmts’
689 | for (const AVSampleFormat* p = acodec->sample_fmts; *p != AV_SAMPLE_FMT_NONE; p++)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:700:69: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘sample_fmts’
700 | s_audio_codec_context->sample_fmt = acodec->sample_fmts[0];
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp: In function ‘GSCapture::FormatList GSCapture::GetVideoFormatList(const char*)’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:1536:22: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
1536 | if (v_codec->pix_fmts == nullptr)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:1542:34: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
1542 | for (int i = 0; v_codec->pix_fmts[i] != AVPixelFormat::AV_PIX_FMT_NONE; i++)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:1544:43: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
1544 | ret.emplace_back(v_codec->pix_fmts[i], wrap_av_get_pix_fmt_name(v_codec->pix_fmts[i]));
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:1544:90: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘pix_fmts’
1544 | ret.emplace_back(v_codec->pix_fmts[i], wrap_av_get_pix_fmt_name(v_codec->pix_fmts[i]));
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:812:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
812 | __forceinline void GSClut::ExpandCLUT64_T16(const GSVector4i& hi, const GSVector4i& lo, GSVector4i* dst)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:792:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
792 | __forceinline void GSClut::ExpandCLUT64_T16(const GSVector4i& hi, const GSVector4i& lo0, const GSVector4i& lo1, const GSVector4i& lo2, const GSVector4i& lo3, GSVector4i* dst)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:768:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
768 | __forceinline void GSClut::ExpandCLUT64_T32(const GSVector4i& hi, const GSVector4i& lo, GSVector4i* dst)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:748:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
748 | __forceinline void GSClut::ExpandCLUT64_T32(const GSVector4i& hi, const GSVector4i& lo0, const GSVector4i& lo1, const GSVector4i& lo2, const GSVector4i& lo3, GSVector4i* dst)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:635:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
635 | __forceinline void GSClut::ReadCLUT_T32_I4(const u16* RESTRICT clut, u32* RESTRICT dst)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:610:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
610 | __forceinline void GSClut::WriteCLUT_T16_I4_CSM1(const u16* RESTRICT src, u16* RESTRICT clut)
| ^~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:544:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
544 | __forceinline void GSClut::WriteCLUT_T32_I4_CSM1(const u32* RESTRICT src, u16* RESTRICT clut)
| ^~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSFunctionMap.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSVertexTrace.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSState.h:12,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSRenderer.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSClut.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:4:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: At global scope:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
396 | __fi void SmallStringBase::format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSCapture.cpp:7:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
make[4]: *** [pcsx2/CMakeFiles/PCSX2.dir/build.make:1651: pcsx2/CMakeFiles/PCSX2.dir/GS/GSCapture.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Common/GSDevice.h:13,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSGL.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSDrawingContext.cpp:5:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GS.cpp:34:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.h: In constructor ‘GSDeviceVK::PipelineSelector::PipelineSelector()’:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.h:327:54: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct GSDeviceVK::PipelineSelector’; use assignment or value-initialization instead [-Wclass-memaccess]
327 | __fi PipelineSelector() { std::memset(this, 0, sizeof(*this)); }
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.h:300:27: note: ‘struct GSDeviceVK::PipelineSelector’ declared here
300 | struct alignas(8) PipelineSelector
| ^~~~~~~~~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/ImGui/FullscreenUI.h:8,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GS.cpp:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 256]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<256>&}; _Up = SmallStackString<256>; bool <anonymous> = false; _Tp = SmallStackString<256>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: In instantiation of ‘SmallStackString<L>::SmallStackString(const SmallStackString<L>&) [with unsigned int L = 64]’:
/usr/include/c++/16/optional:231:8: required from ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {SmallStackString<64>&}; _Up = SmallStackString<64>; bool <anonymous> = false; _Tp = SmallStackString<64>]’
231 | : _M_value(std::forward<_Args>(__args)...)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/16/optional:143:4: required from here
143 | : _M_payload(__tag, std::forward<_Args>(__args)...),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:263:14: warning: base class ‘class SmallStringBase’ should be explicitly initialized in the copy constructor [-Wextra]
263 | __fi SmallStackString(const SmallStackString& copy)
| ^~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h: At global scope:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
396 | __fi void SmallStringBase::format(fmt::format_string<T...> fmt, T&&... args)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SmallString.h:396:11: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GS.cpp:10:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
14 | __forceinline bool BitEqual(const T& a, const T& b)
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:14:20: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static T GetBufferT(const u8* buffer, u32 offset)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:90:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:16,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/MTGS.h:6,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GS.cpp:18:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:295:17: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
295 | static __fi int ChannelNumber(u32 addr)
| ^~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Dmac.h:276:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
276 | static __fi const char* ChcrName(u32 addr)
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Common.h:13:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:188:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
188 | static __fi void memWrite128(u32 mem, const mem128_t& val) { vtlb_memWrite128(mem, r128_load(&val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:187:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
187 | static __fi void memWrite128(u32 mem, const mem128_t* val) { vtlb_memWrite128(mem, r128_load(val)); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:185:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
185 | static __fi void memRead128(u32 mem, mem128_t& out) { memRead128(mem, &out); }
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:181:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
181 | static __fi void memRead128(u32 mem, mem128_t* out)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:143:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
143 | __fi static u8* GetSWRecEnd() { return GetCodePtr(HostMemoryMap::SWrecOffset + HostMemoryMap::SWrecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:142:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
142 | __fi static u8* GetSWRec() { return GetCodePtr(HostMemoryMap::SWrecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:141:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
141 | __fi static u8* GetVIFUnpackRecEnd() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset + HostMemoryMap::VIFUnpackRecSize); }
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:140:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
140 | __fi static u8* GetVIFUnpackRec() { return GetCodePtr(HostMemoryMap::VIFUnpackRecOffset); }
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:139:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
139 | __fi static u8* GetVU1RecEnd() { return GetCodePtr(HostMemoryMap::mVU1recOffset + HostMemoryMap::mVU1recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:138:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
138 | __fi static u8* GetVU1Rec() { return GetCodePtr(HostMemoryMap::mVU1recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:137:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
137 | __fi static u8* GetVU0RecEnd() { return GetCodePtr(HostMemoryMap::mVU0recOffset + HostMemoryMap::mVU0recSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:136:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
136 | __fi static u8* GetVU0Rec() { return GetCodePtr(HostMemoryMap::mVU0recOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:135:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
135 | __fi static u8* GetIOPRecEnd() { return GetCodePtr(HostMemoryMap::IOPrecOffset + HostMemoryMap::IOPrecSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:134:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
134 | __fi static u8* GetIOPRec() { return GetCodePtr(HostMemoryMap::IOPrecOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:133:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
133 | __fi static u8* GetEERecEnd() { return GetCodePtr(HostMemoryMap::EErecOffset + HostMemoryMap::EErecSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:132:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
132 | __fi static u8* GetEERec() { return GetCodePtr(HostMemoryMap::EErecOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:127:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
127 | __fi static u8* GetVTLBAddressMapEnd() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset + HostMemoryMap::VTLBAddressMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:126:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
126 | __fi static u8* GetVTLBAddressMap() { return GetDataPtr(HostMemoryMap::VTLBAddressMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:125:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
125 | __fi static u8* GetVTLBVirtualMapEnd() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset + HostMemoryMap::VTLBVirtualMapSize); }
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:124:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
124 | __fi static u8* GetVTLBVirtualMap() { return GetDataPtr(HostMemoryMap::VTLBVirtualMapOffset); }
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:123:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | __fi static u8* GetVUMemEnd() { return GetDataPtr(HostMemoryMap::VUmemOffset + HostMemoryMap::VUmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:122:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
122 | __fi static u8* GetVUMem() { return GetDataPtr(HostMemoryMap::VUmemOffset); }
| ^~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:121:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
121 | __fi static u8* GetIOPMemEnd() { return GetDataPtr(HostMemoryMap::IOPmemOffset + HostMemoryMap::IOPmemSize); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:120:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
120 | __fi static u8* GetIOPMem() { return GetDataPtr(HostMemoryMap::IOPmemOffset); }
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:119:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
119 | __fi static u8* GetEEMemEnd() { return GetDataPtr(HostMemoryMap::EEmemOffset + HostMemoryMap::EEmemSize); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:118:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
118 | __fi static u8* GetEEMem() { return GetDataPtr(HostMemoryMap::EEmemOffset); }
| ^~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:9,
from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/Memory.h:6:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:100:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static void ZeroQWC(u128& dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:95:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
95 | [[maybe_unused]] __fi static void ZeroQWC(void* dest)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:90:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
90 | [[maybe_unused]] __fi static void CopyQWC(void* dest, const void* src)
| ^~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:83:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
83 | [[maybe_unused]] __fi static u128 r128_to_u128(r128 val)
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:78:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
78 | [[maybe_unused]] __fi static u64 r128_to_u64(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:73:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
73 | [[maybe_unused]] __fi static u32 r128_to_u32(r128 val)
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:68:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
68 | [[maybe_unused]] __fi static r128 r128_from_u128(const u128& u)
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:63:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
63 | [[maybe_unused]] __fi static r128 r128_from_u32x4(u32 lo0, u32 lo1, u32 hi0, u32 hi1)
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:58:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
58 | [[maybe_unused]] __fi static r128 r128_from_u32_dup(u32 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:53:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
53 | [[maybe_unused]] __fi static r128 r128_from_u64_zext(u64 val)
| ^~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:49:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
49 | [[maybe_unused]] __fi static r128 r128_from_u64_dup(u64 val)
| ^~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:43:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
43 | [[maybe_unused]] __fi static r128 r128_zero()
| ^~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:38:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
38 | [[maybe_unused]] __fi static void r128_store_unaligned(void* ptr, r128 val)
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:33:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
33 | [[maybe_unused]] __fi static void r128_store(void* ptr, r128 val)
| ^~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/SingleRegisterTypes.h:28:35: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
28 | [[maybe_unused]] __fi static r128 r128_load(const void* ptr)
| ^~~~~~~~~
In file included from /build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/vtlb.h:8:
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:123:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
123 | [[maybe_unused]] __fi static void FlushInstructionCache(void* address, u32 size) {}
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:113:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
113 | [[maybe_unused]] __fi static void EndCodeWrite() {}
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:112:43: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
112 | [[maybe_unused]] __fi static void BeginCodeWrite() {}
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:84:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
84 | static __fi PageProtectionMode PageAccess_Any()
| ^~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:79:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
79 | static __fi PageProtectionMode PageAccess_ExecOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:74:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | static __fi PageProtectionMode PageAccess_ReadWrite()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:69:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
69 | static __fi PageProtectionMode PageAccess_WriteOnly()
| ^~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:64:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
64 | static __fi PageProtectionMode PageAccess_ReadOnly()
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/HostSys.h:59:32: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
59 | static __fi PageProtectionMode PageAccess_None()
| ^~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:81:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
81 | __fi static bool CanPreloadTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/pcsx2/GS/GSExtra.h:75:18: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
75 | __fi static bool CanCacheTextureSize(u32 tw, u32 th)
| ^~~~~~~~~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:100:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
100 | [[maybe_unused]] __fi static u64 GetBufferU64(const u8* buffer, u32 offset) { return GetBufferT<u64>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:99:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
99 | [[maybe_unused]] __fi static u32 GetBufferU32(const u8* buffer, u32 offset) { return GetBufferT<u32>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:98:34: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
98 | [[maybe_unused]] __fi static u16 GetBufferU16(const u8* buffer, u32 offset) { return GetBufferT<u16>(buffer, offset); }
| ^~~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:97:33: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
97 | [[maybe_unused]] __fi static u8 GetBufferU8(const u8* buffer, u32 offset) { return GetBufferT<u8>(buffer, offset); }
| ^~~~~~~~~~~
/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/common/../common/BitUtils.h:74:25: warning: ‘always_inline’ function might not be inlinable unless also declared ‘inline’ [-Wattributes]
74 | __fi static u32 CountLeadingSignBits(s32 n)
| ^~~~~~~~~~~~~~~~~~~~
make[4]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:763: pcsx2/CMakeFiles/PCSX2.dir/all] Error 2
make[3]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:139: all] Error 2
make[2]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j7 INSTALL="install --strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/pcsx2-Nz2KWJ/pcsx2-2.6.3+dfsg'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
Build finished at 2026-08-13T19:49:56Z
Finished
--------
+------------------------------------------------------------------------------+
| Cleanup Thu, 13 Aug 2026 19:49:57 +0000 |
+------------------------------------------------------------------------------+
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died with exit 2)
+------------------------------------------------------------------------------+
| Summary Thu, 13 Aug 2026 19:49:57 +0000 |
+------------------------------------------------------------------------------+
Build Architecture: amd64
Build Type: full
Build-Space: 1564976
Build-Time: 160
Distribution: experimental
Fail-Stage: build
Host Architecture: amd64
Install-Time: 107
Job: pcsx2
Machine Architecture: amd64
Package: pcsx2
Package-Time: 272
Source-Version: 2.6.3+dfsg-1
Space: 1564976
Status: attempted
Version: 2.6.3+dfsg-1
--------------------------------------------------------------------------------
Finished at 2026-08-13T19:49:56Z
Build needed 00:04:32, 1564976k disk space
More information about the Pkg-games-devel
mailing list