Work in progress #132
Annotations
2 errors and 10 warnings
Lint:
src/common.hpp#L10
'AL/al.h' file not found
|
Fail Fast
Process completed with exit code 1.
|
Lint:
src/soundfx.cpp#L7
use a trailing return type for this function
|
Lint:
src/soundfx.cpp#L8
'auto file' can be declared as 'auto *file'
|
Lint:
src/soundfx.cpp#L10
variable 'result' is not initialized
|
Lint:
src/soundfx.cpp#L19
use a trailing return type for this function
|
Lint:
src/soundfx.cpp#L20
'auto file' can be declared as 'auto *file'
|
Lint:
src/soundfx.cpp#L23
switch has 3 consecutive identical branches
|
Lint:
src/soundfx.cpp#L42
use a trailing return type for this function
|
Lint:
src/soundfx.cpp#L43
'auto file' can be declared as 'auto *file'
|
Lint:
src/soundfx.cpp#L48
use a trailing return type for this function
|
Lint:
src/soundfx.cpp#L52
variable 'PHYSFS_callbacks' is non-const and globally accessible, consider making it const
|
Loading