mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-05 05:17:46 -04:00
flint++ static analyzer detected items (not all that were likely legit positives, but a start) as well as some clang detected unused vars, cleanup_
This commit is contained in:
@@ -30,7 +30,6 @@ namespace ObjectTableBufferNamespace
|
||||
{
|
||||
static const int s_numPositions = 20;
|
||||
static const int s_positionMasks[20] = {1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288};
|
||||
static const int s_allPositionsSet = 1048575;
|
||||
}
|
||||
using namespace ObjectTableBufferNamespace;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user