Minor adjustment to floor position and size #744
Annotations
10 warnings
Build:
src/stb_image_write.h#L776
'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/GPU_Texreplace.cpp#L70
operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
|
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/Window.h#L157
'showGame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
Build:
src/frontend/qt_sdl/Window.h#L157
'showGame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
Build:
src/frontend/qt_sdl/Screen.cpp#L934
using the result of an assignment as a condition without parentheses [-Wparentheses]
|
Loading