improve: removed unused inclusions #2746
Annotations
14 errors and 8 warnings
ubuntu-24.04-linux-debug:
src/framework/sound/soundmanager.cpp#L264
invalid use of incomplete type ‘using element_type = class CombinedSoundSource’ {aka ‘class CombinedSoundSource’}
|
ubuntu-24.04-linux-debug:
src/framework/sound/soundmanager.cpp#L279
invalid use of incomplete type ‘using element_type = class CombinedSoundSource’ {aka ‘class CombinedSoundSource’}
|
ubuntu-24.04-linux-debug:
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>’)
|
ubuntu-24.04-linux-debug
no type named ‘type’ in ‘struct std::enable_if<false, std::shared_ptr<SoundSource>&>’
|
ubuntu-24.04-linux-debug
invalid application of ‘sizeof’ to incomplete type ‘CombinedSoundSource’
|
ubuntu-24.04-linux-debug
invalid application of ‘sizeof’ to incomplete type ‘CombinedSoundSource’
|
ubuntu-24.04-linux-debug
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'.'
|
ubuntu-22.04-linux-debug:
src/framework/sound/soundmanager.cpp#L264
invalid use of incomplete type ‘using element_type = class CombinedSoundSource’ {aka ‘class CombinedSoundSource’}
|
ubuntu-22.04-linux-debug:
src/framework/sound/soundmanager.cpp#L279
invalid use of incomplete type ‘using element_type = class CombinedSoundSource’ {aka ‘class CombinedSoundSource’}
|
ubuntu-22.04-linux-debug:
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>’)
|
ubuntu-22.04-linux-debug
no type named ‘type’ in ‘struct std::enable_if<false, std::shared_ptr<SoundSource>&>’
|
ubuntu-22.04-linux-debug
invalid application of ‘sizeof’ to incomplete type ‘CombinedSoundSource’
|
ubuntu-22.04-linux-debug
invalid application of ‘sizeof’ to incomplete type ‘CombinedSoundSource’
|
ubuntu-22.04-linux-debug
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'.'
|
ubuntu-22.04-linux-release
‘operator delete’ called on unallocated object ‘g_client’ [-Wfree-nonheap-object]
|
ubuntu-24.04-linux-debug:
src/framework/platform/unixplatform.cpp#L74
ISO C++ forbids variable length array ‘cargs’ [-Wvla]
|
ubuntu-24.04-linux-debug:
src/framework/platform/unixplatform.cpp#L234
ISO C++ forbids variable length array ‘buffer’ [-Wvla]
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L424
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
ubuntu-24.04-linux-release
‘operator delete’ called on unallocated object ‘g_client’ [-Wfree-nonheap-object]
|
ubuntu-22.04-linux-debug:
src/framework/platform/unixplatform.cpp#L74
ISO C++ forbids variable length array ‘cargs’ [-Wvla]
|
ubuntu-22.04-linux-debug:
src/framework/platform/unixplatform.cpp#L234
ISO C++ forbids variable length array ‘buffer’ [-Wvla]
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L424
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|