Merge pull request #4 from lionelrs/develop #4
Annotations
10 errors and 10 warnings
map_editor/lib/Editor.hpp#L14
'SFML/Graphics.hpp' file not found
|
map_editor/lib/Toolbox.hpp#L11
'SFML/Graphics.hpp' file not found
|
map_editor/main.cpp#L1
'Editor.hpp' file not found
|
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
|
map_editor/lib/Editor.hpp#L18
class 'Layer' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
map_editor/lib/Editor.hpp#L21
constructor does not initialize these fields: _pos
|
map_editor/lib/Editor.hpp#L36
use '= default' to define a trivial destructor
|
map_editor/lib/Editor.hpp#L45
use a trailing return type for this function
|
map_editor/lib/Editor.hpp#L74
class 'Map' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
map_editor/lib/Editor.hpp#L76
constructor does not initialize these fields: _layers, _background
|
map_editor/lib/Editor.hpp#L86
use '= default' to define a trivial destructor
|
map_editor/lib/Editor.hpp#L137
class 'Editor' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
map_editor/lib/Editor.hpp#L139
constructor does not initialize these fields: _mapWindow, _toolWindow, _event
|
map_editor/lib/Editor.hpp#L147
variable 'mapWindowSize' is not initialized
|
The logs for this run have expired and are no longer available.
Loading