mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* Removed 12 compiler warnings.
This commit is contained in:
@@ -178,7 +178,6 @@ namespace OpenSim.Framework.UserManagement
|
||||
{
|
||||
m_loginMutex.ReleaseMutex();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -244,7 +244,7 @@ namespace OpenSim.Framework.Console
|
||||
Log.Flush();
|
||||
}
|
||||
|
||||
catch (FormatException FE)
|
||||
catch (FormatException)
|
||||
{
|
||||
System.Console.WriteLine(args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user