Version 7 #71
Annotations
1 error, 11 warnings, and 1 notice
Build/Test/Coverage
Process completed with exit code 201.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build/Test/Coverage:
src/ginseng/ginseng/systems/RenderSystem.cpp#L7
unused parameter ‘dt’ [-Wunused-parameter]
|
Build/Test/Coverage:
src/base/base/systems/MovementSystem.h#L22
implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
|
Build/Test/Coverage:
src/base/base/systems/MovementSystem.h#L22
implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
|
Build/Test/Coverage:
src/base/base/systems/MovementSystem.h#L22
conversion from ‘double’ to ‘float’ may change value [-Wfloat-conversion]
|
Build/Test/Coverage:
src/base/base/systems/MovementSystem.h#L23
implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
|
Build/Test/Coverage:
src/base/base/systems/MovementSystem.h#L23
implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
|
Build/Test/Coverage:
src/base/base/systems/MovementSystem.h#L23
conversion from ‘double’ to ‘float’ may change value [-Wfloat-conversion]
|
Build/Test/Coverage:
src/oop/oop/entities/EntityFactory.h#L26
declaration of ‘using ecs::benchmarks::oop::entities::EntityFactory::EntityManager = struct ecs::benchmarks::oop::entities::EntityManager’ changes meaning of ‘EntityManager’ [-Wchanges-meaning]
|
Build/Test/Coverage:
src/oop/oop/entities/EntityFactory.h#L26
declaration of ‘using ecs::benchmarks::oop::entities::EntityFactory::EntityManager = struct ecs::benchmarks::oop::entities::EntityManager’ changes meaning of ‘EntityManager’ [-Wchanges-meaning]
|
Build/Test/Coverage:
src/oop/oop/entities/EntityFactory.cpp#L94
conversion to ‘std::__iterator_traits<__gnu_cxx::__normal_iterator<std::shared_ptr<ecs::benchmarks::oop::entities::GameObject>*, std::vector<std::shared_ptr<ecs::benchmarks::oop::entities::GameObject> > >, void>::difference_type’ {aka ‘long int’} from ‘ecs::benchmarks::oop::entities::GameObject::game_object_id_t’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
|
Setup Cpp
Vcpkg folder already exists at /home/runner/vcpkg. This might mean that ~/vcpkg is restored from the cache.
|
The logs for this run have expired and are no longer available.
Loading