* minor: Remove most mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-02-25 20:53:02 +00:00
parent a5c9354df3
commit 36e648a37a
18 changed files with 26 additions and 23 deletions

View File

@@ -622,7 +622,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
fs.Read(data, 0, data.Length);
fs.Close();
}
catch (Exception e)
catch (Exception)
{
string errtext = String.Empty;
errtext += "No compile error. But not able to open file.";