Work in progress #61
Annotations
1 error and 3 warnings
/src/common.hpp:12:10 [clang-diagnostic-error]:
src/common.hpp#L12
'SDL2/SDL.h' file not found
|
/src/application.cpp:21:15 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/application.cpp#L21
do not use pointer arithmetic
|
/src/application.cpp:24:18 [modernize-use-trailing-return-type]:
src/application.cpp#L24
use a trailing return type for this function
|
/src/application.cpp:24:18 [readability-convert-member-functions-to-static]:
src/application.cpp#L24
method 'run' can be made static
|