* Fixed some compiler warnings

* Fixed prebuild.xml to remove DB4o references (more compiler warnings)
This commit is contained in:
Adam Frisby
2008-05-07 21:42:23 +00:00
parent 17366af846
commit 5843f595a7
5 changed files with 6 additions and 17 deletions

View File

@@ -979,7 +979,7 @@ namespace OpenSim.Data.SQLite
{
Helpers.TryParse((string)row["AuthbuyerID"], out authBuyerID);
}
catch (InvalidCastException e)
catch (InvalidCastException)
{
// Database table was created before we got here and now has null values :P
try