mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* minor: Remove most mono compiler warnings
This commit is contained in:
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user