Work in progress #11
Annotations
2 errors and 3 warnings
/src/common.hpp:5:10 [clang-diagnostic-error]:
src/common.hpp#L5
'SDL2/SDL.h' file not found
|
lint
Process completed with exit code 1.
|
/src/application.cpp:6:15 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/application.cpp#L6
do not use pointer arithmetic
|
/src/application.cpp:9:18 [modernize-use-trailing-return-type]:
src/application.cpp#L9
use a trailing return type for this function
|
/src/application.cpp:9:18 [readability-convert-member-functions-to-static]:
src/application.cpp#L9
method 'run' can be made static
|