aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-07 00:36:01 +0100
committerJustin Clark-Casey (justincc)2012-07-07 00:36:01 +0100
commit16d5b79d57602b6c28e958c98de18e18927fa7a3 (patch)
treeab106851cee1e7d8048eb82893b7655b128bad22 /OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs
parentRemove duplicate Warp3DImageModule entry in CoreModulePlugin.addin.xml (diff)
downloadopensim-SC_OLD-16d5b79d57602b6c28e958c98de18e18927fa7a3.zip
opensim-SC_OLD-16d5b79d57602b6c28e958c98de18e18927fa7a3.tar.gz
opensim-SC_OLD-16d5b79d57602b6c28e958c98de18e18927fa7a3.tar.bz2
opensim-SC_OLD-16d5b79d57602b6c28e958c98de18e18927fa7a3.tar.xz
minor: remove some recent mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs b/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs
index 537b8aa..78db2c6 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAttachmentTests.cs
@@ -158,7 +158,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
158 { 158 {
159 osslApi.osForceAttachToAvatarFromInventory(taskInvObjItemName, (int)attachPoint); 159 osslApi.osForceAttachToAvatarFromInventory(taskInvObjItemName, (int)attachPoint);
160 } 160 }
161 catch (Exception e) 161 catch (Exception)
162 { 162 {
163 exceptionCaught = true; 163 exceptionCaught = true;
164 } 164 }