Work in progress #16
Annotations
4 errors, 10 warnings, and 3 notices
src/common.hpp#L8
'SDL2/SDL.h' file not found
|
src/common.hpp#L8
'SDL2/SDL.h' file not found
|
src/common.hpp#L8
'SDL2/SDL.h' file not found
|
|
src/motor.cpp#L3
constructor does not initialize these fields: _running, _loopables
|
src/motor.cpp#L3
use '= default' to define a trivial default constructor
|
src/motor.cpp#L20
method 'run' can be made const
|
src/motor.cpp#L40
return type 'const std::shared_ptr<eventmanager>' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
src/motor.cpp#L40
use a trailing return type for this function
|
src/motor.hpp#L3
declaration uses identifier '_engine_hpp', which is reserved in the global namespace
|
src/motor.hpp#L15
class 'motor' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
src/motor.hpp#L17
prefer using 'override' or (rarely) 'final' instead of 'virtual'
|
src/motor.hpp#L26
use a trailing return type for this function
|
src/motor.hpp#L31
'virtual' is redundant since the function is already declared 'override'
|
src/motor.cpp#L1
File src/motor.cpp does not conform to Custom style guidelines. (lines 3, 6, 44, 45)
|
src/motor.hpp#L1
File src/motor.hpp does not conform to Custom style guidelines. (lines 22)
|
src/scriptengine.cpp#L1
File src/scriptengine.cpp does not conform to Custom style guidelines. (lines 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 29, 31, 32, 47)
|
The logs for this run have expired and are no longer available.
Loading