pico: unbreak PWM audio #1275
Annotations
8 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-stm32/Src/fatfs_sd.c#L214
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
Build:
32blit-stm32/Src/fatfs_sd.c#L216
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
Build:
32blit-stm32/Src/fatfs_sd.c#L216
unused variable 'crc' [-Wunused-variable]
|
Build:
32blit-stm32/Src/quadspi.c#L180
'QSPI_DummyCyclesCfg' defined but not used [-Wunused-function]
|
Build
format '%i' expects argument of type 'int', but argument 5 has type 'int32_t' {aka 'long int'} [-Wformat=]
|
Build:
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-f9ac2c7276c328eb829842f75e570614c82688bc-LIN64", "32blit-sdk-f9ac2c7276c328eb829842f75e570614c82688bc-macOS", "32blit-sdk-f9ac2c7276c328eb829842f75e570614c82688bc-MinGW", "32blit-sdk-f9ac2c7276c328eb829842f75e570614c82688bc-PicoSystem", "32blit-sdk-f9ac2c7276c328eb829842f75e570614c82688bc-PicoVision", "32blit-sdk-f9ac2c7276c328eb829842f75e570614c82688bc-STM32", "32blit-sdk-f9ac2c7276c328eb829842f75e570614c82688bc-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