Work in progress #118
Annotations
1 error and 10 warnings
Fail Fast
Process completed with exit code 1.
|
Lint:
src/application.cpp#L23
do not use pointer arithmetic
|
Lint:
src/application.cpp#L26
use a trailing return type for this function
|
Lint:
src/application.cpp#L26
method 'run' can be made static
|
Lint:
src/audiodevice.cpp#L5
constructor does not initialize these fields: device, context
|
Lint:
src/soundfx.cpp#L21
use a trailing return type for this function
|
Lint:
src/soundfx.cpp#L23
'auto file' can be declared as 'auto *file'
|
Lint:
src/soundfx.cpp#L25
variable 'result' is not initialized
|
Lint:
src/soundfx.cpp#L34
use a trailing return type for this function
|
Lint:
src/soundfx.cpp#L35
'auto file' can be declared as 'auto *file'
|
Lint:
src/soundfx.cpp#L38
switch has 3 consecutive identical branches
|
Loading