Work in progress #37
Annotations
1 error, 10 warnings, and 1 notice
src/common.hpp#L12
'SDL2/SDL.h' file not found
|
src/soundfx.cpp#L7
pointer parameter 'stream' can be pointer to const
|
src/soundfx.cpp#L21
use a trailing return type for this function
|
src/soundfx.cpp#L22
'auto file' can be declared as 'auto *file'
|
src/soundfx.cpp#L24
variable 'result' is not initialized
|
src/soundfx.cpp#L31
use a trailing return type for this function
|
src/soundfx.cpp#L32
'auto file' can be declared as 'auto *file'
|
src/soundfx.cpp#L35
switch has 3 consecutive identical branches
|
src/soundfx.cpp#L54
use a trailing return type for this function
|
src/soundfx.cpp#L55
'auto file' can be declared as 'auto *file'
|
src/soundfx.cpp#L60
use a trailing return type for this function
|
src/soundfx.cpp#L1
File src/soundfx.cpp does not conform to Custom style guidelines. (lines 21, 24, 61, 64, 77, 85, 89, 97, 98, 102, 105, 106, 121, 124, 127, 133)
|
The logs for this run have expired and are no longer available.
Loading