fixed some warnings

This commit is contained in:
oy 2018-10-14 19:23:34 +02:00
parent c7e1a2df84
commit ca2210d0b8
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@
#include <windows.h>
#endif
static const char *StrLtrim(const char *pStr)
/*static const char *StrLtrim(const char *pStr)
{
while(*pStr && *pStr >= 0 && *pStr <= 32)
pStr++;
@ -52,7 +52,7 @@ static void StrRtrim(char *pStr)
pStr[i] = 0;
i--;
}
}
}*/
CSnapIDPool::CSnapIDPool()

View file

@ -313,8 +313,8 @@ private:
{
bool m_ClanFriend;
bool m_FakeFriend;
int m_NameHash;
int m_ClanHash;
unsigned m_NameHash;
unsigned m_ClanHash;
};
enum