Work in progress #123
Annotations
1 error and 10 warnings
Fail Fast
Process completed with exit code 1.
|
Lint:
src/audiodevice.cpp#L5
constructor does not initialize these fields: device, context
|
Lint:
src/engine.hpp#L8
class 'engine' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
Lint:
src/engine.hpp#L12
prefer using 'override' or (rarely) 'final' instead of 'virtual'
|
Lint:
src/engine.hpp#L16
function 'window' should be marked [[nodiscard]]
|
Lint:
src/engine.hpp#L16
use a trailing return type for this function
|
Lint:
src/engine.hpp#L20
function 'renderer' should be marked [[nodiscard]]
|
Lint:
src/engine.hpp#L20
use a trailing return type for this function
|
Lint:
src/engine.hpp#L24
use a trailing return type for this function
|
Lint:
src/engine.hpp#L28
function 'entitymanager' should be marked [[nodiscard]]
|
Lint:
src/engine.hpp#L28
use a trailing return type for this function
|
Loading