➜ Playstation 3 export Qt6_DIR=$(brew --prefix)/opt/qt6 export VULKAN_SDK=$(brew --prefix)/opt/molten-vk export VK_ICD_FILENAMES=$VULKAN_SDK/share/vulkan/icd.d/MoltenVK_icd.json export LLVM_DIR=$(brew --prefix)/opt/llvm@17 ➜ Playstation 3 git clone https://github.com/RPCS3/rpcs3 cd rpcs3 Cloning into 'rpcs3'... remote: Enumerating objects: 155300, done. remote: Counting objects: 100% (784/784), done. remote: Compressing objects: 100% (385/385), done. remote: Total 155300 (delta 490), reused 610 (delta 399), pack-reused 154516 Receiving objects: 100% (155300/155300), 114.05 MiB | 24.12 MiB/s, done. Resolving deltas: 100% (129259/129259), done. ➜ rpcs3 git:(master) sed -i -e 's/net.rpcs3.rpcs3/net.rpcs3.rpcs3-arm/' ./rpcs3/rpcs3.plist.in ➜ rpcs3 git:(master) ✗ git submodule update --init ./3rdparty/asmjit git submodule update --init ./3rdparty/cubeb git submodule update --init ./3rdparty/curl git submodule update --init ./3rdparty/flatbuffers git submodule update --init ./3rdparty/glslang git submodule update --init ./3rdparty/GPUOpen git submodule update --init ./3rdparty/hidapi git submodule update --init ./3rdparty/libusb git submodule update --init ./3rdparty/miniupnp git submodule update --init ./3rdparty/pine git submodule update --init ./3rdparty/pugixml git submodule update --init ./3rdparty/rtmidi git submodule update --init ./3rdparty/SoundTouch git submodule update --init ./3rdparty/SPIRV git submodule update --init ./3rdparty/stblib git submodule update --init ./3rdparty/wolfssl git submodule update --init ./3rdparty/xxHash git submodule update --init ./3rdparty/yaml-cpp Submodule 'asmjit' (https://github.com/asmjit/asmjit.git) registered for path '3rdparty/asmjit/asmjit' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/asmjit/asmjit'... Submodule path '3rdparty/asmjit/asmjit': checked out '416f7356967c1f66784dc1580fe157f9406d8bff' Submodule '3rdparty/cubeb/cubeb' (https://github.com/mozilla/cubeb.git) registered for path '3rdparty/cubeb/cubeb' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/cubeb/cubeb'... Submodule path '3rdparty/cubeb/cubeb': checked out '70b4e3db7822de4d534959885cda109d6edbee36' Submodule '3rdparty/curl' (https://github.com/curl/curl.git) registered for path '3rdparty/curl/curl' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/curl/curl'... Submodule path '3rdparty/curl/curl': checked out '5ce164e0e9290c96eb7d502173426c0a135ec008' Submodule '3rdparty/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path '3rdparty/flatbuffers' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/flatbuffers'... Submodule path '3rdparty/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' Submodule '3rdparty/glslang' (https://github.com/KhronosGroup/glslang.git) registered for path '3rdparty/glslang/glslang' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/glslang/glslang'... Submodule path '3rdparty/glslang/glslang': checked out '36d08c0d940cf307a23928299ef52c7970d8cee6' Submodule '3rdparty/hidapi' (https://github.com/RPCS3/hidapi.git) registered for path '3rdparty/hidapi/hidapi' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/hidapi/hidapi'... Submodule path '3rdparty/hidapi/hidapi': checked out '8b43a97a9330f8b0035439ce9e255e4be202deca' Submodule '3rdparty/libusb' (https://github.com/libusb/libusb.git) registered for path '3rdparty/libusb/libusb' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/libusb/libusb'... Submodule path '3rdparty/libusb/libusb': checked out 'd52e355daa09f17ce64819122cb067b8a2ee0d4b' Submodule '3rdparty/miniupnp/miniupnp' (https://github.com/miniupnp/miniupnp.git) registered for path '3rdparty/miniupnp/miniupnp' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/miniupnp/miniupnp'... Submodule path '3rdparty/miniupnp/miniupnp': checked out 'f22a96b4697699d32fdc2d17c5d0ad7880a99c24' Submodule '3rdparty/pugixml' (https://github.com/zeux/pugixml.git) registered for path '3rdparty/pugixml' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/pugixml'... Submodule path '3rdparty/pugixml': checked out 'db78afc2b7d8f043b4bc6b185635d949ea2ed2a8' Submodule '3rdparty/rtmidi/rtmidi' (https://github.com/thestk/rtmidi) registered for path '3rdparty/rtmidi/rtmidi' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/rtmidi/rtmidi'... Submodule path '3rdparty/rtmidi/rtmidi': checked out '1e5b49925aa60065db52de44c366d446a902547b' Submodule '3rdparty/SoundTouch/soundtouch' (https://github.com/RPCS3/soundtouch.git) registered for path '3rdparty/SoundTouch/soundtouch' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/SoundTouch/soundtouch'... Submodule path '3rdparty/SoundTouch/soundtouch': checked out 'ced3ce8d5ecc5aef8a5156fea206a37b33774bf3' Submodule '3rdparty/SPIRV-Headers' (https://github.com/KhronosGroup/SPIRV-Headers.git) registered for path '3rdparty/SPIRV/SPIRV-Headers' Submodule '3rdparty/SPIRV-Tools' (https://github.com/KhronosGroup/SPIRV-Tools.git) registered for path '3rdparty/SPIRV/SPIRV-Tools' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/SPIRV/SPIRV-Headers'... Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/SPIRV/SPIRV-Tools'... Submodule path '3rdparty/SPIRV/SPIRV-Headers': checked out 'e867c06631767a2d96424cbec530f9ee5e78180f' Submodule path '3rdparty/SPIRV/SPIRV-Tools': checked out '360d469b9eac54d6c6e20f609f9ec35e3a5380ad' Submodule '3rdparty/wolfssl' (https://github.com/wolfSSL/wolfssl.git) registered for path '3rdparty/wolfssl/wolfssl' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/wolfssl/wolfssl'... Submodule path '3rdparty/wolfssl/wolfssl': checked out '66596ad9e1d7efa8479656872cf09c9c1870a02e' Submodule '3rdparty/xxHash' (https://github.com/Cyan4973/xxHash.git) registered for path '3rdparty/xxHash' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/xxHash'... Submodule path '3rdparty/xxHash': checked out 'bbb27a5efb85b92a0486cf361a8635715a53f6ba' Submodule '3rdparty/yaml-cpp' (https://github.com/RPCS3/yaml-cpp.git) registered for path '3rdparty/yaml-cpp/yaml-cpp' Cloning into '/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/yaml-cpp/yaml-cpp'... Submodule path '3rdparty/yaml-cpp/yaml-cpp': checked out '456c68f452da09d8ca84b375faa2b1397713eaba' ➜ rpcs3 git:(master) ✗ sed -i '' "s/extern const double NSAppKitVersionNumber;/const double NSAppKitVersionNumber = 1343;/g" 3rdparty/hidapi/hidapi/mac/hid.c ➜ rpcs3 git:(master) ✗ git fetch origin pull/15240/head:test-build remote: Enumerating objects: 17, done. remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 100% (1/1), done. remote: Total 9 (delta 6), reused 9 (delta 6), pack-reused 0 Unpacking objects: 100% (9/9), 1.47 KiB | 150.00 KiB/s, done. From https://github.com/RPCS3/rpcs3 * [new ref] refs/pull/15240/head -> test-build ➜ rpcs3 git:(master) ✗ git checkout test-build M rpcs3/rpcs3.plist.in Switched to branch 'test-build' ➜ rpcs3 git:(test-build) ✗ mkdir build ➜ rpcs3 git:(test-build) ✗ cd build ➜ build git:(test-build) ✗ cmake .. -DUSE_ALSA=OFF \ -DUSE_PULSE=OFF \ -DUSE_AUDIOUNIT=ON \ -DUSE_NATIVE_INSTRUCTIONS=OFF \ -DUSE_SYSTEM_FFMPEG=on \ -DCMAKE_OSX_ARCHITECTURES="arm64" \ -DLLVM_TARGETS_TO_BUILD="AArch64;ARM" \ -GNinja \ -DUSE_SYSTEM_MVK=on \ -DUSE_FAUDIO=OFF \ -DBUILD_LLVM=OFF\ -DUSE_SYSTEM_LIBPNG=ON -- The C compiler identification is AppleClang 15.0.0.15000100 -- The CXX compiler identification is AppleClang 15.0.0.15000100 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- No build type selected, default to Release -- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "0.29.2") -- RPCS3: Using system ZLIB -- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/libz.tbd (found version "1.2.12") -- Found PNG: /opt/homebrew/lib/libpng.dylib (found version "1.6.42") -- Checking for module 'libusb-1.0>=1.0' -- Found libusb-1.0, version 1.0.27 CMake Deprecation Warning at 3rdparty/libusb/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found CoreFoundation -- Found IOKit -- Performing Test NEED_OBJC_REGISTER_THREAD_WITH_COLLECTOR -- Performing Test NEED_OBJC_REGISTER_THREAD_WITH_COLLECTOR - Success -- Looking for include file sys/timerfd.h -- Looking for include file sys/timerfd.h - not found -- Looking for include file poll.h -- Looking for include file poll.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of nfds_t -- Check size of nfds_t - done -- Generated configuration file in /Applications/Games/Emulators/Playstation 3/rpcs3/build/3rdparty/libusb/config.h CMake Deprecation Warning at 3rdparty/hidapi/hidapi/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at 3rdparty/hidapi/hidapi/mac/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at 3rdparty/xxHash/cmake_unofficial/CMakeLists.txt:8 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- xxHash build type: Release -- Architecture: arm64 -- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework -- Performing Test COMPILER_X86 -- Performing Test COMPILER_X86 - Success -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Looking for include file jack/jack.h -- Looking for include file jack/jack.h - not found -- Looking for include file sndio.h -- Looking for include file sndio.h - not found -- Looking for include file aaudio/AAudio.h -- Looking for include file aaudio/AAudio.h - not found -- Looking for include file audioclient.h -- Looking for include file audioclient.h - not found -- Looking for include files windows.h, mmsystem.h -- Looking for include files windows.h, mmsystem.h - not found -- Looking for include file SLES/OpenSLES.h -- Looking for include file SLES/OpenSLES.h - not found -- Looking for include file sys/soundcard.h -- Looking for include file sys/soundcard.h - not found -- Looking for include file android/log.h -- Looking for include file android/log.h - not found -- Looking for include file sys/audioio.h -- Looking for include file sys/audioio.h - not found -- Looking for include file kai.h -- Looking for include file kai.h - not found -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Checking for modules 'libevdev;libudev' -- No package 'libevdev' found -- No package 'libudev' found -- RPCS3: Using system MoltenVK -- Found Vulkan: /opt/homebrew/opt/molten-vk/lib/libvulkan.dylib (found version "1.3.278") found components: glslangValidator missing components: glslc -- Performing Test __CxxFlag__fno_threadsafe_statics -- Performing Test __CxxFlag__fno_threadsafe_statics - Success -- Performing Test __CxxFlag__fmerge_all_constants -- Performing Test __CxxFlag__fmerge_all_constants - Success -- Performing Test __CxxFlag__fno_enforce_eh_specs -- Performing Test __CxxFlag__fno_enforce_eh_specs - Failed -- Dependency: adding libc (Linux, BSD, or other UNIX/POSIX environment) -- Performing Test ASMJIT_LIBC_HAS_LIBPTHREAD -- Performing Test ASMJIT_LIBC_HAS_LIBPTHREAD - Success -- Dependency: libpthread provided by libc (not linking to libpthread) ** AsmJit Summary ** ASMJIT_DIR=/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/asmjit/asmjit ASMJIT_TEST=FALSE ASMJIT_TARGET_TYPE=EMBED ASMJIT_DEPS=c ASMJIT_LIBS=c ASMJIT_CFLAGS=-DASMJIT_STATIC;-DASMJIT_NO_DEPRECATED ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-DASMJIT_STATIC;-DASMJIT_NO_DEPRECATED ASMJIT_PRIVATE_CFLAGS_DBG= ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants -- Found OpenAL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework -- RPCS3: using shared ffmpeg -- Checking for module 'libavcodec' -- Found libavcodec, version 60.31.102 -- Checking for module 'libavformat' -- Found libavformat, version 60.16.100 -- Checking for module 'libavutil' -- Found libavutil, version 58.29.100 -- Checking for module 'libswscale' -- Found libswscale, version 7.5.100 -- Checking for module 'libswresample' -- Found libswresample, version 4.12.100 -- Found FFMPEG or Libav: /opt/homebrew/lib/libavcodec.dylib;/opt/homebrew/lib/libavformat.dylib;/opt/homebrew/lib/libavutil.dylib;/opt/homebrew/lib/libswscale.dylib;/opt/homebrew/lib/libswresample.dylib, /opt/homebrew/include -- Found GLEW: /opt/homebrew/lib/cmake/glew/glew-config.cmake -- Performing Test COMPILER_ARM -- Performing Test COMPILER_ARM - Success -- Using prebuilt or system LLVM CMake Warning at 3rdparty/llvm/CMakeLists.txt:56 (find_package): Could not find a configuration file for package "LLVM" that is compatible with requested version "16.0". The following configuration files were considered but not accepted: /opt/homebrew/opt/llvm@17/lib/cmake/llvm/LLVMConfig.cmake, version: 17.0.6 /opt/homebrew/opt/llvm@17/lib/cmake/llvm/llvm-config.cmake, version: unknown -- Performing Test HAVE_FFI_CALL -- Performing Test HAVE_FFI_CALL - Success -- Found FFI: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/libffi.tbd -- Looking for histedit.h -- Looking for histedit.h - found -- Found LibEdit: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include (found version "2.11") -- Performing Test Terminfo_LINKABLE -- Performing Test Terminfo_LINKABLE - Success -- Found Terminfo: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/libcurses.tbd -- Found zstd: /opt/homebrew/lib/libzstd.dylib -- Found LibXml2: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/libxml2.tbd (found version "2.9.13") -- The ASM compiler identification is AppleClang -- Found assembler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- Looking for arpa/inet.h -- Looking for arpa/inet.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for limits.h -- Looking for limits.h - found -- Looking for netdb.h -- Looking for netdb.h - found -- Looking for netinet/in.h -- Looking for netinet/in.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for sys/ioctl.h -- Looking for sys/ioctl.h - found -- Looking for sys/socket.h -- Looking for sys/socket.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for errno.h -- Looking for errno.h - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for gmtime_r -- Looking for gmtime_r - found -- Looking for inet_ntoa -- Looking for inet_ntoa - found -- Looking for memset -- Looking for memset - found -- Looking for socket -- Looking for socket - found -- Looking for strftime -- Looking for strftime - found -- Looking for __atomic_fetch_add -- Looking for __atomic_fetch_add - not found -- Check size of __uint128_t -- Check size of __uint128_t - done -- Check size of long long -- Check size of long long - done -- Check size of long -- Check size of long - done -- Check size of time_t -- Check size of time_t - done -- Performing Test THREAD_LS_ON -- Performing Test THREAD_LS_ON - Success -- Looking for Security/SecTrustSettings.h -- Looking for Security/SecTrustSettings.h - found -- Looking for Security/SecCertificate.h -- Looking for Security/SecCertificate.h - found -- Looking for Security/SecTrust.h -- Looking for Security/SecTrust.h - found -- Looking for Security/SecPolicy.h -- Looking for Security/SecPolicy.h - found Generating user options header... -- Static Libs: wolfcrypt/src/hmac.c;wolfcrypt/src/hash.c;wolfcrypt/src/cpuid.c;wolfcrypt/src/kdf.c;wolfcrypt/src/random.c;wolfcrypt/src/sha256.c;wolfcrypt/src/rsa.c;wolfcrypt/src/sp_int.c;wolfcrypt/src/aes.c;wolfcrypt/src/des3.c;wolfcrypt/src/sha.c;wolfcrypt/src/sha512.c;wolfcrypt/src/sha3.c;wolfcrypt/src/logging.c;wolfcrypt/src/wc_port.c;wolfcrypt/src/error.c;wolfcrypt/src/wc_encrypt.c;wolfcrypt/src/signature.c;wolfcrypt/src/wolfmath.c;wolfcrypt/src/memory.c;wolfcrypt/src/dh.c;wolfcrypt/src/asn.c;wolfcrypt/src/coding.c;wolfcrypt/src/poly1305.c;wolfcrypt/src/md5.c;wolfcrypt/src/pwdbased.c;wolfcrypt/src/pkcs12.c;wolfcrypt/src/chacha.c;wolfcrypt/src/chacha20_poly1305.c;wolfcrypt/src/tfm.c;wolfcrypt/src/integer.c;wolfcrypt/src/ecc.c;src/internal.c;src/wolfio.c;src/keys.c;src/ssl.c;src/ocsp.c;src/tls.c -- WOLFSSL_INCLUDE_DIRS is blank. No additional directories will be added. -- RPCS3: building libcurl + wolfssl submodules -- Using CMake version 3.28.3 -- curl version=[8.6.0-DEV] -- Picky compiler options: -Wextra -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wshift-sign-overflow -Wshorten-64-to-32 -Wlanguage-extension-token -Wformat=2 -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -Wunreachable-code-break -Wheader-guard -Wsometimes-uninitialized -Wcomma -Wmissing-variable-declarations -Wassign-enum -Wextra-semi-stmt -Wimplicit-fallthrough -- Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR -- Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR - Success -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Success -- Found Perl: /usr/bin/perl (found version "5.30.3") CMake Warning at 3rdparty/curl/curl/CMake/Macros.cmake:96 (message): Found no *nroff program Call Stack (most recent call first): 3rdparty/curl/curl/CMakeLists.txt:315 (curl_nroff_check) CMake Warning at 3rdparty/curl/curl/CMakeLists.txt:321 (message): Perl not found, or nroff not useful. Will not build manuals. -- Looking for connect in socket -- Looking for connect in socket - not found -- Looking for gethostname -- Looking for gethostname - found -- Looking for SSL_set0_wbio -- Looking for SSL_set0_wbio - not found -- Looking for SSL_CTX_set_srp_username -- Looking for SSL_CTX_set_srp_username - not found -- Performing Test USE_UNIX_SOCKETS -- Performing Test USE_UNIX_SOCKETS - Success -- Found CA bundle: /etc/ssl/cert.pem -- Looking for include file sys/filio.h -- Looking for include file sys/filio.h - found -- Looking for include files sys/filio.h, sys/wait.h -- Looking for include files sys/filio.h, sys/wait.h - found -- Looking for 4 include files sys/filio.h, ..., sys/param.h -- Looking for 4 include files sys/filio.h, ..., sys/param.h - found -- Looking for 5 include files sys/filio.h, ..., sys/poll.h -- Looking for 5 include files sys/filio.h, ..., sys/poll.h - found -- Looking for 6 include files sys/filio.h, ..., sys/resource.h -- Looking for 6 include files sys/filio.h, ..., sys/resource.h - found -- Looking for 7 include files sys/filio.h, ..., sys/select.h -- Looking for 7 include files sys/filio.h, ..., sys/select.h - found -- Looking for 9 include files sys/filio.h, ..., sys/sockio.h -- Looking for 9 include files sys/filio.h, ..., sys/sockio.h - found -- Looking for 13 include files sys/filio.h, ..., sys/un.h -- Looking for 13 include files sys/filio.h, ..., sys/un.h - found -- Looking for 14 include files sys/filio.h, ..., sys/utime.h -- Looking for 14 include files sys/filio.h, ..., sys/utime.h - not found -- Looking for 14 include files sys/filio.h, ..., sys/xattr.h -- Looking for 14 include files sys/filio.h, ..., sys/xattr.h - found -- Looking for 17 include files sys/filio.h, ..., ifaddrs.h -- Looking for 17 include files sys/filio.h, ..., ifaddrs.h - found -- Looking for 18 include files sys/filio.h, ..., io.h -- Looking for 18 include files sys/filio.h, ..., io.h - not found -- Looking for 18 include files sys/filio.h, ..., libgen.h -- Looking for 18 include files sys/filio.h, ..., libgen.h - found -- Looking for 19 include files sys/filio.h, ..., locale.h -- Looking for 19 include files sys/filio.h, ..., locale.h - found -- Looking for 20 include files sys/filio.h, ..., net/if.h -- Looking for 20 include files sys/filio.h, ..., net/if.h - found -- Looking for 23 include files sys/filio.h, ..., netinet/tcp.h -- Looking for 23 include files sys/filio.h, ..., netinet/tcp.h - found -- Looking for 24 include files sys/filio.h, ..., netinet/udp.h -- Looking for 24 include files sys/filio.h, ..., netinet/udp.h - found -- Looking for linux/tcp.h -- Looking for linux/tcp.h - not found -- Looking for 26 include files sys/filio.h, ..., pwd.h -- Looking for 26 include files sys/filio.h, ..., pwd.h - found -- Looking for 27 include files sys/filio.h, ..., stdatomic.h -- Looking for 27 include files sys/filio.h, ..., stdatomic.h - found -- Looking for 28 include files sys/filio.h, ..., stdbool.h -- Looking for 28 include files sys/filio.h, ..., stdbool.h - found -- Looking for 30 include files sys/filio.h, ..., stropts.h -- Looking for 30 include files sys/filio.h, ..., stropts.h - not found -- Looking for 30 include files sys/filio.h, ..., termio.h -- Looking for 30 include files sys/filio.h, ..., termio.h - not found -- Looking for 30 include files sys/filio.h, ..., termios.h -- Looking for 30 include files sys/filio.h, ..., termios.h - found -- Looking for 32 include files sys/filio.h, ..., utime.h -- Looking for 32 include files sys/filio.h, ..., utime.h - found -- Check size of size_t -- Check size of size_t - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of int -- Check size of int - done -- Check size of __int64 -- Check size of __int64 - failed -- Check size of suseconds_t -- Check size of suseconds_t - done -- Looking for fnmatch -- Looking for fnmatch - found -- Looking for basename -- Looking for basename - found -- Looking for sched_yield -- Looking for sched_yield - found -- Looking for socketpair -- Looking for socketpair - found -- Looking for recv -- Looking for recv - found -- Looking for send -- Looking for send - found -- Looking for sendmsg -- Looking for sendmsg - found -- Looking for select -- Looking for select - found -- Looking for strdup -- Looking for strdup - found -- Looking for strtok_r -- Looking for strtok_r - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for stricmp -- Looking for stricmp - not found -- Looking for strcmpi -- Looking for strcmpi - not found -- Looking for memrchr -- Looking for memrchr - not found -- Looking for alarm -- Looking for alarm - found -- Looking for arc4random -- Looking for arc4random - found -- Looking for fcntl -- Looking for fcntl - found -- Looking for getppid -- Looking for getppid - found -- Looking for utimes -- Looking for utimes - found -- Looking for closesocket -- Looking for closesocket - not found -- Looking for sigsetjmp -- Looking for sigsetjmp - found -- Looking for getpass_r -- Looking for getpass_r - not found -- Looking for getpwuid -- Looking for getpwuid - found -- Looking for getpwuid_r -- Looking for getpwuid_r - found -- Looking for geteuid -- Looking for geteuid - found -- Looking for utime -- Looking for utime - found -- Looking for gethostbyname_r -- Looking for gethostbyname_r - not found -- Looking for signal -- Looking for signal - found -- Looking for strtoll -- Looking for strtoll - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for sigaction -- Looking for sigaction - found -- Looking for siginterrupt -- Looking for siginterrupt - found -- Looking for getifaddrs -- Looking for getifaddrs - found -- Looking for freeaddrinfo -- Looking for freeaddrinfo - found -- Looking for pipe -- Looking for pipe - found -- Looking for ftruncate -- Looking for ftruncate - found -- Looking for fseeko -- Looking for fseeko - found -- Looking for _fseeki64 -- Looking for _fseeki64 - not found -- Looking for getpeername -- Looking for getpeername - found -- Looking for getsockname -- Looking for getsockname - found -- Looking for if_nametoindex -- Looking for if_nametoindex - found -- Looking for getrlimit -- Looking for getrlimit - found -- Looking for setlocale -- Looking for setlocale - found -- Looking for setmode -- Looking for setmode - found -- Looking for setrlimit -- Looking for setrlimit - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for mach_absolute_time -- Looking for mach_absolute_time - found -- Looking for inet_ntop -- Looking for inet_ntop - found -- Looking for inet_pton -- Looking for inet_pton - found -- Looking for fsetxattr -- Looking for fsetxattr - found -- Performing Test HAVE_FSETXATTR_5 -- Performing Test HAVE_FSETXATTR_5 - Failed -- Performing Test HAVE_FSETXATTR_6 -- Performing Test HAVE_FSETXATTR_6 - Success -- Check size of sa_family_t -- Check size of sa_family_t - done -- Performing Test HAVE_FCNTL_O_NONBLOCK -- Performing Test HAVE_FCNTL_O_NONBLOCK - Success -- Performing Test HAVE_IOCTLSOCKET -- Performing Test HAVE_IOCTLSOCKET - Failed -- Performing Test HAVE_IOCTLSOCKET_CAMEL -- Performing Test HAVE_IOCTLSOCKET_CAMEL - Failed -- Performing Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO -- Performing Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO - Failed -- Performing Test HAVE_IOCTLSOCKET_FIONBIO -- Performing Test HAVE_IOCTLSOCKET_FIONBIO - Failed -- Performing Test HAVE_IOCTL_FIONBIO -- Performing Test HAVE_IOCTL_FIONBIO - Success -- Performing Test HAVE_IOCTL_SIOCGIFADDR -- Performing Test HAVE_IOCTL_SIOCGIFADDR - Success -- Performing Test HAVE_SETSOCKOPT_SO_NONBLOCK -- Performing Test HAVE_SETSOCKOPT_SO_NONBLOCK - Failed -- Performing Test HAVE_O_NONBLOCK -- Performing Test HAVE_O_NONBLOCK - Failed -- Performing Test HAVE_GETHOSTBYNAME_R_3 -- Performing Test HAVE_GETHOSTBYNAME_R_3 - Failed -- Performing Test HAVE_GETHOSTBYNAME_R_5 -- Performing Test HAVE_GETHOSTBYNAME_R_5 - Failed -- Performing Test HAVE_GETHOSTBYNAME_R_6 -- Performing Test HAVE_GETHOSTBYNAME_R_6 - Failed -- Performing Test HAVE_GETHOSTBYNAME_R_3_REENTRANT -- Performing Test HAVE_GETHOSTBYNAME_R_3_REENTRANT - Failed -- Performing Test HAVE_GETHOSTBYNAME_R_5_REENTRANT -- Performing Test HAVE_GETHOSTBYNAME_R_5_REENTRANT - Failed -- Performing Test HAVE_GETHOSTBYNAME_R_6_REENTRANT -- Performing Test HAVE_GETHOSTBYNAME_R_6_REENTRANT - Failed -- Performing Test HAVE_IN_ADDR_T -- Performing Test HAVE_IN_ADDR_T - Success -- Performing Test HAVE_BOOL_T -- Performing Test HAVE_BOOL_T - Success -- Performing Test STDC_HEADERS -- Performing Test STDC_HEADERS - Success -- Performing Test HAVE_FILE_OFFSET_BITS -- Performing Test HAVE_FILE_OFFSET_BITS - Success -- Performing Test HAVE_ATOMIC -- Performing Test HAVE_ATOMIC - Success -- Check size of off_t -- Check size of off_t - done -- Check size of curl_off_t -- Check size of curl_off_t - done -- Check size of curl_socket_t -- Check size of curl_socket_t - done -- Performing Test HAVE_WRITABLE_ARGV -- Performing Test HAVE_WRITABLE_ARGV - Success -- Performing Test HAVE_GLIBC_STRERROR_R -- Performing Test HAVE_GLIBC_STRERROR_R - Failed -- Performing Test HAVE_POSIX_STRERROR_R -- Performing Test HAVE_POSIX_STRERROR_R - Success -- Performing Test HAVE_CLOCK_GETTIME_MONOTONIC -- Performing Test HAVE_CLOCK_GETTIME_MONOTONIC - Success -- Performing Test HAVE_BUILTIN_AVAILABLE -- Performing Test HAVE_BUILTIN_AVAILABLE - Success -- Check size of struct sockaddr_storage -- Check size of struct sockaddr_storage - done -- Performing Test HAVE_MSG_NOSIGNAL -- Performing Test HAVE_MSG_NOSIGNAL - Success -- Performing Test HAVE_STRUCT_TIMEVAL -- Performing Test HAVE_STRUCT_TIMEVAL - Success -- Performing Test HAVE_CLOCK_GETTIME_MONOTONIC_RAW -- Performing Test HAVE_CLOCK_GETTIME_MONOTONIC_RAW - Success -- Enabled features: SSL IPv6 UnixSockets libz AsynchDNS Largefile alt-svc HSTS threadsafe -- Enabled protocols: HTTP HTTPS IPFS IPNS -- Enabled SSL backends: wolfSSL -- Checking for module 'jack' -- No package 'jack' found -- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) -- Compiling with support for: coremidi -- Found Git: /usr/bin/git (found version "2.39.3 (Apple Git-145)") -- Performing Test HAS_NO_PIE -- Performing Test HAS_NO_PIE - Success -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Success -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Found WrapOpenGL: TRUE -- Found WrapVulkanHeaders: /opt/homebrew/include -- Looking for clock_gettime -- Looking for clock_gettime - found -- RPCS3_GIT_VERSION: 16135-8286c675 -- RPCS3_GIT_BRANCH: test-build -- RPCS3_GIT_FULL_BRANCH: local_build -- Configuring done (18.4s) -- Generating done (0.3s) -- Build files have been written to: /Applications/Games/Emulators/Playstation 3/rpcs3/build ➜ build git:(test-build) ✗ ninja [0/2] Re-checking globbed directories... [106/1027] Linking CXX static library ...slang/OGLCompilersDLL/libOGLCompiler.a warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive library: 3rdparty/glslang/glslang/OGLCompilersDLL/libOGLCompiler.a the table of contents is empty (no object file members in the library define global symbols) [451/1027] Building CXX object rpcs3/E...es/rpcs3_emu.dir/savestate_utils.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/savestate_utils.cpp:6: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [452/1027] Building CXX object rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/System.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/System.cpp:6: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/system_progress.hpp:39:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] std::tie(m_prev, m_prev_id, m_id) = g_progr.atomic_op([this, text = ensure(text)](progress_dialog_string_t& progr) ^~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/System.cpp:2501:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] CallFromMainThread([this]() ^~~~ 2 warnings generated. [458/1027] Building CXX object rpcs3/E...es/rpcs3_emu.dir/system_progress.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/system_progress.cpp:2: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/system_progress.hpp:39:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] std::tie(m_prev, m_prev_id, m_id) = g_progr.atomic_op([this, text = ensure(text)](progress_dialog_string_t& progr) ^~~~~ 1 warning generated. [469/1027] Building CXX object rpcs3/E...pcs3_emu.dir/__/util/media_utils.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/media_utils.cpp:1010:33: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] const auto create_context = [this, &av](bool is_video) -> bool ^~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/media_utils.cpp:1185:23: warning: 'frame_number' is deprecated [-Wdeprecated-declarations] av.video.context->frame_number = 0; ^ /opt/homebrew/include/libavcodec/avcodec.h:1105:5: note: 'frame_number' has been explicitly marked deprecated here attribute_deprecated ^ /opt/homebrew/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 2 warnings generated. [476/1027] Building CXX object rpcs3/E...mu.dir/__/util/serialization_ext.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/serialization_ext.cpp:4: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/serialization_ext.cpp:313:22: warning: 'wait' is deprecated [-Wdeprecated-declarations] m_pending_bytes.wait(new_value); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:1691:4: note: 'wait' has been explicitly marked deprecated here [[deprecated]] void wait(type old_value, atomic_wait_timeout timeout = atomic_wait_timeout::inf) const ^ 76 warnings generated. [480/1027] Building CXX object rpcs3/E...3_emu.dir/__/__/Utilities/JITASM.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/JITASM.cpp:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [490/1027] Building CXX object rpcs3/E...3_emu.dir/__/__/Utilities/StrFmt.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/StrFmt.cpp:30:28: warning: 'codecvt_utf8' is deprecated [-Wdeprecated-declarations] std::wstring_convert, wchar_t> converter{}; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/codecvt:187:28: note: 'codecvt_utf8' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 codecvt_utf8 ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:862:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:835:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/StrFmt.cpp:30:7: warning: 'wstring_convert>' is deprecated [-Wdeprecated-declarations] std::wstring_convert, wchar_t> converter{}; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/locale:3603:28: note: 'wstring_convert>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:862:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:835:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/StrFmt.cpp:74:28: warning: 'codecvt_utf8_utf16' is deprecated [-Wdeprecated-declarations] std::wstring_convert, wchar_t> converter{}; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/codecvt:541:28: note: 'codecvt_utf8_utf16' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 codecvt_utf8_utf16 ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:862:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:835:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/StrFmt.cpp:74:7: warning: 'wstring_convert>' is deprecated [-Wdeprecated-declarations] std::wstring_convert, wchar_t> converter{}; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/locale:3603:28: note: 'wstring_convert>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:862:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:835:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. [492/1027] Building CXX object rpcs3/E...3_emu.dir/__/__/Utilities/Thread.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/Thread.cpp:89: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/Thread.cpp:2252:62: warning: unused parameter 'c' [-Wunused-parameter] return build_function_asm("", [&](native_asm& c, auto& args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/Thread.cpp:2252:71: warning: unused parameter 'args' [-Wunused-parameter] return build_function_asm("", [&](native_asm& c, auto& args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/Utilities/Thread.cpp:2250:61: warning: unused parameter 'entry' [-Wunused-parameter] thread_base::native_entry thread_base::make_trampoline(u64(*entry)(thread_base* _base)) ^ 78 warnings generated. [494/1027] Building CXX object rpcs3/E...iles/rpcs3_emu.dir/__/Crypto/aes.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Crypto/aes.cpp:601:1: warning: unused label 'done' [-Wunused-label] done: ^~~~~ 1 warning generated. [499/1027] Building CXX object rpcs3/E...s/rpcs3_emu.dir/__/Crypto/unedat.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Crypto/unedat.cpp:721:113: warning: unused parameter 'verbose' [-Wunused-parameter] fs::file DecryptEDAT(const fs::file& input, const std::string& input_file_name, int mode, u8 *custom_klic, bool verbose) ^ 1 warning generated. [504/1027] Building CXX object rpcs3/E...es/rpcs3_emu.dir/__/Crypto/unpkg.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Crypto/unpkg.cpp:950:37: warning: unused parameter 'size' [-Wunused-parameter] auto read_op = [&](usz pos, usz size) -> std::span ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Crypto/unpkg.cpp:950:10: warning: unused variable 'read_op' [-Wunused-variable] auto read_op = [&](usz pos, usz size) -> std::span ^ 2 warnings generated. [523/1027] Building CXX object rpcs3/E...pcs3_emu.dir/Cell/PPUInterpreter.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUInterpreter.cpp:19: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUInterpreter.cpp:296:23: warning: unused parameter '_val' [-Wunused-parameter] void operator=(T&& _val) const ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUInterpreter.cpp:319:22: warning: unused parameter '_val' [-Wunused-parameter] void operator=(T&& _val) const ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUInterpreter.cpp:132:31: warning: unused variable 's_op' [-Wunused-const-variable] static constexpr ppu_opcode_t s_op{}; ^ 78 warnings generated. [527/1027] Building CXX object rpcs3/E...les/rpcs3_emu.dir/Cell/PPUThread.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUThread.cpp:15: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/system_progress.hpp:39:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] std::tie(m_prev, m_prev_id, m_id) = g_progr.atomic_op([this, text = ensure(text)](progress_dialog_string_t& progr) ^~~~~ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUThread.cpp:72: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUThread.cpp:387:102: warning: unused parameter 'c' [-Wunused-parameter] const extern auto ppu_escape = build_function_asm("ppu_escape", [](native_asm& c, auto& args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUThread.cpp:387:111: warning: unused parameter 'args' [-Wunused-parameter] const extern auto ppu_escape = build_function_asm("ppu_escape", [](native_asm& c, auto& args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUThread.cpp:2949:160: warning: unused parameter 'args' [-Wunused-parameter] const auto ppu_stcx_accurate_tx = build_function_asm("ppu_stcx_accurate_tx", [](native_asm& c, auto& args) ^ 79 warnings generated. [528/1027] Building CXX object rpcs3/E...rpcs3_emu.dir/Cell/PPUTranslator.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/PPUTranslator.cpp:14: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [530/1027] Building CXX object rpcs3/E...emu.dir/Cell/SPUASMJITRecompiler.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUASMJITRecompiler.cpp:16: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUASMJITRecompiler.cpp:71:22: warning: 'wait' is deprecated [-Wdeprecated-declarations] add_loc->compiled.wait(nullptr); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:1691:4: note: 'wait' has been explicitly marked deprecated here [[deprecated]] void wait(type old_value, atomic_wait_timeout timeout = atomic_wait_timeout::inf) const ^ 76 warnings generated. [531/1027] Building CXX object rpcs3/E...les/rpcs3_emu.dir/Cell/SPUDisAsm.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUDisAsm.cpp:12: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [532/1027] Building CXX object rpcs3/E...pcs3_emu.dir/Cell/SPUInterpreter.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUInterpreter.cpp:12: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUInterpreter.cpp:72:31: warning: unused variable 's_op' [-Wunused-const-variable] static constexpr spu_opcode_t s_op{}; ^ 76 warnings generated. [533/1027] Building CXX object rpcs3/E...emu.dir/Cell/SPUCommonRecompiler.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUCommonRecompiler.cpp:6: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/system_progress.hpp:39:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] std::tie(m_prev, m_prev_id, m_id) = g_progr.atomic_op([this, text = ensure(text)](progress_dialog_string_t& progr) ^~~~~ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUCommonRecompiler.cpp:25: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUCommonRecompiler.cpp:223:27: warning: unused parameter 'args' [-Wunused-parameter] [](native_asm& c, auto& args) ^ 77 warnings generated. [534/1027] Building CXX object rpcs3/E...les/rpcs3_emu.dir/Cell/SPUThread.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUThread.cpp:36: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUThread.cpp:589:148: warning: unused parameter 'args' [-Wunused-parameter] const auto spu_putllc_tx = build_function_asm("spu_putllc_tx", [](native_asm& c, auto& args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUThread.cpp:845:150: warning: unused parameter 'args' [-Wunused-parameter] const auto spu_putlluc_tx = build_function_asm("spu_putlluc_tx", [](native_asm& c, auto& args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUThread.cpp:969:151: warning: unused parameter 'args' [-Wunused-parameter] const auto spu_getllar_tx = build_function_asm("spu_getllar_tx", [](native_asm& c, auto& args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUThread.cpp:4385:38: warning: 'wait' is deprecated [-Wdeprecated-declarations] vm::reservation_notifier(addr).wait(rtime, atomic_wait_timeout{50'000}); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:1691:4: note: 'wait' has been explicitly marked deprecated here [[deprecated]] void wait(type old_value, atomic_wait_timeout timeout = atomic_wait_timeout::inf) const ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUThread.cpp:5220:39: warning: 'wait' is deprecated [-Wdeprecated-declarations] vm::reservation_notifier(raddr).wait(rtime); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:1691:4: note: 'wait' has been explicitly marked deprecated here [[deprecated]] void wait(type old_value, atomic_wait_timeout timeout = atomic_wait_timeout::inf) const ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPUThread.cpp:5252:38: warning: 'wait' is deprecated [-Wdeprecated-declarations] vm::reservation_notifier(raddr).wait(rtime, atomic_wait_timeout{80'000}); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:1691:4: note: 'wait' has been explicitly marked deprecated here [[deprecated]] void wait(type old_value, atomic_wait_timeout timeout = atomic_wait_timeout::inf) const ^ 81 warnings generated. [535/1027] Building CXX object rpcs3/E...3_emu.dir/Cell/SPULLVMRecompiler.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPULLVMRecompiler.cpp:18: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/SPULLVMRecompiler.cpp:1132:23: warning: 'wait' is deprecated [-Wdeprecated-declarations] add_loc->compiled.wait(nullptr); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:1691:4: note: 'wait' has been explicitly marked deprecated here [[deprecated]] void wait(type old_value, atomic_wait_timeout timeout = atomic_wait_timeout::inf) const ^ 76 warnings generated. [563/1027] Building CXX object rpcs3/E...s/rpcs3_emu.dir/Cell/lv2/sys_net.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/lv2/sys_net.cpp:1598:123: warning: lambda capture 'rexcept' is not used [-Wunused-lambda-capture] sock->poll_queue(idm::get_unlocked>(ppu.id), selected, [sock, selected, i, &rread, &rwrite, &rexcept, &signaled, &ppu](bs_t events) ~~~^~~~~~~ 1 warning generated. [591/1027] Building CXX object rpcs3/E...3_emu.dir/Cell/Modules/cellAudio.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellAudio.cpp:8: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellAudio.h:301:6: warning: private field 'last_remainder' is not used [-Wunused-private-field] u64 last_remainder = 0; ^ 1 warning generated. [623/1027] Building CXX object rpcs3/E...u.dir/Cell/Modules/cellMsgDialog.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:4: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:194:101: warning: 'wait' is deprecated [-Wdeprecated-declarations] template ().wait(any_value))>> ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp:99:18: note: in instantiation of function template specialization 'thread_ctrl::wait_on, int>' requested here thread_ctrl::wait_on(wait_until, 0); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:1691:4: note: 'wait' has been explicitly marked deprecated here [[deprecated]] void wait(type old_value, atomic_wait_timeout timeout = atomic_wait_timeout::inf) const ^ 1 warning generated. [639/1027] Building CXX object rpcs3/E.../__/__/darwin/util/sysinfo_darwin.mm.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/darwin/util/sysinfo_darwin.mm:3: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:91: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:39: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:837:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType theToken; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:857:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType leftDelims[2]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:858:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType rightDelims[2]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:859:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType leftComment[4]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:860:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType rightComment[4]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:861:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType escapeCode; /*escape symbol code*/ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:862:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType decimalCode; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/darwin/util/sysinfo_darwin.mm:3: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:91: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:87: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:56: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:45:87: warning: declaration does not declare anything [-Wmissing-declarations] extern const CFStringRef kDADiskDescriptionVolumeUUIDKey; /* ( CFUUID ) */ API_AVAILABLE(macos(10.4)); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/os/availability.h:97:189: note: expanded from macro 'API_AVAILABLE' #define API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE7,__API_AVAILABLE6,__API_AVAILABLE5,__API_AVAILABLE4,__API_AVAILABLE3,__API_AVAILABLE2,__API_AVAILABLE1,__API_AVAILABLE0,0)(__VA_ARGS__) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/darwin/util/sysinfo_darwin.mm:3: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:91: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:87: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:56: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:58:87: warning: declaration does not declare anything [-Wmissing-declarations] extern const CFStringRef kDADiskDescriptionMediaPathKey; /* ( CFString ) */ API_AVAILABLE(macos(10.4)); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/os/availability.h:97:189: note: expanded from macro 'API_AVAILABLE' #define API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE7,__API_AVAILABLE6,__API_AVAILABLE5,__API_AVAILABLE4,__API_AVAILABLE3,__API_AVAILABLE2,__API_AVAILABLE1,__API_AVAILABLE0,0)(__VA_ARGS__) ^ 9 warnings generated. [642/1027] Building CXX object rpcs3/E...cs3_emu.dir/Cell/Modules/cellRec.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellRec.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/allocator_traits.h:14: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:66:5: warning: destructor called on non-final 'rec_video_sink' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] __loc->~_Tp(); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:101:12: note: in instantiation of function template specialization 'std::__destroy_at' requested here _VSTD::__destroy_at(__loc); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/allocator_traits.h:323:16: note: in instantiation of function template specialization 'std::destroy_at' requested here _VSTD::destroy_at(__p); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:305:41: note: in instantiation of function template specialization 'std::allocator_traits>::destroy' requested here allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:274:14: note: in instantiation of member function 'std::__shared_ptr_emplace>::__on_zero_shared' requested here explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:995:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace>::__shared_ptr_emplace<>' requested here ::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:1004:19: note: in instantiation of function template specialization 'std::allocate_shared, void>' requested here return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellRec.cpp:1283:19: note: in instantiation of function template specialization 'std::make_shared' requested here rec.sink = std::make_shared(); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:66:13: note: qualify call to silence this warning __loc->~_Tp(); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:66:5: warning: destructor called on non-final 'utils::video_encoder' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] __loc->~_Tp(); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:101:12: note: in instantiation of function template specialization 'std::__destroy_at' requested here _VSTD::__destroy_at(__loc); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/allocator_traits.h:323:16: note: in instantiation of function template specialization 'std::destroy_at' requested here _VSTD::destroy_at(__p); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:305:41: note: in instantiation of function template specialization 'std::allocator_traits>::destroy' requested here allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:274:14: note: in instantiation of member function 'std::__shared_ptr_emplace>::__on_zero_shared' requested here explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:995:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace>::__shared_ptr_emplace<>' requested here ::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:1004:19: note: in instantiation of function template specialization 'std::allocate_shared, void>' requested here return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellRec.cpp:1289:21: note: in instantiation of function template specialization 'std::make_shared' requested here rec.encoder = std::make_shared(); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:66:13: note: qualify call to silence this warning __loc->~_Tp(); ^ 2 warnings generated. [654/1027] Building CXX object rpcs3/E...3_emu.dir/Cell/Modules/cellSpurs.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellSpurs.cpp:21: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [657/1027] Building CXX object rpcs3/E...mu.dir/Cell/Modules/cellSpursSpu.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellSpursSpu.cpp:14: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [673/1027] Building CXX object rpcs3/E...s3_emu.dir/Cell/Modules/cellVdec.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellVdec.cpp:428:18: warning: 'interlaced_frame' is deprecated [-Wdeprecated-declarations] if (frame->interlaced_frame) ^ /opt/homebrew/include/libavutil/frame.h:529:5: note: 'interlaced_frame' has been explicitly marked deprecated here attribute_deprecated ^ /opt/homebrew/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellVdec.cpp:431:153: warning: 'interlaced_frame' is deprecated [-Wdeprecated-declarations] cellVdec.todo("Interlaced frames not supported (handle=0x%x, seq_id=%d, cmd_id=%d, interlaced_frame=0x%x)", handle, cmd->seq_id, cmd->id, frame->interlaced_frame); ^ /opt/homebrew/include/libavutil/frame.h:529:5: note: 'interlaced_frame' has been explicitly marked deprecated here attribute_deprecated ^ /opt/homebrew/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellVdec.cpp:482:188: warning: 'ticks_per_frame' is deprecated [-Wdeprecated-declarations] cellVdec.error("time_base.num is 0 (handle=0x%x, seq_id=%d, cmd_id=%d, %d/%d, tpf=%d framerate=%d/%d)", handle, cmd->seq_id, cmd->id, ctx->time_base.num, ctx->time_base.den, ctx->ticks_per_frame, ctx->framerate.num, ctx->framerate.den); ^ /opt/homebrew/include/libavcodec/avcodec.h:578:5: note: 'ticks_per_frame' has been explicitly marked deprecated here attribute_deprecated ^ /opt/homebrew/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellVdec.cpp:494:59: warning: 'ticks_per_frame' is deprecated [-Wdeprecated-declarations] u64 amend = u64{90000} * ctx->time_base.num * ctx->ticks_per_frame / ctx->time_base.den; ^ /opt/homebrew/include/libavcodec/avcodec.h:578:5: note: 'ticks_per_frame' has been explicitly marked deprecated here attribute_deprecated ^ /opt/homebrew/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellVdec.cpp:495:78: warning: 'ticks_per_frame' is deprecated [-Wdeprecated-declarations] const auto freq = 1. * ctx->time_base.den / ctx->time_base.num / ctx->ticks_per_frame; ^ /opt/homebrew/include/libavcodec/avcodec.h:578:5: note: 'ticks_per_frame' has been explicitly marked deprecated here attribute_deprecated ^ /opt/homebrew/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Cell/Modules/cellVdec.cpp:518:192: warning: 'ticks_per_frame' is deprecated [-Wdeprecated-declarations] cellVdec.error("Unsupported time_base (handle=0x%x, seq_id=%d, cmd_id=%d, %d/%d, tpf=%d framerate=%d/%d)", handle, cmd->seq_id, cmd->id, ctx->time_base.num, ctx->time_base.den, ctx->ticks_per_frame, ctx->framerate.num, ctx->framerate.den); ^ /opt/homebrew/include/libavcodec/avcodec.h:578:5: note: 'ticks_per_frame' has been explicitly marked deprecated here attribute_deprecated ^ /opt/homebrew/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 6 warnings generated. [720/1027] Building CXX object rpcs3/E...iles/rpcs3_emu.dir/CPU/CPUThread.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/CPU/CPUThread.cpp:942:26: warning: 'wait' is deprecated [-Wdeprecated-declarations] g_suspend_counter.wait(ctr, atomic_wait_timeout{10'000}); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/atomic.hpp:1691:4: note: 'wait' has been explicitly marked deprecated here [[deprecated]] void wait(type old_value, atomic_wait_timeout timeout = atomic_wait_timeout::inf) const ^ 1 warning generated. [721/1027] Building CXX object rpcs3/E.../rpcs3_emu.dir/CPU/CPUTranslator.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/CPU/CPUTranslator.cpp:6: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [764/1027] Building CXX object rpcs3/E...akeFiles/rpcs3_emu.dir/Memory/vm.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/Memory/vm.cpp:20: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [775/1027] Building CXX object rpcs3/E...3_emu.dir/RSX/Common/BufferUtils.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Common/BufferUtils.cpp:11: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:627:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst16(const u16& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:667:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst32(const u32& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:699:60: warning: unused parameter 'args' [-Wunused-parameter] inline v128 gv_bcst64(const u64& value, auto mptr, auto... args) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:736:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_and32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:751:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:766:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andn32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:27: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:781:34: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_andnfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:796:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_or32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:811:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_orfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:826:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xor32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:841:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_xorfs(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:856:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_not32(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:875:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_notfs(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:896:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:913:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:930:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shl64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:947:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:964:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:981:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_shr64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:998:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar16(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1015:33: warning: unused parameter 'count' [-Wunused-parameter] inline auto gv_sar32(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1039:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sar64(A&& a, u32 count) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1062:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1077:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1092:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:26: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1107:33: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_add64(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:28: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1122:35: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1137:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1156:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_adds_s32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:29: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1178:36: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:30: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1193:37: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_addus_u16(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:42: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1211:49: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_addus_u32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:25: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1252:32: warning: unused parameter 'b' [-Wunused-parameter] inline auto gv_sub8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:39: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1471:46: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_minu32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:37: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1714:44: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts8(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:38: warning: unused parameter 'a' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:1739:45: warning: unused parameter 'b' [-Wunused-parameter] inline asmjit::vec_type gv_gts32(A&& a, B&& b) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:44: warning: unused parameter 'bits' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:54: warning: unused parameter '_true' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2432:65: warning: unused parameter '_false' [-Wunused-parameter] inline asmjit::vec_type gv_signselect8(A&& bits, B&& _true, C&& _false) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2601:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2623:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s8(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2652:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_lo_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:2674:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_extend_hi_s16(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3075:33: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_left(A&& a) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/simd.hpp:3097:34: warning: unused parameter 'a' [-Wunused-parameter] inline auto gv_shuffle_right(A&& a) ^ 75 warnings generated. [811/1027] Building CXX object rpcs3/E...SX/Program/CgBinaryVertexProgram.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Program/CgBinaryVertexProgram.cpp:235:13: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] { "$t", [this]{ return GetTexDisasm(); } }, ^~~~ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Program/CgBinaryVertexProgram.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Program/CgBinaryProgram.h:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexProgram.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 2 warnings generated. [812/1027] Building CXX object rpcs3/E.../Program/CgBinaryFragmentProgram.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Program/CgBinaryFragmentProgram.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Program/CgBinaryProgram.h:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexProgram.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [813/1027] Building CXX object rpcs3/E...rogram/FragmentProgramDecompiler.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Program/FragmentProgramDecompiler.cpp:4: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Program/FragmentProgramDecompiler.h:149:6: warning: private field 'm_const_index' is not used [-Wunused-private-field] u32 m_const_index = 0; ^ 1 warning generated. [820/1027] Building CXX object rpcs3/E...3_emu.dir/RSX/GL/glutils/blitter.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/blitter.cpp:3: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [823/1027] Building CXX object rpcs3/E...s3_emu.dir/RSX/GL/glutils/common.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/common.cpp:1: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [826/1027] Building CXX object rpcs3/E...cs3_emu.dir/RSX/GL/glutils/image.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/image.cpp:4: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [830/1027] Building CXX object rpcs3/E...3_emu.dir/RSX/GL/glutils/program.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/program.cpp:46:23: warning: lambda capture 'source' is not used [-Wunused-lambda-capture] auto is_exempt = [&source](const std::string_view& token) -> bool ~^~~~~~ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/program.cpp:3: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 2 warnings generated. [831/1027] Building CXX object rpcs3/E...s/rpcs3_emu.dir/RSX/GL/GLCompute.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [832/1027] Building CXX object rpcs3/E...iles/rpcs3_emu.dir/RSX/GL/GLDraw.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLDraw.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLDraw.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLDraw.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLDraw.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:71:7: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here class GLGSRender : public GSRender, public ::rsx::reports::ZCULL_control ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLDraw.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 5 warnings generated. [833/1027] Building CXX object rpcs3/E...emu.dir/RSX/GL/GLFragmentProgram.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLFragmentProgram.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLFragmentProgram.h:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [834/1027] Building CXX object rpcs3/E...mu.dir/RSX/GL/GLPipelineCompiler.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLPipelineCompiler.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLPipelineCompiler.h:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [835/1027] Building CXX object rpcs3/E...s/rpcs3_emu.dir/RSX/GL/GLHelpers.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::compute_task' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__utility/pair.h:63:29: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here struct _LIBCPP_TEMPLATE_VIS pair ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__hash_table:1478:5: note: in instantiation of member function 'std::__hash_table>, std::__unordered_map_hasher>, std::hash, std::equal_to>, std::__unordered_map_equal>, std::equal_to, std::hash>, std::allocator>>>::__deallocate_node' requested here __deallocate_node(__p1_.first().__next_); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/unordered_map:1089:5: note: in instantiation of member function 'std::__hash_table>, std::__unordered_map_hasher>, std::hash, std::equal_to>, std::__unordered_map_equal>, std::equal_to, std::hash>, std::allocator>>>::~__hash_table' requested here unordered_map() ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.cpp:12:61: note: in instantiation of member function 'std::unordered_map>::unordered_map' requested here std::unordered_map> g_compute_tasks; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 2 warnings generated. [836/1027] Building CXX object rpcs3/E.../rpcs3_emu.dir/RSX/GL/GLOverlays.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLOverlays.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLOverlays.h:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::overlay_pass' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__utility/pair.h:63:29: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here struct _LIBCPP_TEMPLATE_VIS pair ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__hash_table:1478:5: note: in instantiation of member function 'std::__hash_table>, std::__unordered_map_hasher>, std::hash, std::equal_to>, std::__unordered_map_equal>, std::equal_to, std::hash>, std::allocator>>>::__deallocate_node' requested here __deallocate_node(__p1_.first().__next_); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/unordered_map:1089:5: note: in instantiation of member function 'std::__hash_table>, std::__unordered_map_hasher>, std::hash, std::equal_to>, std::__unordered_map_equal>, std::equal_to, std::hash>, std::allocator>>>::~__hash_table' requested here unordered_map() ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLOverlays.cpp:10:61: note: in instantiation of member function 'std::unordered_map>::unordered_map' requested here std::unordered_map> g_overlay_passes; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLOverlays.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLOverlays.h:7: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.h:6: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 2 warnings generated. [837/1027] Building CXX object rpcs3/E.../rpcs3_emu.dir/RSX/GL/GLGSRender.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:71:7: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here class GLGSRender : public GSRender, public ::rsx::reports::ZCULL_control ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::legacy_ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:255:26: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here m_attrib_ring_buffer = std::make_unique(); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::transient_ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:276:46: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here m_index_ring_buffer = gl_caps.vendor_AMD ? std::make_unique() : std::make_unique(); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 7 warnings generated. [838/1027] Building CXX object rpcs3/E...s/rpcs3_emu.dir/RSX/GL/GLPresent.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLPresent.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLPresent.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLPresent.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLPresent.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:71:7: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here class GLGSRender : public GSRender, public ::rsx::reports::ZCULL_control ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLPresent.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 5 warnings generated. [839/1027] Building CXX object rpcs3/E...3_emu.dir/RSX/GL/GLRenderTargets.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLRenderTargets.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLRenderTargets.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLRenderTargets.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLRenderTargets.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:71:7: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here class GLGSRender : public GSRender, public ::rsx::reports::ZCULL_control ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLRenderTargets.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 5 warnings generated. [841/1027] Building CXX object rpcs3/E...3_emu.dir/RSX/GL/GLVertexBuffers.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexBuffers.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexBuffers.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexBuffers.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexBuffers.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:71:7: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here class GLGSRender : public GSRender, public ::rsx::reports::ZCULL_control ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexBuffers.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 5 warnings generated. [842/1027] Building CXX object rpcs3/E...u.dir/RSX/GL/GLShaderInterpreter.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLShaderInterpreter.cpp:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLShaderInterpreter.cpp:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLShaderInterpreter.cpp:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLShaderInterpreter.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:71:7: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here class GLGSRender : public GSRender, public ::rsx::reports::ZCULL_control ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLShaderInterpreter.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLShaderInterpreter.h:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 5 warnings generated. [843/1027] Building CXX object rpcs3/E...3_emu.dir/RSX/GL/GLVertexProgram.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexProgram.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [844/1027] Building CXX object rpcs3/E...s/rpcs3_emu.dir/RSX/GL/GLTexture.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::compute_task' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__utility/pair.h:416:5: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here pair(piecewise_construct_t, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__hash_table:2018:29: note: in instantiation of function template specialization 'std::__hash_table>, std::__unordered_map_hasher>, std::hash, std::equal_to>, std::__unordered_map_equal>, std::equal_to, std::hash>, std::allocator>>>::__construct_node_hash, std::tuple<>>' requested here __node_holder __h = __construct_node_hash(__hash, _VSTD::forward<_Args>(__args)...); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/unordered_map:1804:21: note: in instantiation of function template specialization 'std::__hash_table>, std::__unordered_map_hasher>, std::hash, std::equal_to>, std::__unordered_map_equal>, std::equal_to, std::hash>, std::allocator>>>::__emplace_unique_key_args, std::tuple<>>' requested here return __table_.__emplace_unique_key_args(__k, ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:384:28: note: in instantiation of member function 'std::unordered_map>::operator[]' requested here auto &e = g_compute_tasks[index]; ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:271:11: note: in instantiation of function template specialization 'gl::get_compute_task' requested here return get_compute_task(); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_shuffle_16' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:271:11: note: in instantiation of function template specialization 'gl::get_compute_task' requested here return get_compute_task(); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_shuffle_32' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:273:11: note: in instantiation of function template specialization 'gl::get_compute_task' requested here return get_compute_task(); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_d24x8_to_ssbo' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:299:10: note: in instantiation of function template specialization 'gl::get_compute_task' requested here gl::get_compute_task()->run(cmd, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_rgba8_to_ssbo' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:306:10: note: in instantiation of function template specialization 'gl::get_compute_task' requested here gl::get_compute_task()->run(cmd, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_fconvert_task' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:342:5: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here get_compute_task>()->run(cmd, dst, dst_offset, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_fconvert_task' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:347:5: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here get_compute_task>()->run(cmd, dst, dst_offset, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_shuffle_d32fx8_to_x8d24f' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:360:5: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here get_compute_task>()->run(cmd, dst, dst_offset, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_shuffle_d32fx8_to_x8d24f' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:365:5: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here get_compute_task>()->run(cmd, dst, dst_offset, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_ssbo_to_color_image' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:494:9: note: in instantiation of function template specialization 'gl::get_compute_task' requested here gl::get_compute_task()->run(cmd, transfer_buf, scratch_view.get(), out_offset, image_region, unpack_info); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::overlay_pass' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__utility/pair.h:416:5: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here pair(piecewise_construct_t, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__hash_table:2018:29: note: in instantiation of function template specialization 'std::__hash_table>, std::__unordered_map_hasher>, std::hash, std::equal_to>, std::__unordered_map_equal>, std::equal_to, std::hash>, std::allocator>>>::__construct_node_hash, std::tuple<>>' requested here __node_holder __h = __construct_node_hash(__hash, _VSTD::forward<_Args>(__args)...); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/unordered_map:1804:21: note: in instantiation of function template specialization 'std::__hash_table>, std::__unordered_map_hasher>, std::hash, std::equal_to>, std::__unordered_map_equal>, std::equal_to, std::hash>, std::allocator>>>::__emplace_unique_key_args, std::tuple<>>' requested here return __table_.__emplace_unique_key_args(__k, ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLOverlays.h:114:29: note: in instantiation of member function 'std::unordered_map>::operator[]' requested here auto &e = g_overlay_passes[index]; ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:498:9: note: in instantiation of function template specialization 'gl::get_overlay_pass' requested here gl::get_overlay_pass()->run(cmd, transfer_buf, scratch_view.get(), out_offset, image_region, unpack_info); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::rp_ssbo_to_generic_texture' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLOverlays.h:118:8: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:498:9: note: in instantiation of function template specialization 'gl::get_overlay_pass' requested here gl::get_overlay_pass()->run(cmd, transfer_buf, scratch_view.get(), out_offset, image_region, unpack_info); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_shuffle_x8d24f_to_d32fx8' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:546:6: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here get_compute_task>()->run(cmd, transfer_buf, in_offset, out_offset, static_cast(mem_info->image_size_in_texels)); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_shuffle_x8d24f_to_d32fx8' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:550:6: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here get_compute_task>()->run(cmd, transfer_buf, in_offset, out_offset, static_cast(mem_info->image_size_in_texels)); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:42:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:759:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:47:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:759:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:52:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:759:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:42:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:765:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:47:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:765:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:52:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:765:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:42:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:774:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:47:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:774:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:52:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:774:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:42:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:780:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:47:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:780:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/stdafx.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::cs_deswizzle_3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete>::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr>::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLCompute.h:388:8: note: in instantiation of member function 'std::unique_ptr>::~unique_ptr' requested here e = std::make_unique(); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:52:8: note: in instantiation of function template specialization 'gl::get_compute_task>' requested here gl::get_compute_task>()->run( ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:780:9: note: in instantiation of function template specialization 'gl::do_deswizzle_transformation' requested here do_deswizzle_transformation(cmd, block_size, ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.h:6: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 27 warnings generated. [848/1027] Building CXX object rpcs3/E...s3_emu.dir/RSX/GL/GLTextureCache.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.cpp:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.cpp:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTexture.h:6: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 4 warnings generated. [858/1027] Building CXX object rpcs3/E...s3_emu.dir/RSX/VK/vkutils/memory.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/vkutils/memory.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/vkutils/device.h:6: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/vkutils/memory.h:151:12: warning: private field 'm_device' is not used [-Wunused-private-field] VkDevice m_device; ^ 1 warning generated. [870/1027] Building CXX object rpcs3/E...iles/rpcs3_emu.dir/RSX/VK/VKDraw.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKDraw.cpp:6: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:2478:4: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, tex_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKDraw.cpp:266:38: note: in instantiation of function template specialization 'rsx::texture_cache::upload_texture' requested here *sampler_state = m_texture_cache.upload_texture(*m_current_command_buffer, tex, m_rtts); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKDraw.cpp:6: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ 2 warnings generated. [872/1027] Building CXX object rpcs3/E.../rpcs3_emu.dir/RSX/VK/VKGSRender.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.cpp:9: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:1500:11: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here return invalidate_range_impl_base(cmd, range, cause, on_data_transfer_completed, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.cpp:1011:28: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_address<>' requested here result = m_texture_cache.invalidate_address(*m_secondary_cb_list.get(), address, cause); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.cpp:9: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ 2 warnings generated. [875/1027] Building CXX object rpcs3/E...s/rpcs3_emu.dir/RSX/VK/VKPresent.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKPresent.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:1516:11: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here return invalidate_range_impl_base(cmd, range, cause, on_data_transfer_completed, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKPresent.cpp:382:19: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range<>' requested here m_texture_cache.invalidate_range(*m_current_command_buffer, range, rsx::invalidation_cause::read); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKPresent.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ 2 warnings generated. [888/1027] Building CXX object rpcs3/E...s3_emu.dir/RSX/VK/VKTextureCache.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.cpp:1552:16: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto reply = upload_scaled_image(src, dst, interpolate, cmd, m_rtts, helper); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.cpp:1552:16: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto reply = upload_scaled_image(src, dst, interpolate, cmd, m_rtts, helper); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.cpp:2: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKGSRender.h:14: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/VKTextureCache.h:10: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/VK/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ 3 warnings generated. [897/1027] Building CXX object rpcs3/r...i.dir/auto_pause_settings_dialog.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/auto_pause_settings_dialog.cpp:186:49: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(config, &QAction::triggered, this, [=, this]() {OnEntryConfig(row, false); }); ~~^~~~ 1 warning generated. [900/1027] Building CXX object rpcs3/r...es/rpcs3_ui.dir/cg_disasm_window.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/cg_disasm_window.cpp:12: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/Program/CgBinaryProgram.h:4: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLVertexProgram.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 1 warning generated. [910/1027] Building CXX object rpcs3/r...eFiles/rpcs3_ui.dir/emu_settings.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/emu_settings.cpp:184:54: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] search_level = [&search_level, &is_clean, &cleanup, this](int level, YAML::Node& yml_node, std::vector& keys, cfg::_base* cfg_base) ~~^~~~ 1 warning generated. [917/1027] Building CXX object rpcs3/r...keFiles/rpcs3_ui.dir/flow_layout.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/flow_layout.cpp:52: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/flow_layout.h:96:6: warning: private field 'm_vSpaceInitial' is not used [-Wunused-private-field] int m_vSpaceInitial{-1}; ^ 1 warning generated. [923/1027] Building CXX object rpcs3/r...iles/rpcs3_ui.dir/game_list_grid.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/game_list_grid.cpp:23:51: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(this, &game_list_grid::IconReady, this, [this](const game_info& game) ^~~~ 1 warning generated. [924/1027] Building CXX object rpcs3/r...les/rpcs3_ui.dir/game_list_frame.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/game_list_frame.cpp:484:160: warning: lambda capture 'play_hover_movies' is not used [-Wunused-lambda-capture] const auto add_game = [this, dev_flash, cat_unknown_localized = sstr(localized.category.unknown), cat_unknown = sstr(cat::cat_unknown), game_icon_path, _hdd, play_hover_movies = m_play_hover_movies, show_custom_icons = m_show_custom_icons](const std::string& dir_or_elf) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [925/1027] Building CXX object rpcs3/r...les/rpcs3_ui.dir/game_list_table.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/game_list_table.cpp:55:46: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(this, &game_list::IconReady, this, [this](const game_info& game) ^~~~ 1 warning generated. [926/1027] Building CXX object rpcs3/r...les/rpcs3_ui.dir/gui_application.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.cpp:527:38: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] callbacks.get_sendmessage_dialog = [this]() -> std::shared_ptr { return std::make_shared(); }; ^~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.cpp:528:38: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] callbacks.get_recvmessage_dialog = [this]() -> std::shared_ptr { return std::make_shared(); }; ^~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.cpp:623:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] Emu.CallFromMainThread([this, closed_successfully, seconds_waiting_already, terminate_message] ^~~~~ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.cpp:46: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:2580:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto rtt_lookup = [&m_rtts, &cmd, &scale_x, &scale_y, this](u32 address, u32 width, u32 height, u32 pitch, u8 bpp, rsx::flags32_t access, bool allow_clipped) -> typename surface_store_type::surface_overlap_info ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.cpp:46: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:694:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto protect_ranges = [this](address_range_vector& _set, utils::protection _prot) ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:1107:6: note: in instantiation of member function 'rsx::texture_cache::unprotect_set' requested here unprotect_set(result); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:3148:6: note: in instantiation of function template specialization 'rsx::texture_cache::invalidate_range_impl_base<>' requested here invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, {}, std::forward(extras)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:871:18: note: in instantiation of function template specialization 'rsx::texture_cache::upload_scaled_image' requested here auto result = upload_scaled_image(src, dst, linear_interpolate, cmd, m_rtts, m_hw_blitter); ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.cpp:46: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:5: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLTextureCache.h:7: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/../Common/texture_cache.h:708:24: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto discard_set = [this](std::vector& _set) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/util/types.hpp:8: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1025: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:65:5: warning: delete called on non-final 'gl::ring_buffer' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:297:7: note: in instantiation of member function 'std::default_delete::operator()' requested here __ptr_.second()(__tmp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:263:75: note: in instantiation of member function 'std::unique_ptr::reset' requested here _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:71:7: note: in instantiation of member function 'std::unique_ptr::~unique_ptr' requested here class GLGSRender : public GSRender, public ::rsx::reports::ZCULL_control ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_application.cpp:46: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLGSRender.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/GLHelpers.h:26: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/RSX/GL/glutils/state_tracker.hpp:18:13: warning: private field 'STENCIL_BACK_OP' is not used [-Wunused-private-field] const u32 STENCIL_BACK_OP = 0xFFFF0008; ^ 8 warnings generated. [929/1027] Building CXX object rpcs3/r...CMakeFiles/rpcs3_ui.dir/gs_frame.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gs_frame.cpp:11: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Emu/system_progress.hpp:39:58: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] std::tie(m_prev, m_prev_id, m_id) = g_progr.atomic_op([this, text = ensure(text)](progress_dialog_string_t& progr) ^~~~~ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gs_frame.cpp:1: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gs_frame.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/shortcut_handler.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gui_settings.h:3: In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/settings.h:3: In file included from /opt/homebrew/opt/qt6/lib/QtCore.framework/Headers/QSettings:1: In file included from /opt/homebrew/opt/qt6/lib/QtCore.framework/Headers/qsettings.h:7: In file included from /opt/homebrew/include/QtCore/qobject.h:10: In file included from /opt/homebrew/include/QtCore/qobjectdefs.h:12: In file included from /opt/homebrew/include/QtCore/qnamespace.h:12: In file included from /opt/homebrew/include/QtCore/qglobal.h:47: In file included from /opt/homebrew/include/QtCore/qtypeinfo.h:12: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/optional:168: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:66:5: warning: destructor called on non-final 'utils::video_encoder' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] __loc->~_Tp(); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:101:12: note: in instantiation of function template specialization 'std::__destroy_at' requested here _VSTD::__destroy_at(__loc); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/allocator_traits.h:323:16: note: in instantiation of function template specialization 'std::destroy_at' requested here _VSTD::destroy_at(__p); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:305:41: note: in instantiation of function template specialization 'std::allocator_traits>::destroy' requested here allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:274:14: note: in instantiation of member function 'std::__shared_ptr_emplace>::__on_zero_shared' requested here explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:995:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace>::__shared_ptr_emplace<>' requested here ::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/shared_ptr.h:1004:19: note: in instantiation of function template specialization 'std::allocate_shared, void>' requested here return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/gs_frame.cpp:87:25: note: in instantiation of function template specialization 'std::make_shared' requested here m_video_encoder = std::make_shared(); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:66:13: note: qualify call to silence this warning __loc->~_Tp(); ^ 2 warnings generated. [936/1027] Building CXX object rpcs3/r...les/rpcs3_ui.dir/kernel_explorer.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/kernel_explorer.cpp:320:35: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto display_program_segments = [this](QTreeWidgetItem* tree, const ppu_module& m) ^~~~ 1 warning generated. [939/1027] Building CXX object rpcs3/r...keFiles/rpcs3_ui.dir/main_window.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/main_window.cpp:1683:43: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(dlg, &QDialog::accepted, this, [this, iterate, dlg, mod_index, decrypter, repeat_count]() ^~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/main_window.cpp:2847:68: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(ui->actionManage_Screenshots, &QAction::triggered, this, [this] ^~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/main_window.cpp:3079:54: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(ui->supportAct, &QAction::triggered, this, [this] ^~~~ 3 warnings generated. [979/1027] Building CXX object rpcs3/r...les/rpcs3_ui.dir/settings_dialog.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/settings_dialog.cpp:156:36: warning: lambda capture 'use_discord_old' is not used [-Wunused-lambda-capture] const auto apply_configs = [this, use_discord_old = m_use_discord, discord_state_old = m_discord_state, game](bool do_exit) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/settings_dialog.cpp:1996:62: warning: lambda capture 'set_game_window_title' is not used [-Wunused-lambda-capture] auto get_game_window_title_label = [get_game_window_title, set_game_window_title, this](const QString& format) ~~^~~~~~~~~~~~~~~~~~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/settings_dialog.cpp:1996:85: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] auto get_game_window_title_label = [get_game_window_title, set_game_window_title, this](const QString& format) ~~^~~~ 3 warnings generated. [988/1027] Building CXX object rpcs3/r...cs3_ui.dir/trophy_manager_dialog.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/trophy_manager_dialog.cpp:833:51: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(copy_both, &QAction::triggered, this, [this, name, desc]() ^~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/trophy_manager_dialog.cpp:843:51: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(copy_name, &QAction::triggered, this, [this, name]() ^~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/trophy_manager_dialog.cpp:853:51: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(copy_desc, &QAction::triggered, this, [this, desc]() ^~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/rpcs3qt/trophy_manager_dialog.cpp:962:50: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] connect(copy_name, &QAction::triggered, this, [this, name]() ^~~~~ 4 warnings generated. [1004/1027] Building CXX object rpcs3/...Files/rpcs3.dir/main_application.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/main_application.cpp:112:33: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] callbacks.save_emu_settings = [this]() ^~~~ 1 warning generated. [1009/1027] Building CXX object rpcs3/...s/rpcs3.dir/headless_application.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/headless_application.cpp:48:27: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] callbacks.try_to_quit = [this](bool force_quit, std::function on_exit) -> bool ^~~~ 1 warning generated. [1021/1027] Building CXX object rpcs3/...Files/rpcs3.dir/Input/pad_thread.cpp.o /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/pad_thread.cpp:265:155: warning: lambda capture 'pad_mode' is not used [-Wunused-lambda-capture] threads.push_back(std::make_unique>>(fmt::format("%s Thread", handler.second->m_type), [&handler = handler.second, &pad_mode]() ~~~^~~~~~~~ 1 warning generated. [1023/1027] Building CXX object rpcs3/...pcs3.dir/Input/raw_mouse_handler.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/raw_mouse_handler.cpp:2: /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/raw_mouse_handler.h:31:8: warning: private field 'm_handle' is not used [-Wunused-private-field] void* m_handle{}; ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/raw_mouse_handler.h:35:6: warning: private field 'm_window_width_old' is not used [-Wunused-private-field] int m_window_width_old{}; ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/raw_mouse_handler.h:36:6: warning: private field 'm_window_height_old' is not used [-Wunused-private-field] int m_window_height_old{}; ^ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/raw_mouse_handler.h:40:21: warning: private field 'm_handler' is not used [-Wunused-private-field] raw_mouse_handler* m_handler{}; ^ 4 warnings generated. [1024/1027] Building CXX object rpcs3/...s/rpcs3.dir/Input/gui_pad_thread.cpp.o In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:39: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:837:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType theToken; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:857:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType leftDelims[2]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:858:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType rightDelims[2]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:859:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType leftComment[4]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:860:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType rightComment[4]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:861:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType escapeCode; /*escape symbol code*/ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:862:3: warning: 'ScriptTokenType' is deprecated: first deprecated in macOS 13.0 - Deprecated [-Wdeprecated-declarations] ScriptTokenType decimalCode; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:833:41: note: 'ScriptTokenType' has been explicitly marked deprecated here typedef short ScriptTokenType API_DEPRECATED( "Deprecated", macos(10.0,13.0));; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:87: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:56: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:45:87: warning: declaration does not declare anything [-Wmissing-declarations] extern const CFStringRef kDADiskDescriptionVolumeUUIDKey; /* ( CFUUID ) */ API_AVAILABLE(macos(10.4)); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/os/availability.h:97:189: note: expanded from macro 'API_AVAILABLE' #define API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE7,__API_AVAILABLE6,__API_AVAILABLE5,__API_AVAILABLE4,__API_AVAILABLE3,__API_AVAILABLE2,__API_AVAILABLE1,__API_AVAILABLE0,0)(__VA_ARGS__) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:87: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:56: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:58:87: warning: declaration does not declare anything [-Wmissing-declarations] extern const CFStringRef kDADiskDescriptionMediaPathKey; /* ( CFString ) */ API_AVAILABLE(macos(10.4)); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/os/availability.h:97:189: note: expanded from macro 'API_AVAILABLE' #define API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE7,__API_AVAILABLE6,__API_AVAILABLE5,__API_AVAILABLE4,__API_AVAILABLE3,__API_AVAILABLE2,__API_AVAILABLE1,__API_AVAILABLE0,0)(__VA_ARGS__) ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:31: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetwork.h:63: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h:168:110: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFNetworkCopyProxiesForAutoConfigurationScript(CFStringRef proxyAutoConfigurationScript, CFURLRef targetURL, CFErrorRef * __nullable error) CF_AVAILABLE(10_5, 2_0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h:168:110: note: insert '_Nullable' if the pointer may be null CFNetworkCopyProxiesForAutoConfigurationScript(CFStringRef proxyAutoConfigurationScript, CFURLRef targetURL, CFErrorRef * __nullable error) CF_AVAILABLE(10_5, 2_0); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h:168:110: note: insert '_Nonnull' if the pointer should never be null CFNetworkCopyProxiesForAutoConfigurationScript(CFStringRef proxyAutoConfigurationScript, CFURLRef targetURL, CFErrorRef * __nullable error) CF_AVAILABLE(10_5, 2_0); ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:28: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:200:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef SecCertificateCopySerialNumberData(SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:200:77: note: insert '_Nullable' if the pointer may be null CFDataRef SecCertificateCopySerialNumberData(SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:200:77: note: insert '_Nonnull' if the pointer should never be null CFDataRef SecCertificateCopySerialNumberData(SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:200:88: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef SecCertificateCopySerialNumberData(SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:200:88: note: insert '_Nullable' if the pointer may be null CFDataRef SecCertificateCopySerialNumberData(SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:200:88: note: insert '_Nonnull' if the pointer should never be null CFDataRef SecCertificateCopySerialNumberData(SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:224:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef SecCertificateCopySerialNumber(SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:224:73: note: insert '_Nullable' if the pointer may be null CFDataRef SecCertificateCopySerialNumber(SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:224:73: note: insert '_Nonnull' if the pointer should never be null CFDataRef SecCertificateCopySerialNumber(SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:224:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef SecCertificateCopySerialNumber(SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:224:84: note: insert '_Nullable' if the pointer may be null CFDataRef SecCertificateCopySerialNumber(SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:224:84: note: insert '_Nonnull' if the pointer should never be null CFDataRef SecCertificateCopySerialNumber(SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:501:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDictionaryRef SecCertificateCopyValues(SecCertificateRef certificate, CFArrayRef __nullable keys, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:501:101: note: insert '_Nullable' if the pointer may be null CFDictionaryRef SecCertificateCopyValues(SecCertificateRef certificate, CFArrayRef __nullable keys, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:501:101: note: insert '_Nonnull' if the pointer should never be null CFDictionaryRef SecCertificateCopyValues(SecCertificateRef certificate, CFArrayRef __nullable keys, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:501:112: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDictionaryRef SecCertificateCopyValues(SecCertificateRef certificate, CFArrayRef __nullable keys, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:501:112: note: insert '_Nullable' if the pointer may be null CFDictionaryRef SecCertificateCopyValues(SecCertificateRef certificate, CFArrayRef __nullable keys, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:501:112: note: insert '_Nonnull' if the pointer should never be null CFDictionaryRef SecCertificateCopyValues(SecCertificateRef certificate, CFArrayRef __nullable keys, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:522:111: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFStringRef SecCertificateCopyLongDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:522:111: note: insert '_Nullable' if the pointer may be null CFStringRef SecCertificateCopyLongDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:522:111: note: insert '_Nonnull' if the pointer should never be null CFStringRef SecCertificateCopyLongDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:522:122: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFStringRef SecCertificateCopyLongDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:522:122: note: insert '_Nullable' if the pointer may be null CFStringRef SecCertificateCopyLongDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:522:122: note: insert '_Nonnull' if the pointer should never be null CFStringRef SecCertificateCopyLongDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:543:112: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFStringRef SecCertificateCopyShortDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:543:112: note: insert '_Nullable' if the pointer may be null CFStringRef SecCertificateCopyShortDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:543:112: note: insert '_Nonnull' if the pointer should never be null CFStringRef SecCertificateCopyShortDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:543:123: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFStringRef SecCertificateCopyShortDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:543:123: note: insert '_Nullable' if the pointer may be null CFStringRef SecCertificateCopyShortDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:543:123: note: insert '_Nonnull' if the pointer should never be null CFStringRef SecCertificateCopyShortDescription(CFAllocatorRef __nullable alloc, SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:561:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef SecCertificateCopyNormalizedIssuerContent(SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:561:84: note: insert '_Nullable' if the pointer may be null CFDataRef SecCertificateCopyNormalizedIssuerContent(SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:561:84: note: insert '_Nonnull' if the pointer should never be null CFDataRef SecCertificateCopyNormalizedIssuerContent(SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:561:95: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef SecCertificateCopyNormalizedIssuerContent(SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:561:95: note: insert '_Nullable' if the pointer may be null CFDataRef SecCertificateCopyNormalizedIssuerContent(SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:561:95: note: insert '_Nonnull' if the pointer should never be null CFDataRef SecCertificateCopyNormalizedIssuerContent(SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:579:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef SecCertificateCopyNormalizedSubjectContent(SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:579:85: note: insert '_Nullable' if the pointer may be null CFDataRef SecCertificateCopyNormalizedSubjectContent(SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:579:85: note: insert '_Nonnull' if the pointer should never be null CFDataRef SecCertificateCopyNormalizedSubjectContent(SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:579:96: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef SecCertificateCopyNormalizedSubjectContent(SecCertificateRef certificate, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:579:96: note: insert '_Nullable' if the pointer may be null CFDataRef SecCertificateCopyNormalizedSubjectContent(SecCertificateRef certificate, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:579:96: note: insert '_Nonnull' if the pointer should never be null CFDataRef SecCertificateCopyNormalizedSubjectContent(SecCertificateRef certificate, CFErrorRef *error) ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:30: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h:121:88: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecAccessControlCreateFlags flags, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h:121:88: note: insert '_Nullable' if the pointer may be null SecAccessControlCreateFlags flags, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h:121:88: note: insert '_Nonnull' if the pointer should never be null SecAccessControlCreateFlags flags, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h:121:99: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecAccessControlCreateFlags flags, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h:121:99: note: insert '_Nullable' if the pointer may be null SecAccessControlCreateFlags flags, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h:121:99: note: insert '_Nonnull' if the pointer should never be null SecAccessControlCreateFlags flags, CFErrorRef *error) ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:32: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:43: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccess.h:160:132: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef __nullable acls, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccess.h:160:132: note: insert '_Nullable' if the pointer may be null SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef __nullable acls, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccess.h:160:132: note: insert '_Nonnull' if the pointer should never be null SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef __nullable acls, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccess.h:160:143: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef __nullable acls, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccess.h:160:143: note: insert '_Nullable' if the pointer may be null SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef __nullable acls, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccess.h:160:143: note: insert '_Nonnull' if the pointer should never be null SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef __nullable acls, CFErrorRef *error) ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:32: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:413:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef SecKeyGenerateSymmetric(CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:413:63: note: insert '_Nullable' if the pointer may be null SecKeyRef SecKeyGenerateSymmetric(CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:413:63: note: insert '_Nonnull' if the pointer should never be null SecKeyRef SecKeyGenerateSymmetric(CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:413:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef SecKeyGenerateSymmetric(CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:413:74: note: insert '_Nullable' if the pointer may be null SecKeyRef SecKeyGenerateSymmetric(CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:413:74: note: insert '_Nonnull' if the pointer should never be null SecKeyRef SecKeyGenerateSymmetric(CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:442:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef keyData, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:442:21: note: insert '_Nullable' if the pointer may be null CFDataRef keyData, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:442:21: note: insert '_Nonnull' if the pointer should never be null CFDataRef keyData, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:442:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef keyData, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:442:32: note: insert '_Nullable' if the pointer may be null CFDataRef keyData, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:442:32: note: insert '_Nonnull' if the pointer should never be null CFDataRef keyData, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:531:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:531:33: note: insert '_Nullable' if the pointer may be null CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:531:33: note: insert '_Nonnull' if the pointer should never be null CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:531:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:531:44: note: insert '_Nullable' if the pointer may be null CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:531:44: note: insert '_Nonnull' if the pointer should never be null CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:552:56: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef wrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:552:56: note: insert '_Nullable' if the pointer may be null SecKeyRef wrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:552:56: note: insert '_Nonnull' if the pointer should never be null SecKeyRef wrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:552:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef wrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:552:67: note: insert '_Nullable' if the pointer may be null SecKeyRef wrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:552:67: note: insert '_Nonnull' if the pointer should never be null SecKeyRef wrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:573:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef unwrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:573:58: note: insert '_Nullable' if the pointer may be null SecKeyRef unwrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:573:58: note: insert '_Nonnull' if the pointer should never be null SecKeyRef unwrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:573:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef unwrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:573:69: note: insert '_Nullable' if the pointer may be null SecKeyRef unwrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:573:69: note: insert '_Nonnull' if the pointer should never be null SecKeyRef unwrappingKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:808:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef _Nullable SecKeyCreateRandomKey(CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:808:71: note: insert '_Nullable' if the pointer may be null SecKeyRef _Nullable SecKeyCreateRandomKey(CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:808:71: note: insert '_Nonnull' if the pointer should never be null SecKeyRef _Nullable SecKeyCreateRandomKey(CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:808:82: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef _Nullable SecKeyCreateRandomKey(CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:808:82: note: insert '_Nullable' if the pointer may be null SecKeyRef _Nullable SecKeyCreateRandomKey(CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:808:82: note: insert '_Nonnull' if the pointer should never be null SecKeyRef _Nullable SecKeyCreateRandomKey(CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:828:89: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef _Nullable SecKeyCreateWithData(CFDataRef keyData, CFDictionaryRef attributes, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:828:89: note: insert '_Nullable' if the pointer may be null SecKeyRef _Nullable SecKeyCreateWithData(CFDataRef keyData, CFDictionaryRef attributes, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:828:89: note: insert '_Nonnull' if the pointer should never be null SecKeyRef _Nullable SecKeyCreateWithData(CFDataRef keyData, CFDictionaryRef attributes, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:828:100: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecKeyRef _Nullable SecKeyCreateWithData(CFDataRef keyData, CFDictionaryRef attributes, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:828:100: note: insert '_Nullable' if the pointer may be null SecKeyRef _Nullable SecKeyCreateWithData(CFDataRef keyData, CFDictionaryRef attributes, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:828:100: note: insert '_Nonnull' if the pointer should never be null SecKeyRef _Nullable SecKeyCreateWithData(CFDataRef keyData, CFDictionaryRef attributes, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:854:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef _Nullable SecKeyCopyExternalRepresentation(SecKeyRef key, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:854:69: note: insert '_Nullable' if the pointer may be null CFDataRef _Nullable SecKeyCopyExternalRepresentation(SecKeyRef key, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:854:69: note: insert '_Nonnull' if the pointer should never be null CFDataRef _Nullable SecKeyCopyExternalRepresentation(SecKeyRef key, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:854:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef _Nullable SecKeyCopyExternalRepresentation(SecKeyRef key, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:854:80: note: insert '_Nullable' if the pointer may be null CFDataRef _Nullable SecKeyCopyExternalRepresentation(SecKeyRef key, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:854:80: note: insert '_Nonnull' if the pointer should never be null CFDataRef _Nullable SecKeyCopyExternalRepresentation(SecKeyRef key, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1435:107: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef _Nullable SecKeyCreateSignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef dataToSign, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1435:107: note: insert '_Nullable' if the pointer may be null CFDataRef _Nullable SecKeyCreateSignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef dataToSign, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1435:107: note: insert '_Nonnull' if the pointer should never be null CFDataRef _Nullable SecKeyCreateSignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef dataToSign, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1435:118: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef _Nullable SecKeyCreateSignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef dataToSign, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1435:118: note: insert '_Nullable' if the pointer may be null CFDataRef _Nullable SecKeyCreateSignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef dataToSign, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1435:118: note: insert '_Nonnull' if the pointer should never be null CFDataRef _Nullable SecKeyCreateSignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef dataToSign, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1451:116: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] Boolean SecKeyVerifySignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef signedData, CFDataRef signature, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1451:116: note: insert '_Nullable' if the pointer may be null Boolean SecKeyVerifySignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef signedData, CFDataRef signature, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1451:116: note: insert '_Nonnull' if the pointer should never be null Boolean SecKeyVerifySignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef signedData, CFDataRef signature, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1451:127: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] Boolean SecKeyVerifySignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef signedData, CFDataRef signature, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1451:127: note: insert '_Nullable' if the pointer may be null Boolean SecKeyVerifySignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef signedData, CFDataRef signature, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1451:127: note: insert '_Nonnull' if the pointer should never be null Boolean SecKeyVerifySignature(SecKeyRef key, SecKeyAlgorithm algorithm, CFDataRef signedData, CFDataRef signature, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1468:48: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1468:48: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1468:48: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1468:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1468:59: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1468:59: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1485:48: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1485:48: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1485:48: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1485:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1485:59: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1485:59: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1512:147: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef _Nullable SecKeyCopyKeyExchangeResult(SecKeyRef privateKey, SecKeyAlgorithm algorithm, SecKeyRef publicKey, CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1512:147: note: insert '_Nullable' if the pointer may be null CFDataRef _Nullable SecKeyCopyKeyExchangeResult(SecKeyRef privateKey, SecKeyAlgorithm algorithm, SecKeyRef publicKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1512:147: note: insert '_Nonnull' if the pointer should never be null CFDataRef _Nullable SecKeyCopyKeyExchangeResult(SecKeyRef privateKey, SecKeyAlgorithm algorithm, SecKeyRef publicKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1512:158: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDataRef _Nullable SecKeyCopyKeyExchangeResult(SecKeyRef privateKey, SecKeyAlgorithm algorithm, SecKeyRef publicKey, CFDictionaryRef parameters, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1512:158: note: insert '_Nullable' if the pointer may be null CFDataRef _Nullable SecKeyCopyKeyExchangeResult(SecKeyRef privateKey, SecKeyAlgorithm algorithm, SecKeyRef publicKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:1512:158: note: insert '_Nonnull' if the pointer should never be null CFDataRef _Nullable SecKeyCopyKeyExchangeResult(SecKeyRef privateKey, SecKeyAlgorithm algorithm, SecKeyRef publicKey, CFDictionaryRef parameters, CFErrorRef *error) ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:86: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecStaticCode.h:199:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecStaticCode.h:199:44: note: insert '_Nullable' if the pointer may be null SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecStaticCode.h:199:44: note: insert '_Nonnull' if the pointer should never be null SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecStaticCode.h:199:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecStaticCode.h:199:55: note: insert '_Nullable' if the pointer may be null SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecStaticCode.h:199:55: note: insert '_Nonnull' if the pointer should never be null SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:87: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:266:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:266:44: note: insert '_Nullable' if the pointer may be null SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:266:44: note: insert '_Nonnull' if the pointer should never be null SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:266:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:266:55: note: insert '_Nullable' if the pointer may be null SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCode.h:266:55: note: insert '_Nonnull' if the pointer should never be null SecRequirementRef __nullable requirement, CFErrorRef *errors); ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:89: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecRequirement.h:91:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *errors, SecRequirementRef * __nonnull CF_RETURNS_RETAINED requirement); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecRequirement.h:91:2: note: insert '_Nullable' if the pointer may be null CFErrorRef *errors, SecRequirementRef * __nonnull CF_RETURNS_RETAINED requirement); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecRequirement.h:91:2: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *errors, SecRequirementRef * __nonnull CF_RETURNS_RETAINED requirement); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecRequirement.h:91:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *errors, SecRequirementRef * __nonnull CF_RETURNS_RETAINED requirement); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecRequirement.h:91:13: note: insert '_Nullable' if the pointer may be null CFErrorRef *errors, SecRequirementRef * __nonnull CF_RETURNS_RETAINED requirement); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecRequirement.h:91:13: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *errors, SecRequirementRef * __nonnull CF_RETURNS_RETAINED requirement); ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:90: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:95:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFTypeRef SecTaskCopyValueForEntitlement(SecTaskRef task, CFStringRef entitlement, CFErrorRef *error); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:95:84: note: insert '_Nullable' if the pointer may be null CFTypeRef SecTaskCopyValueForEntitlement(SecTaskRef task, CFStringRef entitlement, CFErrorRef *error); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:95:84: note: insert '_Nonnull' if the pointer should never be null CFTypeRef SecTaskCopyValueForEntitlement(SecTaskRef task, CFStringRef entitlement, CFErrorRef *error); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:95:95: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFTypeRef SecTaskCopyValueForEntitlement(SecTaskRef task, CFStringRef entitlement, CFErrorRef *error); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:95:95: note: insert '_Nullable' if the pointer may be null CFTypeRef SecTaskCopyValueForEntitlement(SecTaskRef task, CFStringRef entitlement, CFErrorRef *error); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:95:95: note: insert '_Nonnull' if the pointer should never be null CFTypeRef SecTaskCopyValueForEntitlement(SecTaskRef task, CFStringRef entitlement, CFErrorRef *error); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:110:92: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDictionaryRef SecTaskCopyValuesForEntitlements(SecTaskRef task, CFArrayRef entitlements, CFErrorRef *error); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:110:92: note: insert '_Nullable' if the pointer may be null CFDictionaryRef SecTaskCopyValuesForEntitlements(SecTaskRef task, CFArrayRef entitlements, CFErrorRef *error); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:110:92: note: insert '_Nonnull' if the pointer should never be null CFDictionaryRef SecTaskCopyValuesForEntitlements(SecTaskRef task, CFArrayRef entitlements, CFErrorRef *error); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:110:103: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFDictionaryRef SecTaskCopyValuesForEntitlements(SecTaskRef task, CFArrayRef entitlements, CFErrorRef *error); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:110:103: note: insert '_Nullable' if the pointer may be null CFDictionaryRef SecTaskCopyValuesForEntitlements(SecTaskRef task, CFArrayRef entitlements, CFErrorRef *error); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:110:103: note: insert '_Nonnull' if the pointer should never be null CFDictionaryRef SecTaskCopyValuesForEntitlements(SecTaskRef task, CFArrayRef entitlements, CFErrorRef *error); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:121:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFStringRef SecTaskCopySigningIdentifier(SecTaskRef task, CFErrorRef *error); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:121:59: note: insert '_Nullable' if the pointer may be null CFStringRef SecTaskCopySigningIdentifier(SecTaskRef task, CFErrorRef *error); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:121:59: note: insert '_Nonnull' if the pointer should never be null CFStringRef SecTaskCopySigningIdentifier(SecTaskRef task, CFErrorRef *error); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:121:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFStringRef SecTaskCopySigningIdentifier(SecTaskRef task, CFErrorRef *error); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:121:70: note: insert '_Nullable' if the pointer may be null CFStringRef SecTaskCopySigningIdentifier(SecTaskRef task, CFErrorRef *error); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTask.h:121:70: note: insert '_Nonnull' if the pointer should never be null CFStringRef SecTaskCopySigningIdentifier(SecTaskRef task, CFErrorRef *error); ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:106: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:292:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:292:9: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:292:9: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:292:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:292:20: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:292:20: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:446:10: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:446:10: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:446:10: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:446:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:446:21: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:446:21: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:482:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:482:9: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:482:9: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:482:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:482:20: note: insert '_Nullable' if the pointer may be null CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:482:20: note: insert '_Nonnull' if the pointer should never be null CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:570:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFTypeRef SecTransformExecute(SecTransformRef transformRef, CFErrorRef* errorRef) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:570:61: note: insert '_Nullable' if the pointer may be null CFTypeRef SecTransformExecute(SecTransformRef transformRef, CFErrorRef* errorRef) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:570:61: note: insert '_Nonnull' if the pointer should never be null CFTypeRef SecTransformExecute(SecTransformRef transformRef, CFErrorRef* errorRef) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:570:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFTypeRef SecTransformExecute(SecTransformRef transformRef, CFErrorRef* errorRef) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:570:71: note: insert '_Nullable' if the pointer may be null CFTypeRef SecTransformExecute(SecTransformRef transformRef, CFErrorRef* errorRef) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecTransform.h:570:71: note: insert '_Nonnull' if the pointer should never be null CFTypeRef SecTransformExecute(SecTransformRef transformRef, CFErrorRef* errorRef) ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:107: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:907:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:907:37: note: insert '_Nullable' if the pointer may be null CFErrorRef* error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:907:37: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:907:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:907:47: note: insert '_Nullable' if the pointer may be null CFErrorRef* error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:907:47: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:928:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecTransformRef SecTransformCreate(CFStringRef name, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:928:54: note: insert '_Nullable' if the pointer may be null SecTransformRef SecTransformCreate(CFStringRef name, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:928:54: note: insert '_Nonnull' if the pointer should never be null SecTransformRef SecTransformCreate(CFStringRef name, CFErrorRef *error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:928:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] SecTransformRef SecTransformCreate(CFStringRef name, CFErrorRef *error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:928:65: note: insert '_Nullable' if the pointer may be null SecTransformRef SecTransformCreate(CFStringRef name, CFErrorRef *error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecCustomTransform.h:928:65: note: insert '_Nonnull' if the pointer should never be null SecTransformRef SecTransformCreate(CFStringRef name, CFErrorRef *error) ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:108: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDecodeTransform.h:27: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncodeTransform.h:103:12: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncodeTransform.h:103:12: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncodeTransform.h:103:12: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncodeTransform.h:103:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncodeTransform.h:103:22: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncodeTransform.h:103:22: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:108: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDecodeTransform.h:64:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDecodeTransform.h:64:13: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDecodeTransform.h:64:13: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDecodeTransform.h:64:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDecodeTransform.h:64:23: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDecodeTransform.h:64:23: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:109: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDigestTransform.h:143:12: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDigestTransform.h:143:12: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDigestTransform.h:143:12: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDigestTransform.h:143:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDigestTransform.h:143:22: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecDigestTransform.h:143:22: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:111: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:161:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:161:14: note: insert '_Nullable' if the pointer may be null CFErrorRef* error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:161:14: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:161:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:161:24: note: insert '_Nullable' if the pointer may be null CFErrorRef* error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:161:24: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:179:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:179:14: note: insert '_Nullable' if the pointer may be null CFErrorRef* error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:179:14: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error) ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:179:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:179:24: note: insert '_Nullable' if the pointer may be null CFErrorRef* error) ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecEncryptTransform.h:179:24: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error) ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:112: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:63:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:63:13: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:63:13: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:63:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:63:23: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:63:23: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:90:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:90:13: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:90:13: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:90:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* error ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:90:23: note: insert '_Nullable' if the pointer may be null CFErrorRef* error ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework/Headers/SecSignVerifyTransform.h:90:23: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* error ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:31: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSync.h:11: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:111:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN ColorSyncProfileRef __nullable ColorSyncProfileCreate(CFDataRef data, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:111:80: note: insert '_Nullable' if the pointer may be null CSEXTERN ColorSyncProfileRef __nullable ColorSyncProfileCreate(CFDataRef data, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:111:80: note: insert '_Nonnull' if the pointer should never be null CSEXTERN ColorSyncProfileRef __nullable ColorSyncProfileCreate(CFDataRef data, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:119:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN ColorSyncProfileRef __nullable ColorSyncProfileCreateWithURL(CFURLRef url, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:119:85: note: insert '_Nullable' if the pointer may be null CSEXTERN ColorSyncProfileRef __nullable ColorSyncProfileCreateWithURL(CFURLRef url, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:119:85: note: insert '_Nonnull' if the pointer should never be null CSEXTERN ColorSyncProfileRef __nullable ColorSyncProfileCreateWithURL(CFURLRef url, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:186:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN bool ColorSyncProfileVerify (ColorSyncProfileRef prof, CFErrorRef* __nullable errors, CFErrorRef* __nullable warnings) CS_AVAILABLE_STARTING(10.4, 16.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:186:65: note: insert '_Nullable' if the pointer may be null CSEXTERN bool ColorSyncProfileVerify (ColorSyncProfileRef prof, CFErrorRef* __nullable errors, CFErrorRef* __nullable warnings) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:186:65: note: insert '_Nonnull' if the pointer should never be null CSEXTERN bool ColorSyncProfileVerify (ColorSyncProfileRef prof, CFErrorRef* __nullable errors, CFErrorRef* __nullable warnings) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:186:96: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN bool ColorSyncProfileVerify (ColorSyncProfileRef prof, CFErrorRef* __nullable errors, CFErrorRef* __nullable warnings) CS_AVAILABLE_STARTING(10.4, 16.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:186:96: note: insert '_Nullable' if the pointer may be null CSEXTERN bool ColorSyncProfileVerify (ColorSyncProfileRef prof, CFErrorRef* __nullable errors, CFErrorRef* __nullable warnings) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:186:96: note: insert '_Nonnull' if the pointer should never be null CSEXTERN bool ColorSyncProfileVerify (ColorSyncProfileRef prof, CFErrorRef* __nullable errors, CFErrorRef* __nullable warnings) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:221:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN float ColorSyncProfileEstimateGammaWithDisplayID (const int32_t displayID, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:221:85: note: insert '_Nullable' if the pointer may be null CSEXTERN float ColorSyncProfileEstimateGammaWithDisplayID (const int32_t displayID, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:221:85: note: insert '_Nonnull' if the pointer should never be null CSEXTERN float ColorSyncProfileEstimateGammaWithDisplayID (const int32_t displayID, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:230:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN float ColorSyncProfileEstimateGamma (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:230:73: note: insert '_Nullable' if the pointer may be null CSEXTERN float ColorSyncProfileEstimateGamma (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:230:73: note: insert '_Nonnull' if the pointer should never be null CSEXTERN float ColorSyncProfileEstimateGamma (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:268:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN CFDataRef ColorSyncProfileCopyData (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:268:72: note: insert '_Nullable' if the pointer may be null CSEXTERN CFDataRef ColorSyncProfileCopyData (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:268:72: note: insert '_Nonnull' if the pointer should never be null CSEXTERN CFDataRef ColorSyncProfileCopyData (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:276:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN CFURLRef ColorSyncProfileGetURL (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:276:69: note: insert '_Nullable' if the pointer may be null CSEXTERN CFURLRef ColorSyncProfileGetURL (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:276:69: note: insert '_Nonnull' if the pointer should never be null CSEXTERN CFURLRef ColorSyncProfileGetURL (ColorSyncProfileRef prof, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:360:50: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:360:50: note: insert '_Nullable' if the pointer may be null CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:360:50: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4, 16.0); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:385:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:385:61: note: insert '_Nullable' if the pointer may be null CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:385:61: note: insert '_Nonnull' if the pointer should never be null CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:394:109: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN bool ColorSyncProfileInstall(ColorSyncProfileRef profile, CFStringRef domain, CFStringRef subpath, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:394:109: note: insert '_Nullable' if the pointer may be null CSEXTERN bool ColorSyncProfileInstall(ColorSyncProfileRef profile, CFStringRef domain, CFStringRef subpath, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:394:109: note: insert '_Nonnull' if the pointer should never be null CSEXTERN bool ColorSyncProfileInstall(ColorSyncProfileRef profile, CFStringRef domain, CFStringRef subpath, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:413:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CSEXTERN bool ColorSyncProfileUninstall(ColorSyncProfileRef profile, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:413:70: note: insert '_Nullable' if the pointer may be null CSEXTERN bool ColorSyncProfileUninstall(ColorSyncProfileRef profile, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:413:70: note: insert '_Nonnull' if the pointer should never be null CSEXTERN bool ColorSyncProfileUninstall(ColorSyncProfileRef profile, CFErrorRef* __nullable error) CS_AVAILABLE_STARTING(10.4) CS_UNAVAILABLE_EMBEDDED; ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:23: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:166:5: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:166:5: note: insert '_Nullable' if the pointer may be null CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:166:5: note: insert '_Nonnull' if the pointer should never be null CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:166:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:166:16: note: insert '_Nullable' if the pointer may be null CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:166:16: note: insert '_Nonnull' if the pointer should never be null CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:188:5: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:188:5: note: insert '_Nullable' if the pointer may be null CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:188:5: note: insert '_Nonnull' if the pointer should never be null CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:188:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:188:16: note: insert '_Nullable' if the pointer may be null CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:188:16: note: insert '_Nonnull' if the pointer should never be null CFErrorRef * error ) CT_AVAILABLE(macos(10.6), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:207:5: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:207:5: note: insert '_Nullable' if the pointer may be null CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:207:5: note: insert '_Nonnull' if the pointer should never be null CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:207:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:207:16: note: insert '_Nullable' if the pointer may be null CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:207:16: note: insert '_Nonnull' if the pointer should never be null CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:223:5: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:223:5: note: insert '_Nullable' if the pointer may be null CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:223:5: note: insert '_Nonnull' if the pointer should never be null CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nonnull /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:223:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:223:16: note: insert '_Nullable' if the pointer may be null CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nullable /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:223:16: note: insert '_Nonnull' if the pointer should never be null CFErrorRef * error ) CT_AVAILABLE(macos(10.8), ios(4.1), watchos(2.0), tvos(9.0)); ^ _Nonnull In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIServices.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIShape.h:22: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:31: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:457:39: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean CMProfileMD5AreEqual(CMProfileMD5 a, CMProfileMD5 b) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:457:55: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean CMProfileMD5AreEqual(CMProfileMD5 a, CMProfileMD5 b) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:475:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* date and time of profile creation */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:483:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor white; /* profile illuminant */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:495:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* date and time of profile creation */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:503:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor white; /* profile illuminant */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:505:3: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileMD5 digest; /* Profile message digest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:517:3: warning: 'CMTagRecord' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMTagRecord tagList[1]; /* variable size, determined by count */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:513:3: note: 'CMTagRecord' has been explicitly marked deprecated here } CMTagRecord DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:521:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header header; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:522:3: warning: 'CMTagElemTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMTagElemTable tagTable; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:518:3: note: 'CMTagElemTable' has been explicitly marked deprecated here } CMTagElemTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:550:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:618:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor backingXYZ; /* absolute XYZ values of backing */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:662:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor redPhosphor; /* Phosphors - native cromaticity values of the display */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:663:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor greenPhosphor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:664:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor bluePhosphor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:665:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor whitePoint; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:681:3: warning: 'CMNativeDisplayInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMNativeDisplayInfo nativeDisplayInfo; /* data of type CMNativeDisplayInfo */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:676:3: note: 'CMNativeDisplayInfo' has been explicitly marked deprecated here } CMNativeDisplayInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:734:3: warning: 'CMScreeningChannelRec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMScreeningChannelRec channelInfo[1]; /* variable size, determined by channelCount */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:727:3: note: 'CMScreeningChannelRec' has been explicitly marked deprecated here } CMScreeningChannelRec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:782:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor illuminant; /* absolute XYZs of illuminant in cd/m^2 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:783:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor surround; /* absolute XYZs of surround in cd/m^2 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:790:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor XYZ[1]; /* variable size, determined by tag element size */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:829:3: warning: 'CMIntentCRDVMSize' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMIntentCRDVMSize intentCRD[1]; /* variable size, determined by count */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:823:3: note: 'CMIntentCRDVMSize' has been explicitly marked deprecated here } CMIntentCRDVMSize DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:860:5: warning: 'CMVideoCardGammaTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGammaTable table; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:843:3: note: 'CMVideoCardGammaTable' has been explicitly marked deprecated here } CMVideoCardGammaTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:861:5: warning: 'CMVideoCardGammaFormula' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGammaFormula formula; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:855:3: note: 'CMVideoCardGammaFormula' has been explicitly marked deprecated here } CMVideoCardGammaFormula DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:868:3: warning: 'CMVideoCardGamma' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGamma gamma; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:863:3: note: 'CMVideoCardGamma' has been explicitly marked deprecated here } CMVideoCardGamma DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:885:3: warning: 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMakeAndModel makeAndModel; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:880:3: note: 'CMMakeAndModel' has been explicitly marked deprecated here } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1187:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header cm2; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1188:3: warning: 'CM4Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM4Header cm4; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:507:3: note: 'CM4Header' has been explicitly marked deprecated here } CM4Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1196:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profileSet[1]; /* Variable. Ordered from Source -> Dest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1203:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profile; /* profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1211:3: warning: 'NCMConcatProfileSpec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] NCMConcatProfileSpec profileSpecs[1]; /* Variable. Ordered from Source -> Dest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1204:3: note: 'NCMConcatProfileSpec' has been explicitly marked deprecated here } NCMConcatProfileSpec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1302:3: warning: 'CMRGBColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMRGBColor rgb; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1232:3: note: 'CMRGBColor' has been explicitly marked deprecated here } CMRGBColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1303:3: warning: 'CMHSVColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHSVColor hsv; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1257:3: note: 'CMHSVColor' has been explicitly marked deprecated here } CMHSVColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1304:3: warning: 'CMHLSColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHLSColor hls; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1251:3: note: 'CMHLSColor' has been explicitly marked deprecated here } CMHLSColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1306:3: warning: 'CMLabColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMLabColor Lab; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1263:3: note: 'CMLabColor' has been explicitly marked deprecated here } CMLabColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1307:3: warning: 'CMLuvColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMLuvColor Luv; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1269:3: note: 'CMLuvColor' has been explicitly marked deprecated here } CMLuvColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1308:3: warning: 'CMYxyColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMYxyColor Yxy; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1275:3: note: 'CMYxyColor' has been explicitly marked deprecated here } CMYxyColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1309:3: warning: 'CMCMYKColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMCMYKColor cmyk; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1239:3: note: 'CMCMYKColor' has been explicitly marked deprecated here } CMCMYKColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1310:3: warning: 'CMCMYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMCMYColor cmy; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1245:3: note: 'CMCMYColor' has been explicitly marked deprecated here } CMCMYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1311:3: warning: 'CMGrayColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMGrayColor gray; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1279:3: note: 'CMGrayColor' has been explicitly marked deprecated here } CMGrayColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1312:3: warning: 'CMMultichannel5Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel5Color mc5; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1283:3: note: 'CMMultichannel5Color' has been explicitly marked deprecated here } CMMultichannel5Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1313:3: warning: 'CMMultichannel6Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel6Color mc6; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1287:3: note: 'CMMultichannel6Color' has been explicitly marked deprecated here } CMMultichannel6Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1314:3: warning: 'CMMultichannel7Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel7Color mc7; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1291:3: note: 'CMMultichannel7Color' has been explicitly marked deprecated here } CMMultichannel7Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1315:3: warning: 'CMMultichannel8Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel8Color mc8; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1295:3: note: 'CMMultichannel8Color' has been explicitly marked deprecated here } CMMultichannel8Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1316:3: warning: 'CMNamedColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMNamedColor namedColor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1299:3: note: 'CMNamedColor' has been explicitly marked deprecated here } CMNamedColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1453:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmGray8Space = cmGraySpace + cm8_8ColorPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1455:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmGray16LSpace = cmGraySpace + cmLittleEndianPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1456:48: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmGrayA16Space = cmGrayASpace + cm16_8ColorPacking, ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1458:48: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmGrayA32LSpace = cmGrayASpace + cmLittleEndianPacking, ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1459:52: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmGrayA16PmulSpace = cmGrayAPmulSpace + cm16_8ColorPacking, ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1461:52: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmGrayA32LPmulSpace = cmGrayAPmulSpace + cmLittleEndianPacking, ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1462:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGB16Space = cmRGBSpace + cmWord5ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1463:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGB16LSpace = cmRGBSpace + cmWord5ColorPacking + cmLittleEndianPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1464:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGB565Space = cmRGBSpace + cmWord565ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1465:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGB565LSpace = cmRGBSpace + cmWord565ColorPacking + cmLittleEndianPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1466:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGB24Space = cmRGBSpace + cm24_8ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1467:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGB32Space = cmRGBSpace + cm32_8ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1468:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGB48Space = cmRGBSpace + cm48_16ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1469:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGB48LSpace = cmRGBSpace + cm48_16ColorPacking + cmLittleEndianPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1470:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmARGB32Space = cmRGBASpace + cm32_8ColorPacking + cmAlphaFirstPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1471:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmARGB64Space = cmRGBASpace + cm64_16ColorPacking + cmAlphaFirstPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1472:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmARGB64LSpace = cmRGBASpace + cm64_16ColorPacking + cmAlphaFirstPacking + cmLittleEndianPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1473:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGBA32Space = cmRGBASpace + cm32_8ColorPacking + cmAlphaLastPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1474:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGBA64Space = cmRGBASpace + cm64_16ColorPacking + cmAlphaLastPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1475:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGBA64LSpace = cmRGBASpace + cm64_16ColorPacking + cmAlphaLastPacking + cmLittleEndianPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1476:51: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmARGB32PmulSpace = cmRGBAPmulSpace + cm32_8ColorPacking + cmAlphaFirstPacking, ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1477:51: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmARGB64PmulSpace = cmRGBAPmulSpace + cm64_16ColorPacking + cmAlphaFirstPacking, ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1478:51: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmARGB64LPmulSpace = cmRGBAPmulSpace + cm64_16ColorPacking + cmAlphaFirstPacking + cmLittleEndianPacking, ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1479:51: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGBA32PmulSpace = cmRGBAPmulSpace + cm32_8ColorPacking + cmAlphaLastPacking, ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1480:51: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGBA64PmulSpace = cmRGBAPmulSpace + cm64_16ColorPacking + cmAlphaLastPacking, ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1481:51: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmRGBA64LPmulSpace = cmRGBAPmulSpace + cm64_16ColorPacking + cmAlphaLastPacking + cmLittleEndianPacking, ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1482:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmCMYK32Space = cmCMYKSpace + cm32_8ColorPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1483:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmCMYK64Space = cmCMYKSpace + cm64_16ColorPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1484:47: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmCMYK64LSpace = cmCMYKSpace + cm64_16ColorPacking + cmLittleEndianPacking, ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1485:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmHSV32Space = cmHSVSpace + cmLong10ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1486:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmHLS32Space = cmHLSSpace + cmLong10ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1487:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmYXY32Space = cmYXYSpace + cmLong10ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1488:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmXYZ24Space = cmXYZSpace + cm24_8ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1489:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmXYZ32Space = cmXYZSpace + cmLong10ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1490:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmXYZ48Space = cmXYZSpace + cm48_16ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1491:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmXYZ48LSpace = cmXYZSpace + cm48_16ColorPacking + cmLittleEndianPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1492:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmLUV32Space = cmLUVSpace + cmLong10ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1493:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmLAB24Space = cmLABSpace + cm24_8ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1494:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmLAB32Space = cmLABSpace + cmLong10ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1495:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmLAB48Space = cmLABSpace + cm48_16ColorPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1496:46: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmLAB48LSpace = cmLABSpace + cm48_16ColorPacking + cmLittleEndianPacking, ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1497:57: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmGamutResult1Space = cmOneBitDirectPacking + cmGamutResultSpace, ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1498:55: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmNamedIndexed32Space = cm32_32ColorPacking + cmNamedIndexedSpace, ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1499:55: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmNamedIndexed32LSpace = cm32_32ColorPacking + cmNamedIndexedSpace + cmLittleEndianPacking, ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1500:54: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmMCFive8Space = cm40_8ColorPacking + cmMCFiveSpace, ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1501:54: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmMCSix8Space = cm48_8ColorPacking + cmMCSixSpace, ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1502:54: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmMCSeven8Space = cm56_8ColorPacking + cmMCSevenSpace, ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1503:54: warning: arithmetic between different enumeration types ('(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1391:1)' and '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1422:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] cmMCEight8Space = cm64_8ColorPacking + cmMCEightSpace ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1515:3: warning: 'CMBitmapColorSpace' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMBitmapColorSpace space; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1507:41: note: 'CMBitmapColorSpace' has been explicitly marked deprecated here typedef UInt32 CMBitmapColorSpace DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1589:3: warning: 'CMHandleLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHandleLocation handleLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1557:3: note: 'CMHandleLocation' has been explicitly marked deprecated here } CMHandleLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1594:3: warning: 'CMPathLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMPathLocation pathLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1578:3: note: 'CMPathLocation' has been explicitly marked deprecated here } CMPathLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1595:3: warning: 'CMBufferLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMBufferLocation bufferLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1583:3: note: 'CMBufferLocation' has been explicitly marked deprecated here } CMBufferLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1600:3: warning: 'CMProfLoc' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfLoc u; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1596:3: note: 'CMProfLoc' has been explicitly marked deprecated here } CMProfLoc DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1605:42: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] cmCurrentProfileLocationSize = sizeof(CMProfileLocation) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1620:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header header; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1623:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation location; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1627:3: warning: 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMakeAndModel * makeAndModel; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:880:3: note: 'CMMakeAndModel' has been explicitly marked deprecated here } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1628:3: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileMD5 * digest; /* Derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1994:3: warning: 'CMDeviceID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceID deviceID; /* device ID */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1959:41: note: 'CMDeviceID' has been explicitly marked deprecated here typedef UInt32 CMDeviceID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1996:3: warning: 'CMDeviceState' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceState deviceState; /* Device State flags */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1953:41: note: 'CMDeviceState' has been explicitly marked deprecated here typedef UInt32 CMDeviceState DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1997:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID defaultProfileID; /* Can change */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2010:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID profileID; /* The identifier for this profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2011:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation profileLoc; /* The profile's location */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2018:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID profileID; /* The identifier for this profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2019:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation profileLoc; /* The profile's location */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2021:3: warning: 'CMDeviceProfileScope' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileScope profileScope; /* The scope this profile applies to */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1985:18: note: 'CMDeviceProfileScope' has been explicitly marked deprecated here } CMDeviceScope, CMDeviceProfileScope DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2033:3: warning: 'CMDeviceProfileInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileInfo profiles[1]; /* The profile info records */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2014:3: note: 'CMDeviceProfileInfo' has been explicitly marked deprecated here } CMDeviceProfileInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:30: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:139:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profile; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:30: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:140:3: warning: 'CMColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMColor color; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1317:3: note: 'CMColor' has been explicitly marked deprecated here } CMColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:30: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:328:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef dstProfile; /* Currently ignored */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:30: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:54:3: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDisplayIDType displayID; /* Contains an hDC on Win32 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:30: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:56:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation * profileLocationPtr; /* For returning the profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:30: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:61:55: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] typedef CALLBACK_API( Boolean , CanCalibrateProcPtr )(CMDisplayIDType displayID, Str255 errMessage); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:30: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:154:3: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDisplayIDType displayID, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/Input/gui_pad_thread.cpp:30: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:180:87: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean InvokeCanCalibrateUPP(CMDisplayIDType displayID, Str255 errMessage, CanCalibrateUPP userUPP) { return (*userUPP)(displayID, errMessage); } ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ 232 warnings generated. [1025/1027] Building CXX object rpcs3/.../rpcs3.dir/display_sleep_control.cpp.o FAILED: rpcs3/CMakeFiles/rpcs3.dir/display_sleep_control.cpp.o ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCURL_STATICLIB -DECC_SHAMIR -DFP_MAX_BITS=8192 -DGCM_TABLE_4BIT -DHAVE_AESGCM -DHAVE_CHACHA -DHAVE_CLOCK_GETTIME -DHAVE_DH_DEFAULT_PARAMS -DHAVE_ECC -DHAVE_ENCRYPT_THEN_MAC -DHAVE_EXTENDED_MASTER -DHAVE_FFDHE_2048 -DHAVE_HASHDRBG -DHAVE_ONE_TIME_AUTH -DHAVE_POLY1305 -DHAVE_PTHREAD -DHAVE_QTDBUS -DHAVE_SNI -DHAVE_SUPPORTED_CURVES -DHAVE_THREAD_LS -DHAVE_TLS_EXTENSIONS -DHAVE_VULKAN -DHAVE_WRITE_DUP -DHAVE___UINT128_T -DLLVM_AVAILABLE -DMINIUPNP_STATICLIB -DNO_DSA -DNO_MD4 -DNO_PSK -DNO_RC4 -DOPENSSL_EXTRA -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVGWIDGETS_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DSOUNDTOUCH_FLOAT_SAMPLES -DST_NO_EXCEPTION_HANDLING -DTFM_ECC256 -DUSE_FAST_MATH -DUSE_MULTICH_ALWAYS -DWC_NO_ASYNC_THREADING -DWC_NO_HARDEN -DWOLFSSL_AARCH64_BUILD -DWOLFSSL_DES_ECB -DWOLFSSL_ENCRYPTED_KEYS -DWOLFSSL_NO_SHAKE128 -DWOLFSSL_SHA224 -DWOLFSSL_SHA3 -DWOLFSSL_SHA384 -DWOLFSSL_SHA512 -DWOLFSSL_SHAKE256 -DWOLFSSL_SYS_CA_CERTS -DWOLFSSL_USE_ALIGN -DYAML_CPP_STATIC_DEFINE -DZLIB_CONST=1 -D_POSIX_THREADS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I"/Applications/Games/Emulators/Playstation 3/rpcs3/build/rpcs3/rpcs3_autogen/include" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3" -I"/Applications/Games/Emulators/Playstation 3/rpcs3" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/flatbuffers/include" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/pugixml/src" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/cubeb/cubeb/include" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/build/exports" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/SoundTouch/soundtouch/include" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/miniupnp/miniupnp/miniupnpc/include" -I/opt/homebrew/opt/llvm@17/include -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/asmjit/asmjit/src" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/GL" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/stblib/include" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/glslang/glslang/SPIRV/.." -I"/Applications/Games/Emulators/Playstation 3/rpcs3/build/include" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/libusb/libusb/libusb" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/wolfssl/wolfssl" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/build/3rdparty/wolfssl/wolfssl" -I/opt/homebrew/opt/qt6/lib/QtGui.framework/Versions/A/Headers/6.6.2 -I/opt/homebrew/opt/qt6/lib/QtGui.framework/Versions/A/Headers/6.6.2/QtGui -I/opt/homebrew/opt/qt6/lib/QtCore.framework/Versions/A/Headers/6.6.2 -I/opt/homebrew/opt/qt6/lib/QtCore.framework/Versions/A/Headers/6.6.2/QtCore -I/opt/homebrew/opt/qt6/lib/QtDBus.framework/Versions/A/Headers/6.6.2 -I/opt/homebrew/opt/qt6/lib/QtDBus.framework/Versions/A/Headers/6.6.2/QtDBus -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/yaml-cpp/yaml-cpp/include" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/hidapi/hidapi/hidapi" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/hidapi/hidapi/mac" -I"/Applications/Games/Emulators/Playstation 3/rpcs3/3rdparty/curl/curl/include" -isystem /opt/homebrew/include -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks -isystem /opt/homebrew/opt/qt6/lib/QtWidgets.framework/Headers -iframework /opt/homebrew/opt/qt6/lib -isystem /opt/homebrew/opt/qt6/lib/QtCore.framework/Headers -isystem /opt/homebrew/opt/qt6/share/qt/mkspecs/macx-clang -isystem /opt/homebrew/opt/qt6/include -isystem /opt/homebrew/opt/qt6/lib/QtGui.framework/Headers -isystem /opt/homebrew/opt/qt6/lib/QtDBus.framework/Headers -isystem /opt/homebrew/opt/qt6/lib/QtConcurrent.framework/Headers -isystem /opt/homebrew/opt/qt6/lib/QtMultimedia.framework/Headers -isystem /opt/homebrew/opt/qt6/lib/QtNetwork.framework/Headers -isystem /opt/homebrew/opt/qt6/lib/QtMultimediaWidgets.framework/Headers -isystem /opt/homebrew/opt/qt6/lib/QtSvg.framework/Headers -isystem /opt/homebrew/opt/qt6/lib/QtSvgWidgets.framework/Headers -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -F/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks -pthread -Wall -fno-exceptions -fstack-protector -march=armv8.4-a -Werror=old-style-cast -Werror=sign-compare -Werror=reorder -Werror=return-type -Werror=overloaded-virtual -Werror=missing-noreturn -Werror=implicit-fallthrough -Wunused-parameter -Wignored-qualifiers -Wredundant-move -Wcast-qual -Wdeprecated-copy -Wtautological-compare -Wempty-body -Wredundant-decls -Wstrict-aliasing=1 -MD -MT rpcs3/CMakeFiles/rpcs3.dir/display_sleep_control.cpp.o -MF rpcs3/CMakeFiles/rpcs3.dir/display_sleep_control.cpp.o.d -o rpcs3/CMakeFiles/rpcs3.dir/display_sleep_control.cpp.o -c '/Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/display_sleep_control.cpp' /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/display_sleep_control.cpp:84:30: error: use of old-style cast [-Werror,-Wold-style-cast] IOPMAssertionCreateWithName(kIOPMAssertionTypePreventUserIdleDisplaySleep, kIOPMAssertionLevelOn, CFSTR("Game running"), &s_pm_assertion); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/IOKit.framework/Headers/pwr_mgt/IOPMLib.h:1011:61: note: expanded from macro 'kIOPMAssertionTypePreventUserIdleDisplaySleep' #define kIOPMAssertionTypePreventUserIdleDisplaySleep kIOPMAssertPreventUserIdleDisplaySleep ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/IOKit.framework/Headers/pwr_mgt/IOPMLib.h:314:61: note: expanded from macro 'kIOPMAssertPreventUserIdleDisplaySleep' #define kIOPMAssertPreventUserIdleDisplaySleep CFSTR("PreventUserIdleDisplaySleep") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:198:23: note: expanded from macro 'CFSTR' #define CFSTR(cStr) ((CFStringRef) __builtin___CFStringMakeConstantString ("" cStr "")) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Games/Emulators/Playstation 3/rpcs3/rpcs3/display_sleep_control.cpp:84:100: error: use of old-style cast [-Werror,-Wold-style-cast] IOPMAssertionCreateWithName(kIOPMAssertionTypePreventUserIdleDisplaySleep, kIOPMAssertionLevelOn, CFSTR("Game running"), &s_pm_assertion); ^~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:198:23: note: expanded from macro 'CFSTR' #define CFSTR(cStr) ((CFStringRef) __builtin___CFStringMakeConstantString ("" cStr "")) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. [1026/1027] Building CXX object rpcs3/CMakeFiles/rpcs3.dir/rpcs3_version.cpp.o ninja: build stopped: subcommand failed. ➜ build git:(test-build) ✗