More warnings being taken care of.

This commit is contained in:
Jason Felds
2011-03-14 17:03:02 -04:00
parent 801f05d297
commit 49f14d2b35
11 changed files with 43 additions and 23 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ struct ThreadSlot
int m_iCurCheckpoint, m_iNumCheckpoints;
const char *GetFormattedCheckpoint( int lineno );
ThreadSlot() { Init(); }
ThreadSlot(): m_bUsed(false), m_iID(GetInvalidThreadId()),
m_pImpl(NULL), m_iCurCheckpoint(0), m_iNumCheckpoints(0) {}
void Init()
{
m_iID = GetInvalidThreadId();