Work in progress #40
Annotations
1 error, 7 warnings, and 1 notice
src/common.hpp#L12
'SDL2/SDL.h' file not found
|
src/entitymanager.cpp#L8
variable 'rd' is non-const and globally accessible, consider making it const
|
src/entitymanager.cpp#L9
variable 'generator' is non-const and globally accessible, consider making it const
|
src/entitymanager.cpp#L11
variable 'distribution' is non-const and globally accessible, consider making it const
|
src/entitymanager.cpp#L24
use a trailing return type for this function
|
src/entitymanager.cpp#L24
method 'spawn' can be made static
|
src/entitymanager.cpp#L25
variable 'buffer' is not initialized
|
src/entitymanager.cpp#L40
use a trailing return type for this function
|
src/entitymanager.cpp#L1
File src/entitymanager.cpp does not conform to Custom style guidelines. (lines 15, 16, 20)
|
The logs for this run have expired and are no longer available.
Loading