mirror of
https://github.com/opensim/opensim.git
synced 2026-07-20 22:55:38 +08:00
* minor: warnings removal
This commit is contained in:
@@ -1373,7 +1373,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
value = int.Parse(v, System.Globalization.NumberStyles.Integer);
|
||||
}
|
||||
}
|
||||
catch (OverflowException oe)
|
||||
catch (OverflowException)
|
||||
{
|
||||
value = -1;
|
||||
}
|
||||
|
||||
@@ -1455,7 +1455,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
value = int.Parse(v,
|
||||
System.Globalization.NumberStyles.Integer);
|
||||
}
|
||||
catch (OverflowException oe)
|
||||
catch (OverflowException)
|
||||
{
|
||||
value = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user