feat: OTCv8 proxy system #2646
Annotations
12 errors and 22 warnings
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy.cpp#L47
‘stdext’ has not been declared
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.h#L100
‘list’ in namespace ‘std’ does not name a template type
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L105
‘m_sendQueue’ was not declared in this scope
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L285
‘m_sendQueue’ was not declared in this scope
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L302
‘m_sendQueue’ was not declared in this scope
|
ubuntu-22.04-linux-debug
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/-1410655035/cmake-3.31.1-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy.cpp#L47
‘stdext’ has not been declared
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.h#L100
‘list’ in namespace ‘std’ does not name a template type
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L105
‘m_sendQueue’ was not declared in this scope
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L285
‘m_sendQueue’ was not declared in this scope
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L302
‘m_sendQueue’ was not declared in this scope
|
ubuntu-24.04-linux-debug
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/-1410655035/cmake-3.31.1-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
ubuntu-22.04-linux-debug:
src/framework/core/filestream.cpp#L62
unused parameter ‘useEnc’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/client/attachedeffect.h#L73
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
ubuntu-22.04-linux-debug:
src/client/attachedeffect.h#L74
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
ubuntu-22.04-linux-debug:
src/client/attachedeffect.h#L75
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
ubuntu-22.04-linux-debug:
src/framework/core/resourcemanager.cpp#L227
variable ‘hasHeader’ set but not used [-Wunused-but-set-variable]
|
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#L178
unused parameter ‘packetId’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L398
comparison of integer expressions of different signedness: ‘std::set<std::shared_ptr<Proxy> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L479
unused parameter ‘bytes_transferred’ [-Wunused-parameter]
|
ubuntu-24.04-linux-debug:
src/framework/core/filestream.cpp#L62
unused parameter ‘useEnc’ [-Wunused-parameter]
|
ubuntu-24.04-linux-debug:
src/client/attachedeffect.h#L73
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
ubuntu-24.04-linux-debug:
src/client/attachedeffect.h#L74
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
ubuntu-24.04-linux-debug:
src/client/attachedeffect.h#L75
missing initializer for member ‘AttachedEffect::Bounce::timer’ [-Wmissing-field-initializers]
|
ubuntu-24.04-linux-debug:
src/framework/core/resourcemanager.cpp#L227
variable ‘hasHeader’ set but not used [-Wunused-but-set-variable]
|
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#L178
unused parameter ‘packetId’ [-Wunused-parameter]
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L398
comparison of integer expressions of different signedness: ‘std::set<std::shared_ptr<Proxy> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L479
unused parameter ‘bytes_transferred’ [-Wunused-parameter]
|
ubuntu-22.04-linux-release
‘operator delete’ called on unallocated object ‘g_client’ [-Wfree-nonheap-object]
|
ubuntu-24.04-linux-release
‘operator delete’ called on unallocated object ‘g_client’ [-Wfree-nonheap-object]
|