Merge pull request #2 from lionelrs/develop #3
Annotations
10 errors and 10 warnings
src/entities/Cone.cpp#L1
'Cone.hpp' file not found with <angled> include; use "quotes" instead
|
src/entities/Cone.hpp#L4
'Entity.hpp' file not found with <angled> include; use "quotes" instead
|
src/entities/Entity.hpp#L4
'IEntity.hpp' file not found
|
src/entities/Cone.hpp#L4
'Entity.hpp' file not found with <angled> include; use "quotes" instead
|
src/entities/Entity.hpp#L4
'IEntity.hpp' file not found
|
src/entities/Enemy.cpp#L1
'Enemy.hpp' file not found with <angled> include; use "quotes" instead
|
src/entities/Enemy.hpp#L4
'Entity.hpp' file not found with <angled> include; use "quotes" instead
|
src/entities/Entity.hpp#L4
'IEntity.hpp' file not found
|
src/entities/Enemy.hpp#L4
'Entity.hpp' file not found with <angled> include; use "quotes" instead
|
src/entities/Entity.hpp#L4
'IEntity.hpp' file not found
|
src/entities/Cone.cpp#L3
constructor does not initialize these fields: _rect, _texture, _sprite, _spriteId, _hitbox, _hitboxId
|
src/entities/Cone.cpp#L34
use '= default' to define a trivial destructor
|
src/entities/Cone.cpp#L47
if with identical then and else branches
|
src/entities/Cone.hpp#L9
class 'Cone' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
src/entities/Enemy.cpp#L3
constructor does not initialize these fields: _directions, _velocity, _speed, _rect, _texture, _sprite, _spriteId, _hitbox, _hitboxId
|
src/entities/Enemy.cpp#L39
use '= default' to define a trivial destructor
|
src/entities/Enemy.cpp#L57
variable 'tmp' is not initialized
|
src/entities/Enemy.cpp#L58
if with identical then and else branches
|
src/entities/Enemy.cpp#L75
if with identical then and else branches
|
src/entities/Enemy.hpp#L10
class 'Enemy' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
The logs for this run have expired and are no longer available.
Loading