Merge remote-tracking branch 'origin/master' #1125
Annotations
10 warnings
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/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]
|
Build:
src/frontend/qt_sdl/EmuInstance.cpp#L1085
'wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t>' is deprecated [-Wdeprecated-declarations]
|
Build:
src/frontend/qt_sdl/EmuInstance.cpp#L1676
'codecvt_utf8_utf16<char16_t>' is deprecated [-Wdeprecated-declarations]
|
Loading