Merge pull request #9 from lionelrs/develop #5
Annotations
10 errors and 11 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
|
src/entities/DariusButton.cpp#L1
'DariusButton.hpp' file not found with <angled> include; use "quotes" instead
|
src/entities/DariusButton.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/DariusButton.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
|
map_editor/lib/Editor.hpp#L21
constructor does not initialize these fields: _pos, _texture
|
map_editor/lib/Editor.hpp#L21
the parameter 'filePath' is copied for each invocation but only used as a const reference; consider making it a const reference
|
map_editor/lib/Editor.hpp#L129
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#L131
constructor does not initialize these fields: _layers, _tags, _background
|
map_editor/lib/Editor.hpp#L141
use '= default' to define a trivial destructor
|
map_editor/lib/Editor.hpp#L172
use a trailing return type for this function
|
map_editor/lib/Editor.hpp#L210
use a trailing return type for this function
|
map_editor/lib/Editor.hpp#L221
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#L223
constructor does not initialize these fields: _mapWindow, _toolWindow, _event
|
map_editor/lib/Editor.hpp#L231
variable 'mapWindowSize' is not initialized
|
|
The logs for this run have expired and are no longer available.
Loading