Enable more compiler warnings and treat them as errors.
This commit is contained in:
@@ -23,7 +23,7 @@ BackgroundLoader::BackgroundLoader():
|
||||
if( !g_bEnableBackgroundLoading )
|
||||
return;
|
||||
|
||||
m_sCachePathPrefix = ssprintf( "@mem/%p", this );
|
||||
m_sCachePathPrefix = ssprintf( "@mem/%p", static_cast<void*>(this) );
|
||||
|
||||
m_bShutdownThread = false;
|
||||
m_sThreadIsActive = m_sThreadShouldAbort = false;
|
||||
|
||||
Reference in New Issue
Block a user