aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-13 23:18:05 +0100
committerJustin Clark-Casey (justincc)2010-08-13 23:18:05 +0100
commitc64bef146bd66a4044e1bd3cd367ff392c1495bf (patch)
treeb30e7b686d47f63bcb28afa915043c04e94b71f8
parentrefactor: move binary statistics logging from scene into separate region module (diff)
downloadopensim-SC_OLD-c64bef146bd66a4044e1bd3cd367ff392c1495bf.zip
opensim-SC_OLD-c64bef146bd66a4044e1bd3cd367ff392c1495bf.tar.gz
opensim-SC_OLD-c64bef146bd66a4044e1bd3cd367ff392c1495bf.tar.bz2
opensim-SC_OLD-c64bef146bd66a4044e1bd3cd367ff392c1495bf.tar.xz
minor: remove mono compiler warnings
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 5473d23..c11b9a2 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6295,7 +6295,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6295 } 6295 }
6296 #endregion 6296 #endregion
6297 6297
6298 ObjectDuplicatePacket.AgentDataBlock AgentandGroupData = dupe.AgentData; 6298// ObjectDuplicatePacket.AgentDataBlock AgentandGroupData = dupe.AgentData;
6299 6299
6300 ObjectDuplicate handlerObjectDuplicate = null; 6300 ObjectDuplicate handlerObjectDuplicate = null;
6301 6301
@@ -11668,8 +11668,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
11668 { 11668 {
11669 StringBuilder sb = new StringBuilder(); 11669 StringBuilder sb = new StringBuilder();
11670 sb.Append("["); 11670 sb.Append("[");
11671 if (this.priority != null) 11671 sb.Append(this.priority.ToString());
11672 sb.Append(this.priority.ToString());
11673 sb.Append(","); 11672 sb.Append(",");
11674 if (this.value != null) 11673 if (this.value != null)
11675 sb.Append(this.value.ToString()); 11674 sb.Append(this.value.ToString());