Improved Receive Variables list #257
Annotations
14 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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/
|
|
|
gui/qt/debugger.cpp#L2022
comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]
|
gui/qt/debugger.cpp#L2209
'globalPos' is deprecated: Use globalPosition() [-Wdeprecated-declarations]
|
tests/autotester/json11.hpp#L385
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
tests/autotester/json11.hpp#L393
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
tests/autotester/json11.hpp#L401
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
tests/autotester/json11.hpp#L410
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
tests/autotester/json11.hpp#L468
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
tests/autotester/json11.hpp#L471
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
tests/autotester/json11.hpp#L473
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
tests/autotester/json11.hpp#L566
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "CEmu-nightly_mac_qt5_intel", "CEmu-nightly_mac_qt6_arm", "CEmu-nightly_mac_qt6_intel".
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