diff options
author | callum_linden <none@none> | 2014-10-17 15:14:21 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 15:14:21 -0700 |
commit | f708104e3785d20f3c02c9c9503a5a7f15b81b8e (patch) | |
tree | 18f667c83f339434e0c6c37fd67bfe8f4dcca39f /indra | |
parent | cf2bdb285c48d8e0784b58c0dedb1b58caa53e4d (diff) |
Update to build on Xcode 6.0: more removal of unused variables [-Wunused-variable]
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llaudio/llaudiodecodemgr.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/llaudio/llaudiodecodemgr.cpp b/indra/llaudio/llaudiodecodemgr.cpp index 56a91ee39b..77e57b14f5 100755 --- a/indra/llaudio/llaudiodecodemgr.cpp +++ b/indra/llaudio/llaudiodecodemgr.cpp @@ -696,11 +696,3 @@ BOOL LLAudioDecodeMgr::addDecodeRequest(const LLUUID &uuid) LL_DEBUGS("AudioEngine") << "addDecodeRequest for " << uuid << " no file available" << LL_ENDL; return FALSE; } - -#if LL_DARWIN || LL_LINUX -// HACK: to fool the compiler into not emitting unused warnings. -namespace { - const ov_callbacks callback_array[4] = {OV_CALLBACKS_DEFAULT, OV_CALLBACKS_NOCLOSE, OV_CALLBACKS_STREAMONLY, - OV_CALLBACKS_STREAMONLY_NOCLOSE}; -} -#endif |