feat: OTCv8 proxy system #2645
Annotations
20 errors and 22 warnings
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy.h#L55
‘map’ in namespace ‘std’ does not name a template type
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy.h#L56
‘map’ in namespace ‘std’ does not name a template type
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy.h#L68
‘list’ in namespace ‘std’ does not name a template type
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy.h#L69
‘list’ in namespace ‘std’ does not name a template type
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.h#L98
‘list’ in namespace ‘std’ does not name a template type
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.h#L173
‘set’ in namespace ‘std’ does not name a template type
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.h#L178
‘map’ in namespace ‘std’ does not name a template type
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.h#L179
‘map’ in namespace ‘std’ does not name a template type
|
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.cpp#L55
‘m_sessions’ was not declared in this scope; did you mean ‘Session’?
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy.h#L55
‘map’ in namespace ‘std’ does not name a template type
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy.h#L56
‘map’ in namespace ‘std’ does not name a template type
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy.h#L68
‘list’ in namespace ‘std’ does not name a template type
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy.h#L69
‘list’ in namespace ‘std’ does not name a template type
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.h#L98
‘list’ in namespace ‘std’ does not name a template type
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.h#L173
‘set’ in namespace ‘std’ does not name a template type
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.h#L178
‘map’ in namespace ‘std’ does not name a template type
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.h#L179
‘map’ in namespace ‘std’ does not name a template type
|
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.cpp#L55
‘m_sessions’ was not declared in this scope; did you mean ‘Session’?
|
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#L179
unused parameter ‘packetId’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L461
unused parameter ‘bytes_transferred’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L482
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#L179
unused parameter ‘packetId’ [-Wunused-parameter]
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L461
unused parameter ‘bytes_transferred’ [-Wunused-parameter]
|
ubuntu-24.04-linux-debug:
src/framework/proxy/proxy_client.cpp#L482
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]
|