* 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

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