* Remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey
2009-08-05 17:33:23 +01:00
parent 3323413f53
commit 190bdc8a2e
9 changed files with 28 additions and 31 deletions

View File

@@ -827,9 +827,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
sendbuffer.Length, SocketFlags.None, m_Client.CircuitCode);
}
}
catch (NullReferenceException n)
catch (NullReferenceException)
{
m_log.Debug("[PACKET] Detected reuse of a returned packet");
m_log.Error("[PACKET]: Detected reuse of a returned packet");
m_PacketQueue.Cancel(item.Sequence);
return;
}