* Removed 12 compiler warnings.

This commit is contained in:
Adam Frisby
2007-12-04 08:18:09 +00:00
parent e820159fb5
commit be7ae3dd3e
11 changed files with 5 additions and 14 deletions

View File

@@ -178,7 +178,6 @@ namespace OpenSim.Framework.UserManagement
{
m_loginMutex.ReleaseMutex();
}
return null;
}
/// <summary>

View File

@@ -244,7 +244,7 @@ namespace OpenSim.Framework.Console
Log.Flush();
}
catch (FormatException FE)
catch (FormatException)
{
System.Console.WriteLine(args);
}