diff --git a/src/engine/server/server.cpp b/src/engine/server/server.cpp index 5eb42610b..be457a00b 100644 --- a/src/engine/server/server.cpp +++ b/src/engine/server/server.cpp @@ -35,7 +35,7 @@ #include #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() diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index e0a2299cb..5deb3d005 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -313,8 +313,8 @@ private: { bool m_ClanFriend; bool m_FakeFriend; - int m_NameHash; - int m_ClanHash; + unsigned m_NameHash; + unsigned m_ClanHash; }; enum