Tweak Windows CLI docs #1250
Annotations
8 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
32blit-stm32/Src/fatfs_sd.c#L214
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
32blit-stm32/Src/fatfs_sd.c#L216
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
32blit-stm32/Src/fatfs_sd.c#L216
unused variable 'crc' [-Wunused-variable]
|
32blit-stm32/Src/quadspi.c#L180
'QSPI_DummyCyclesCfg' defined but not used [-Wunused-function]
|
examples/saves/saves.cpp#L39
format '%i' expects argument of type 'int', but argument 5 has type 'int32_t' {aka 'long int'} [-Wformat=]
|
32blit-stm32/Src/32blit.cpp#L345
'memset' writing 153600 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "32blit-sdk-b172f4e2a25792aba7f71ba11b44e75023d93ed6-LIN64", "32blit-sdk-b172f4e2a25792aba7f71ba11b44e75023d93ed6-macOS", "32blit-sdk-b172f4e2a25792aba7f71ba11b44e75023d93ed6-MinGW", "32blit-sdk-b172f4e2a25792aba7f71ba11b44e75023d93ed6-PicoSystem", "32blit-sdk-b172f4e2a25792aba7f71ba11b44e75023d93ed6-PicoVision", "32blit-sdk-b172f4e2a25792aba7f71ba11b44e75023d93ed6-STM32", "32blit-sdk-b172f4e2a25792aba7f71ba11b44e75023d93ed6-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/
|
This job succeeded
Loading