chore: update crosspad-gui to 068bdca - #3
Closed
matixan wants to merge 1 commit into
Closed
Annotations
11 warnings
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, ilammy/msvc-dev-cmd@v1, lukka/run-vcpkg@v11. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
src/audio/PcAudioInput.cpp#L114
'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'const std::string'
|
|
src/audio/PcAudioInput.cpp#L102
'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'const std::string'
|
|
src/pc_stubs/PcPlatformStubs.cpp#L349
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
src/pc_stubs/PcPlatformStubs.cpp#L190
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
src/pc_stubs/PcPlatformStubs.cpp#L187
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
src/freertos_main.cpp#L32
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'size_t'
|
|
crosspad-gui/src/components/status_bar.cpp#L790
'argument': conversion from 'double' to 'int32_t', possible loss of data
|
|
crosspad-gui/src/components/status_bar.cpp#L491
'argument': conversion from 'double' to 'int32_t', possible loss of data
|
|
src/remote/RemoteControl.cpp#L218
'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
crosspad-core/src/music/MusicTheory.cpp#L117
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
The logs for this run have expired and are no longer available.
Loading