Skip to content

CC(LCC) Backlog

CC(LCC) Backlog #152

Triggered via pull request September 29, 2024 20:58
@PringlesGangPringlesGang
synchronize #65
Status Success
Total duration 7m 52s
Artifacts 5

pipeline.yml

on: pull_request_target
Run linters
20s
Run linters
Matrix: job-matrix
Publish Artifacts
0s
Publish Artifacts
Notify failure
0s
Notify failure
Fit to window
Zoom out
Zoom in

Annotations

1 error and 50 warnings
Run linters
This action does not have permission to push to forks. You may want to run it only on `push` events.
Run linters
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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#L121
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
macos-arm64: src/profile/dialogue.cpp#L144
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#L61
enumeration value 'None' not handled in switch [-Wswitch]
macos-arm64: src/games/cc/backlogmenu.h#L13
'Render' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
macos-arm64: src/games/cc/backlogmenu.h#L14
'MenuButtonOnClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
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]
switch
The following actions uses node12 which is deprecated and will be forced to run on node16: blauqs/actions-download-asset@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
switch
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, blauqs/actions-download-asset@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/
linux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/chlcc/savesystem.cpp#L594
control reaches end of non-void function [-Wreturn-type]
linux: src/games/cclcc/savesystem.cpp#L706
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#L737
control reaches end of non-void function [-Wreturn-type]
linux: src/games/mo6tw/clearlistmenu.cpp#L333
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
linux: src/games/mo6tw/clearlistmenu.cpp#L357
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
linux: src/games/mo6tw/clearlistmenu.cpp#L483
‘%2d’ directive writing between 2 and 10 bytes into a region of size 4 [-Wformat-overflow=]
macos-x64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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#L121
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
macos-x64: src/profile/dialogue.cpp#L144
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#L61
enumeration value 'None' not handled in switch [-Wswitch]
macos-x64: src/games/cc/backlogmenu.h#L13
'Render' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
macos-x64: src/games/cc/backlogmenu.h#L14
'MenuButtonOnClick' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
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]
windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
windows: src/text.cpp#L784
uninitialized local variable 'token' used
windows: src/games/chlcc/savesystem.cpp#L594
'Impacto::CHLCC::SaveSystem::GetSaveThumbnail': not all control paths return a value
windows: src/games/cclcc/savesystem.cpp#L706
'Impacto::CCLCC::SaveSystem::GetSaveThumbnail': not all control paths return a value
windows: src/games/mo6tw/savesystem.cpp#L737
'Impacto::MO6TW::SaveSystem::GetSaveThumbnail': not all control paths return a value
windows: src/ui/widgets/cclcc/tipstabgroup.cpp#L150
'<lambda_59fe8997b27446e9c058bb939e009207>::operator()': not all control paths return a value
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
windows: src/debugmenu.cpp#L798
'type cast': conversion from 'const uint32_t' to 'ImTextureID' of greater size
windows: src/debugmenu.cpp#L845
'type cast': conversion from 'uint32_t' to 'ImTextureID' of greater size

Artifacts

Produced during runtime
Name Size
release-linux
51 MB
release-macos-arm64
50.5 MB
release-macos-x64
50.7 MB
release-switch
58.6 MB
release-windows
58.9 MB