diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcommon/llstring.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcommon/llstring.cpp b/indra/llcommon/llstring.cpp index ffdac5d411..1561bda201 100644 --- a/indra/llcommon/llstring.cpp +++ b/indra/llcommon/llstring.cpp @@ -998,7 +998,7 @@ void LLStringUtil::formatNumber(std::string& numStr, std::string decimals)  		try  		{  			strStream.imbue(std::locale(sLocale.c_str())); -		} catch (const std::exception &e) +		} catch (const std::exception &)  		{  			LL_WARNS_ONCE("Locale") << "Cannot set locale to " << sLocale << LL_ENDL;  		} | 
