chore: update results (README) #82
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/mustache/mustache/MustacheApplication.h#L34
explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
src/mustache/mustache/MustacheApplication.h#L35
explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
|
test/tests/application/base.h#L46
implicit conversion increases floating-point precision: 'const float' to 'TimeDelta' (aka 'double') [-Wdouble-promotion]
|
src/entt/entt/systems/runtime/RuntimeDamageSystem.cpp#L11
lambda capture 'this' is not used [-Wunused-lambda-capture]
|
src/entt/entt/systems/runtime/RuntimeDamageSystem.cpp#L11
lambda capture 'dt' is not used [-Wunused-lambda-capture]
|
src/entt/entt/systems/runtime/RuntimeHealthSystem.cpp#L10
lambda capture 'this' is not used [-Wunused-lambda-capture]
|
src/entt/entt/systems/runtime/RuntimeHealthSystem.cpp#L10
lambda capture 'dt' is not used [-Wunused-lambda-capture]
|
src/entt/entt/systems/runtime/RuntimeMoreComplexSystem.cpp#L14
lambda capture 'this' is not used [-Wunused-lambda-capture]
|
src/entt/entt/systems/runtime/RuntimeMoreComplexSystem.cpp#L14
lambda capture 'dt' is not used [-Wunused-lambda-capture]
|
src/mustache/mustache/MustacheApplication.h#L34
explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
|
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
This job succeeded
Loading