impacto #322
pipeline.yml
on: workflow_dispatch
Annotations
7 errors and 57 warnings
macos-arm64
file Resolved path is not absolute
|
macos-arm64
run-cmake action execution failed: 'Error: "'/Users/runner/work/_temp/-2079378443/cmake-3.31.2-macos-universal/CMake.app/Contents/bin/cmake' failed with error code: '1'.'
|
linux
file Could not resolve runtime dependencies:
|
linux
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1026580199/cmake-3.31.2-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
macos-x64
file Resolved path is not absolute
|
macos-x64
run-cmake action execution failed: 'Error: "'/Users/runner/work/_temp/-2079378443/cmake-3.31.2-macos-universal/CMake.app/Contents/bin/cmake' failed with error code: '1'.'
|
macos-x64
Process completed with exit code 1.
|
Run linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run linters
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
macos-arm64:
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]
|
macos-arm64:
src/renderer/opengl/renderer.h#L84
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
macos-arm64:
src/renderer/vulkan/renderer.h#L144
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
macos-arm64:
src/profile/dialogue.cpp#L129
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
macos-arm64:
src/profile/dialogue.cpp#L152
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
macos-arm64:
src/profile/data/achievementsystem.cpp#L18
enumeration value 'None' not handled in switch [-Wswitch]
|
macos-arm64:
src/profile/ui/backlogmenu.cpp#L60
enumeration value 'None' not handled in switch [-Wswitch]
|
macos-arm64:
src/games/chlcc/savemenu.cpp#L200
'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]
|
macos-arm64:
src/games/chlcc/savemenu.cpp#L221
'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]
|
macos-arm64:
src/games/chlcc/trophymenuentry.h#L17
'UpdateInput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux:
src/games/chlcc/savesystem.cpp#L598
control reaches end of non-void function [-Wreturn-type]
|
linux:
src/games/chlcc/savemenu.cpp#L200
‘%02d’ directive writing between 2 and 11 bytes into a region of size 3 [-Wformat-overflow=]
|
linux:
src/games/chlcc/savemenu.cpp#L221
‘:’ directive writing 1 byte into a region of size between 0 and 4 [-Wformat-overflow=]
|
linux:
src/games/cclcc/savesystem.cpp#L738
control reaches end of non-void function [-Wreturn-type]
|
linux:
src/games/mo6tw/tipsmenu.cpp#L256
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
|
linux:
src/games/mo6tw/tipsmenu.cpp#L264
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
|
linux:
src/games/mo6tw/savesystem.cpp#L742
control reaches end of non-void function [-Wreturn-type]
|
linux:
src/games/mo6tw/clearlistmenu.cpp#L332
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
|
linux:
src/games/mo6tw/clearlistmenu.cpp#L356
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
|
linux:
src/games/mo6tw/clearlistmenu.cpp#L482
‘%2d’ directive writing between 2 and 10 bytes into a region of size 4 [-Wformat-overflow=]
|
android
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
android:
src/renderer/opengl/renderer.h#L84
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
android:
src/renderer/vulkan/renderer.h#L144
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
android:
src/profile/dialogue.cpp#L129
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
android:
src/profile/dialogue.cpp#L152
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
android:
src/profile/data/achievementsystem.cpp#L18
enumeration value 'None' not handled in switch [-Wswitch]
|
android:
src/profile/ui/backlogmenu.cpp#L60
enumeration value 'None' not handled in switch [-Wswitch]
|
android:
src/games/chlcc/trophymenuentry.h#L17
'UpdateInput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
android:
src/games/chlcc/trophymenuentry.h#L17
'UpdateInput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
android:
src/hud/autoicondisplay.cpp#L16
enumeration values 'None', 'Fixed', and 'CHLCC' not handled in switch [-Wswitch]
|
android:
src/hud/autoicondisplay.cpp#L36
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
switch
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
switch
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
switch
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
macos-x64:
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]
|
macos-x64:
src/renderer/opengl/renderer.h#L84
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
macos-x64:
src/renderer/vulkan/renderer.h#L144
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
macos-x64:
src/profile/dialogue.cpp#L129
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
macos-x64:
src/profile/dialogue.cpp#L152
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
|
macos-x64:
src/profile/data/achievementsystem.cpp#L18
enumeration value 'None' not handled in switch [-Wswitch]
|
macos-x64:
src/profile/ui/backlogmenu.cpp#L60
enumeration value 'None' not handled in switch [-Wswitch]
|
macos-x64:
src/games/chlcc/savemenu.cpp#L200
'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]
|
macos-x64:
src/games/chlcc/savemenu.cpp#L221
'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]
|
macos-x64:
src/games/chlcc/trophymenuentry.h#L17
'UpdateInput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
windows:
src/text.cpp#L766
uninitialized local variable 'token' used
|
windows:
src/games/chlcc/savesystem.cpp#L598
'Impacto::CHLCC::SaveSystem::GetSaveThumbnail': not all control paths return a value
|
windows:
src/games/cclcc/savesystem.cpp#L738
'Impacto::CCLCC::SaveSystem::GetSaveThumbnail': not all control paths return a value
|
windows:
src/games/mo6tw/savesystem.cpp#L742
'Impacto::MO6TW::SaveSystem::GetSaveThumbnail': not all control paths return a value
|
windows:
src/ui/widgets/cclcc/tipstabgroup.cpp#L155
'<lambda_59fe8997b27446e9c058bb939e009207>::operator()': not all control paths return a value
|
windows:
src/vm/inst_controlflow.cpp#L295
'==': unsafe mix of type 'uint8_t' and type 'bool' in operation
|
windows:
src/vm/inst_gamespecific.cpp#L1362
the [[fallthrough]] attribute must be followed by a case label or a default label
|
windows:
src/audio/openal/audiochannel.cpp#L21
'Impacto::Audio::OpenAL::ToALFormat': not all control paths return a value
|
windows:
src/debugmenu.cpp#L769
'type cast': conversion from 'const uint32_t' to 'ImTextureID' of greater size
|
windows:
src/debugmenu.cpp#L796
'type cast': conversion from 'const uint32_t' to 'ImTextureID' of greater size
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
release-android
|
197 MB |
|
release-switch
|
58.7 MB |
|
release-windows
|
60 MB |
|