Translation system update project #2976
Annotations
14 warnings
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]
|
ubuntu-24.04-linux-debug:
src/framework/core/filestream.cpp#L64
unused parameter ‘useEnc’ [-Wunused-parameter]
|
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/client/localplayer.cpp#L34
unused parameter ‘dir’ [-Wunused-parameter]
|
ubuntu-24.04-linux-debug:
src/client/mapview.cpp#L353
comparison of integer expressions of different signedness: ‘uint_fast32_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
ubuntu-24.04-linux-debug:
src/client/mapview.cpp#L411
comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<MapView::FloorData>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
|
ubuntu-22.04-linux-debug:
src/framework/core/filestream.cpp#L64
unused parameter ‘useEnc’ [-Wunused-parameter]
|
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/client/localplayer.cpp#L34
unused parameter ‘dir’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/client/mapview.cpp#L353
comparison of integer expressions of different signedness: ‘uint_fast32_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
ubuntu-22.04-linux-debug:
src/client/mapview.cpp#L411
comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<MapView::FloorData>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
|