* More compiler warning nukage.

This commit is contained in:
Adam Frisby
2008-03-03 09:56:30 +00:00
parent 415fc22e5e
commit 358a4963d3
2 changed files with 1 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ namespace OpenSim.Framework.Data.MSSQL
{
regionprofile.owner_uuid = new LLUUID((string)reader["owner_uuid"]);
}
catch(Exception ex)
catch(Exception)
{}
// World Map Addition
string tempRegionMap = reader["regionMapTexture"].ToString();