pesty warnings

This commit is contained in:
UbitUmarov
2018-01-17 07:04:07 +00:00
parent ade0d8a81f
commit e9d2d81880
7 changed files with 6 additions and 17 deletions

View File

@@ -2675,7 +2675,7 @@ namespace OpenSim.Framework
callback(o);
}
catch (ThreadAbortException e)
catch (ThreadAbortException)
{
}
catch (Exception e)