Work in progress #178
Annotations
2 errors and 10 warnings
Lint:
src/common.hpp#L12
'AL/al.h' file not found
|
Fail Fast
Process completed with exit code 1.
|
Lint:
src/entity.cpp#L8
use '= default' to define a trivial destructor
|
Lint:
src/entity.cpp#L12
use a trailing return type for this function
|
Lint:
src/entity.cpp#L16
use a trailing return type for this function
|
Lint:
src/entity.cpp#L18
use a trailing return type for this function
|
Lint:
src/entity.cpp#L20
use a trailing return type for this function
|
Lint:
src/entity.cpp#L22
use a trailing return type for this function
|
Lint:
src/entity.cpp#L24
use a trailing return type for this function
|
Lint:
src/entity.cpp#L89
use a trailing return type for this function
|
Lint:
src/entity.cpp#L96
the parameter 'props' is copied for each invocation but only used as a const reference; consider making it a const reference
|
Lint:
src/entity.cpp#L100
method 'set_placement' can be made static
|
Loading