Merge pull request #102 from CommitteeOfZero/bugfixes #401
Annotations
10 warnings
Run CMake with vcpkg.json manifest:
src/util.cpp#L70
'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]
|
Run CMake with vcpkg.json manifest:
src/renderer/opengl/renderer.h#L84
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
Run CMake with vcpkg.json manifest:
src/renderer/vulkan/renderer.h#L144
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
Run CMake with vcpkg.json manifest:
src/profile/dialogue.cpp#L129
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
Run CMake with vcpkg.json manifest:
src/profile/dialogue.cpp#L152
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
Run CMake with vcpkg.json manifest:
src/profile/data/achievementsystem.cpp#L18
enumeration value 'None' not handled in switch [-Wswitch]
|
Run CMake with vcpkg.json manifest:
src/profile/ui/backlogmenu.cpp#L60
enumeration value 'None' not handled in switch [-Wswitch]
|
Run CMake with vcpkg.json manifest:
src/games/cclcc/savemenu.h#L16
'Show' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
Run CMake with vcpkg.json manifest:
src/games/cclcc/savemenu.h#L17
'Hide' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
Run CMake with vcpkg.json manifest:
src/games/cclcc/savemenu.h#L18
'Update' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
Loading