vcpkg 2024.11.16 & update nixpkgs #1137
Annotations
10 warnings
Build:
build/release-mac-arm64/vcpkg_installed/arm64-osx-11-release/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
|
Build:
src/ARMJIT_Memory.cpp#L903
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
Build:
src/ARMJIT_A64/ARMJIT_Branch.cpp#L86
expression result unused [-Wunused-value]
|
Build:
src/net/LAN.cpp#L513
enumeration value 'ENET_EVENT_TYPE_NONE' not handled in switch [-Wswitch]
|
Build:
src/net/LAN.cpp#L661
enumeration value 'ENET_EVENT_TYPE_NONE' not handled in switch [-Wswitch]
|
Build:
src/net/Netplay.cpp#L651
enumeration value 'ENET_EVENT_TYPE_NONE' not handled in switch [-Wswitch]
|
Build:
src/net/Netplay.cpp#L740
enumeration value 'ENET_EVENT_TYPE_NONE' not handled in switch [-Wswitch]
|
Build:
src/frontend/qt_sdl/Screen.cpp#L879
using the result of an assignment as a condition without parentheses [-Wparentheses]
|
Build:
src/frontend/qt_sdl/Screen.cpp#L888
using the result of an assignment as a condition without parentheses [-Wparentheses]
|
Build:
src/frontend/qt_sdl/EmuInstance.cpp#L1085
'codecvt_utf8_utf16<char16_t>' is deprecated [-Wdeprecated-declarations]
|
Loading