7.1.1 #87
Annotations
1 error and 12 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, github/codeql-action/init@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/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/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/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]
|
src/mustache/mustache/MustacheApplication.h#L35
explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
|
src/flecs/flecs/entities/EntityFactory.cpp#L15
missing field 'entities' initializer [-Wmissing-field-initializers]
|
src/flecs/flecs/entities/EntityFactory.cpp#L25
missing field 'entities' initializer [-Wmissing-field-initializers]
|
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/
|
The logs for this run have expired and are no longer available.
Loading