mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Removed a bunch of compiler warnings.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Tests.Common
|
||||
{
|
||||
d();
|
||||
}
|
||||
catch(ArgumentException e)
|
||||
catch(ArgumentException)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user