Work in progress #183
Annotations
1 error and 10 warnings
Fail Fast
Process completed with exit code 1.
|
Lint:
src/entitymanager.cpp#L16
constructor does not initialize these fields: _space, _entities
|
Lint:
src/entitymanager.cpp#L22
use '= default' to define a trivial destructor
|
Lint:
src/entitymanager.cpp#L29
use a trailing return type for this function
|
Lint:
src/entitymanager.cpp#L29
method 'spawn' can be made static
|
Lint:
src/entitymanager.cpp#L50
variable 'animations' is not initialized
|
Lint:
src/entitymanager.cpp#L87
variable 'numVertices' is not initialized
|
Lint:
src/entitymanager.cpp#L89
variable 'shape' is not initialized
|
Lint:
src/entitymanager.cpp#L96
variable 'cases' is not initialized
|
Lint:
src/entitymanager.cpp#L143
method 'destroy' can be made static
|
Lint:
src/entitymanager.cpp#L149
use a trailing return type for this function
|
Loading