From 5843f595a723cd37c6b95eac8e74f9d3586fff53 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 7 May 2008 21:42:23 +0000 Subject: * Fixed some compiler warnings * Fixed prebuild.xml to remove DB4o references (more compiler warnings) --- OpenSim/Data/SQLite/SQLiteRegionData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data/SQLite') diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs index f1694ca..1b577db 100644 --- a/OpenSim/Data/SQLite/SQLiteRegionData.cs +++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs @@ -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 -- cgit v1.1