Fix various warnings reported by clang

- mostly remove unused variables
- rename some generic JIT identifiers
This commit is contained in:
Tillmann Karras
2014-02-23 15:14:27 +01:00
parent a3508823de
commit 6914eca167
17 changed files with 37 additions and 54 deletions

View File

@ -79,7 +79,7 @@ struct SConfig : NonCopyable
unsigned int m_FrameSkip;
// DSP settings
bool m_EnableJIT;
bool m_DSPEnableJIT;
bool m_DumpAudio;
int m_Volume;
std::string sBackend;