fix some undefined behaviors

This commit is contained in:
nillerusr
2020-11-18 17:30:58 +03:00
parent e453bdd409
commit 7bb2dbdb1e
5 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ inline unsigned GetEndMask( int numBits )
}
inline int GetBitForBitnum( int bitNum )
inline uint GetBitForBitnum( int bitNum )
{
static int bitsForBitnum[] =
{