aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite
diff options
context:
space:
mode:
authorAdam Frisby2008-05-07 21:42:23 +0000
committerAdam Frisby2008-05-07 21:42:23 +0000
commit5843f595a723cd37c6b95eac8e74f9d3586fff53 (patch)
tree0966fd8bed80042e14b49cfbf63da704017414d8 /OpenSim/Data/SQLite
parent* Added Obsolete() tag to IClientAPI.OutPacket. (diff)
downloadopensim-SC_OLD-5843f595a723cd37c6b95eac8e74f9d3586fff53.zip
opensim-SC_OLD-5843f595a723cd37c6b95eac8e74f9d3586fff53.tar.gz
opensim-SC_OLD-5843f595a723cd37c6b95eac8e74f9d3586fff53.tar.bz2
opensim-SC_OLD-5843f595a723cd37c6b95eac8e74f9d3586fff53.tar.xz
* Fixed some compiler warnings
* Fixed prebuild.xml to remove DB4o references (more compiler warnings)
Diffstat (limited to 'OpenSim/Data/SQLite')
-rw-r--r--OpenSim/Data/SQLite/SQLiteRegionData.cs2
1 files changed, 1 insertions, 1 deletions
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
979 { 979 {
980 Helpers.TryParse((string)row["AuthbuyerID"], out authBuyerID); 980 Helpers.TryParse((string)row["AuthbuyerID"], out authBuyerID);
981 } 981 }
982 catch (InvalidCastException e) 982 catch (InvalidCastException)
983 { 983 {
984 // Database table was created before we got here and now has null values :P 984 // Database table was created before we got here and now has null values :P
985 try 985 try