improve: removed unused inclusions #2745
Annotations
7 errors and 4 warnings
Run CMake:
src/framework/sound/soundmanager.cpp#L264
invalid use of incomplete type ‘using element_type = class CombinedSoundSource’ {aka ‘class CombinedSoundSource’}
|
Run CMake:
src/framework/sound/soundmanager.cpp#L279
invalid use of incomplete type ‘using element_type = class CombinedSoundSource’ {aka ‘class CombinedSoundSource’}
|
Run CMake:
src/framework/sound/soundmanager.cpp#L289
no match for ‘operator=’ (operand types are ‘SoundSourcePtr’ {aka ‘std::shared_ptr<SoundSource>’} and ‘const std::shared_ptr<CombinedSoundSource>’)
|
Run CMake
no type named ‘type’ in ‘struct std::enable_if<false, std::shared_ptr<SoundSource>&>’
|
Run CMake
invalid application of ‘sizeof’ to incomplete type ‘CombinedSoundSource’
|
Run CMake
invalid application of ‘sizeof’ to incomplete type ‘CombinedSoundSource’
|
Run CMake
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/-831151863/cmake-3.31.3-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
Run CMake:
src/framework/core/resourcemanager.cpp#L227
variable ‘hasHeader’ set but not used [-Wunused-but-set-variable]
|
Run CMake:
src/framework/platform/unixplatform.cpp#L74
ISO C++ forbids variable length array ‘cargs’ [-Wvla]
|
Run CMake:
src/framework/platform/unixplatform.cpp#L234
ISO C++ forbids variable length array ‘buffer’ [-Wvla]
|
Run CMake:
src/framework/proxy/proxy_client.cpp#L424
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
Loading