Work in progress #60
Annotations
1 error, 2 warnings, and 1 notice
/src/common.hpp:12:10 [clang-diagnostic-error]:
src/common.hpp#L12
'SDL2/SDL.h' file not found
|
/src/eventmanager.cpp:8:20 [readability-convert-member-functions-to-static]:
src/eventmanager.cpp#L8
method 'update' can be made static
|
/src/eventmanager.cpp:9:13 [cppcoreguidelines-init-variables]:
src/eventmanager.cpp#L9
variable 'event' is not initialized
|
Run clang-format on src/eventmanager.cpp:
src/eventmanager.cpp#L1
File src/eventmanager.cpp does not conform to Custom style guidelines. (lines 19, 24)
|