aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-18 01:16:58 +0100
committerJustin Clark-Casey (justincc)2011-08-18 01:16:58 +0100
commit8d29d490a10c840a5b4f7b58c66e04295fe34edd (patch)
treea358d56fae0807ec2730d8f50e2caf5a11500ecf /OpenSim/Data/MSSQL
parentrefactor: Fold 3 ScenePresence() constructors into one since only one is called. (diff)
downloadopensim-SC_OLD-8d29d490a10c840a5b4f7b58c66e04295fe34edd.zip
opensim-SC_OLD-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.gz
opensim-SC_OLD-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.bz2
opensim-SC_OLD-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLMigration.cs2
-rw-r--r--OpenSim/Data/MSSQL/MSSQLXInventoryData.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLMigration.cs b/OpenSim/Data/MSSQL/MSSQLMigration.cs
index 1aa96c7..c2fecef 100644
--- a/OpenSim/Data/MSSQL/MSSQLMigration.cs
+++ b/OpenSim/Data/MSSQL/MSSQLMigration.cs
@@ -88,7 +88,7 @@ namespace OpenSim.Data.MSSQL
88 cmd.ExecuteNonQuery(); 88 cmd.ExecuteNonQuery();
89 } 89 }
90 } 90 }
91 catch (Exception ex) 91 catch (Exception)
92 { 92 {
93 throw new Exception(sql); 93 throw new Exception(sql);
94 94
diff --git a/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs b/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs
index 10b0f29..b19a0da 100644
--- a/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs
@@ -191,7 +191,7 @@ namespace OpenSim.Data.MSSQL
191 { 191 {
192 cmd.ExecuteNonQuery(); 192 cmd.ExecuteNonQuery();
193 } 193 }
194 catch (Exception e) 194 catch (Exception)
195 { 195 {
196 return false; 196 return false;
197 } 197 }