* minor: remove warnings

This commit is contained in:
Justin Clarke Casey
2008-09-26 15:28:14 +00:00
parent 4b78aa50e6
commit 97323345ee
10 changed files with 18 additions and 22 deletions

View File

@@ -51,7 +51,7 @@ namespace OpenSim.Data.Tests
{
log4net.Config.XmlConfigurator.Configure();
}
catch (Exception e)
catch (Exception)
{
// I don't care, just leave log4net off
}