* minor: remove mono compiler warnings

0.6.0-stable
Justin Clarke Casey 2008-10-28 21:47:43 +00:00
parent 1ff9709ea3
commit 7beeaf51f8
2 changed files with 5 additions and 5 deletions

View File

@ -153,7 +153,7 @@ namespace OpenSim.Framework.Servers
{ {
sb.Append("ID: " + t.ManagedThreadId + ", Name: " + t.Name + ", DEAD" + Environment.NewLine); sb.Append("ID: " + t.ManagedThreadId + ", Name: " + t.Name + ", DEAD" + Environment.NewLine);
} }
catch (Exception e) catch
{ {
sb.Append("THREAD ERROR" + Environment.NewLine); sb.Append("THREAD ERROR" + Environment.NewLine);
} }

View File

@ -1213,7 +1213,7 @@ namespace PrimMesher
Coord lastCutNormal1 = new Coord(); Coord lastCutNormal1 = new Coord();
Coord lastCutNormal2 = new Coord(); //Coord lastCutNormal2 = new Coord();
float lastV = 1.0f; float lastV = 1.0f;
bool done = false; bool done = false;
@ -1424,7 +1424,7 @@ namespace PrimMesher
} }
lastCutNormal1 = newLayer.cutNormal1; lastCutNormal1 = newLayer.cutNormal1;
lastCutNormal2 = newLayer.cutNormal2; //lastCutNormal2 = newLayer.cutNormal2;
lastV = 1.0f - percentOfPath; lastV = 1.0f - percentOfPath;
// calc the step for the next iteration of the loop // calc the step for the next iteration of the loop
@ -1578,7 +1578,7 @@ namespace PrimMesher
} }
Coord lastCutNormal1 = new Coord(); Coord lastCutNormal1 = new Coord();
Coord lastCutNormal2 = new Coord(); //Coord lastCutNormal2 = new Coord();
float lastV = 1.0f; float lastV = 1.0f;
bool done = false; bool done = false;
@ -1781,7 +1781,7 @@ namespace PrimMesher
} }
lastCutNormal1 = newLayer.cutNormal1; lastCutNormal1 = newLayer.cutNormal1;
lastCutNormal2 = newLayer.cutNormal2; //lastCutNormal2 = newLayer.cutNormal2;
lastV = 1.0f - percentOfPath; lastV = 1.0f - percentOfPath;
// calculate terms for next iteration // calculate terms for next iteration