Work in progress #42
Annotations
1 error, 10 warnings, and 1 notice
src/common.hpp#L12
'SDL2/SDL.h' file not found
|
src/engine.hpp#L3
declaration uses identifier '_engine_hpp', which is reserved in the global namespace
|
src/engine.hpp#L10
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
|
src/engine.hpp#L14
prefer using 'override' or (rarely) 'final' instead of 'virtual'
|
src/engine.hpp#L18
function 'window' should be marked [[nodiscard]]
|
src/engine.hpp#L18
use a trailing return type for this function
|
src/engine.hpp#L22
function 'renderer' should be marked [[nodiscard]]
|
src/engine.hpp#L22
use a trailing return type for this function
|
src/engine.hpp#L26
use a trailing return type for this function
|
src/engine.hpp#L30
function 'entitymanager' should be marked [[nodiscard]]
|
src/engine.hpp#L30
use a trailing return type for this function
|
src/engine.hpp#L1
File src/engine.hpp does not conform to Custom style guidelines. (lines 28, 36, 73)
|
The logs for this run have expired and are no longer available.
Loading