Skip to content

v0.3.1

v0.3.1 #1247

Triggered via release June 17, 2024 11:36
@Daft-FreakDaft-Freak
published v0.3.1
Status Success
Total duration 5m 24s
Artifacts

cmake.yml

on: release
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

69 warnings
MinGW
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
STM32
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
STM32
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
STM32
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/
STM32
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/
STM32: 32blit-stm32/Src/fatfs_sd.c#L214
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
STM32: 32blit-stm32/Src/fatfs_sd.c#L216
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
STM32: 32blit-stm32/Src/fatfs_sd.c#L216
unused variable 'crc' [-Wunused-variable]
STM32: 32blit-stm32/Src/quadspi.c#L180
'QSPI_DummyCyclesCfg' defined but not used [-Wunused-function]
STM32: examples/saves/saves.cpp#L39
format '%i' expects argument of type 'int', but argument 5 has type 'int32_t' {aka 'long int'} [-Wformat=]
STM32: 32blit-stm32/Src/32blit.cpp#L345
'memset' writing 153600 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
Linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux
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 `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: 32blit/audio/audio.cpp#L141
Division by zero [clang-analyzer-core.DivideZero]
Linux: 32blit/audio/mp3-stream.cpp#L23
the parameter 'filename' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
Linux: 32blit/audio/mp3-stream.cpp#L173
Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
Linux: 32blit/engine/engine.cpp#L69
the parameter 'message' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
Linux: 32blit/engine/file.cpp#L259
the parameter 'path' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
Linux: 32blit/engine/particle.cpp#L16
pass by value and use std::move [modernize-pass-by-value]
Linux: 32blit/engine/particle.cpp#L16
parameter 'generate' is passed by value and only copied once; consider moving it to avoid unnecessary copies [performance-unnecessary-value-param]
Linux: 32blit/engine/profiler.cpp#L65
use '= default' to define a trivial destructor [modernize-use-equals-default]
Linux: 32blit/engine/profiler.cpp#L73
use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
Linux: 32blit/engine/profiler.cpp#L81
use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
Visual Studio
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Visual Studio
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Visual Studio
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/
Visual Studio
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/
Visual Studio: 32blit/graphics/tilemap.hpp#L27
nonstandard extension used: zero-sized array in struct/union [D:\a\32blit-sdk\build\32blit\BlitEngine.vcxproj]
Visual Studio: 32blit/graphics/tilemap.hpp#L27
nonstandard extension used: zero-sized array in struct/union [D:\a\32blit-sdk\build\32blit\BlitEngine.vcxproj]
Visual Studio: launcher-shared/executable.hpp#L55
nonstandard extension used: zero-sized array in struct/union [D:\a\32blit-sdk\build\launcher-shared\LauncherShared.vcxproj]
Visual Studio: 32blit/graphics/tilemap.hpp#L27
nonstandard extension used: zero-sized array in struct/union [D:\a\32blit-sdk\build\32blit-sdl\BlitHalSDL.vcxproj]
Visual Studio: 32blit/graphics/tilemap.hpp#L27
nonstandard extension used: zero-sized array in struct/union [D:\a\32blit-sdk\build\examples\tween-demo\tween-demo.vcxproj]
Visual Studio: 32blit/graphics/tilemap.hpp#L27
nonstandard extension used: zero-sized array in struct/union [D:\a\32blit-sdk\build\examples\voxel\voxel.vcxproj]
Visual Studio: examples/voxel/voxel.cpp#L100
declaration of 'position' hides global declaration [D:\a\32blit-sdk\build\examples\voxel\voxel.vcxproj]
Visual Studio: examples/voxel/voxel.cpp#L100
declaration of 'angle' hides global declaration [D:\a\32blit-sdk\build\examples\voxel\voxel.vcxproj]
Visual Studio: examples/voxel/voxel.cpp#L100
declaration of 'lean' hides global declaration [D:\a\32blit-sdk\build\examples\voxel\voxel.vcxproj]
Visual Studio: 32blit/graphics/tilemap.hpp#L27
nonstandard extension used: zero-sized array in struct/union [D:\a\32blit-sdk\build\examples\mp3\mp3.vcxproj]
macOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS: examples/flight/flight.cpp#L144
variable 'tick_count' set but not used [-Wunused-but-set-variable]
macOS: examples/flight/flight.cpp#L269
variable 'lerp_value' set but not used [-Wunused-but-set-variable]
macOS: examples/flight/flight.cpp#L144
variable 'tick_count' set but not used [-Wunused-but-set-variable]
macOS: examples/flight/flight.cpp#L269
variable 'lerp_value' set but not used [-Wunused-but-set-variable]
macOS: examples/logo/logo.cpp#L62
variable 'x' set but not used [-Wunused-but-set-variable]
macOS: examples/logo/logo.cpp#L62
variable 'x' set but not used [-Wunused-but-set-variable]
macOS: examples/platformer/platformer.cpp#L376
variable 'x' set but not used [-Wunused-but-set-variable]
macOS: examples/platformer/platformer.cpp#L472
variable 'tick' set but not used [-Wunused-but-set-variable]
macOS: examples/platformer/platformer.cpp#L376
variable 'x' set but not used [-Wunused-but-set-variable]
macOS: examples/platformer/platformer.cpp#L472
variable 'tick' set but not used [-Wunused-but-set-variable]
PicoSystem
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PicoSystem
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PicoSystem
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/
PicoSystem
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/
PicoSystem: examples/saves/saves.cpp#L39
format '%i' expects argument of type 'int', but argument 5 has type 'int32_t' {aka 'long int'} [-Wformat=]
PicoVision
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PicoVision
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PicoVision
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/
PicoVision
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/
PicoVision
missing initializer for member 'audio_connection::producer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::consumer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::producer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::consumer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::producer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::consumer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::producer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::consumer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::producer_pool' [-Wmissing-field-initializers]
PicoVision
missing initializer for member 'audio_connection::consumer_pool' [-Wmissing-field-initializers]