mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
tier1: fix undefined behavior
This commit is contained in:
parent
7bb2dbdb1e
commit
5e1531e093
@ -63,7 +63,7 @@ inline unsigned int CountTrailingZeros(unsigned int elem)
|
||||
|
||||
static BitBufErrorHandler g_BitBufErrorHandler = 0;
|
||||
|
||||
inline int BitForBitnum(int bitnum)
|
||||
inline unsigned int BitForBitnum(int bitnum)
|
||||
{
|
||||
return GetBitForBitnum(bitnum);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user