Merge pull request #857 from 32blit/Daft-Freak-patch-1 #1277
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
32blit/audio/audio.cpp#L141
Division by zero [clang-analyzer-core.DivideZero]
|
Build:
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]
|
Build:
32blit/audio/mp3-stream.cpp#L173
Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
|
Build:
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]
|
Build:
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]
|
Build:
32blit/engine/particle.cpp#L16
pass by value and use std::move [modernize-pass-by-value]
|
Build:
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]
|
Build:
32blit/engine/profiler.cpp#L65
use '= default' to define a trivial destructor [modernize-use-equals-default]
|
Build:
32blit/engine/profiler.cpp#L73
use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
|
Build:
32blit/engine/profiler.cpp#L81
use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "32blit-sdk-691a2e5596fe6767d7be32a613dc8354186836b8-LIN64", "32blit-sdk-691a2e5596fe6767d7be32a613dc8354186836b8-macOS", "32blit-sdk-691a2e5596fe6767d7be32a613dc8354186836b8-MinGW", "32blit-sdk-691a2e5596fe6767d7be32a613dc8354186836b8-PicoSystem", "32blit-sdk-691a2e5596fe6767d7be32a613dc8354186836b8-PicoVision", "32blit-sdk-691a2e5596fe6767d7be32a613dc8354186836b8-STM32", "32blit-sdk-691a2e5596fe6767d7be32a613dc8354186836b8-WIN64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading