* Various compiler warning cleanups.

This commit is contained in:
Adam Frisby
2008-04-21 13:16:00 +00:00
parent bf1580fba4
commit 0d27832d44
3 changed files with 13 additions and 13 deletions

View File

@@ -365,7 +365,7 @@ namespace OpenSim.Region.Environment.Scenes
}
}
}
catch (XmlException e)
catch (XmlException)
{
m_log.ErrorFormat("[SCENE OBJECT GROUP]: Deserialization of following xml failed, {0}", xmlData);