improve: removed unused inclusions #2742
Annotations
2 errors and 10 warnings
Run CMake:
src/framework/graphics/drawpoolmanager.cpp#L60
‘g_graphics’ was not declared in this scope
|
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/client/attachedeffect.h#L77
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
Run CMake:
src/client/attachedeffect.h#L83
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
Run CMake:
src/client/attachedeffect.h#L89
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
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#L181
unused parameter ‘packetId’ [-Wunused-parameter]
|
Run CMake:
src/framework/proxy/proxy_client.cpp#L414
comparison of integer expressions of different signedness: ‘std::set<std::shared_ptr<Proxy> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Run CMake:
src/framework/proxy/proxy_client.cpp#L499
unused parameter ‘bytes_transferred’ [-Wunused-parameter]
|
Run CMake:
src/framework/proxy/proxy_client.cpp#L568
unused parameter ‘bytes_transferred’ [-Wunused-parameter]
|
Loading