War on -Werror, part 13: hodgehodge.

This commit is contained in:
Jason Felds
2012-12-27 12:07:02 -05:00
parent 1fc16698ba
commit 52df8ea981
14 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ int RageSoundReader_Preload::GetTotalFrames() const
bool RageSoundReader_Preload::Open( RageSoundReader *pSource )
{
ASSERT( pSource );
ASSERT( pSource != NULL );
m_iSampleRate = pSource->GetSampleRate();
m_iChannels = pSource->GetNumChannels();
m_fRate = pSource->GetStreamToSourceRatio();