mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-12 16:18:03 +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;
|
static BitBufErrorHandler g_BitBufErrorHandler = 0;
|
||||||
|
|
||||||
inline int BitForBitnum(int bitnum)
|
inline unsigned int BitForBitnum(int bitnum)
|
||||||
{
|
{
|
||||||
return GetBitForBitnum(bitnum);
|
return GetBitForBitnum(bitnum);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user