bugfix: fix compiler warnings for gcc-4.8.1.

This commit is contained in:
Kim Kulling
2014-04-21 16:18:14 +02:00
parent a0ba3a8ade
commit aae01c47ad
4 changed files with 6 additions and 15 deletions

View File

@@ -325,8 +325,6 @@ void ProcessSweptDiskSolid(const IfcSweptDiskSolid solid, TempMesh& result, Conv
IFCImporter::LogError("failed to convert Directrix curve (IfcSweptDiskSolid)");
return;
}
const std::vector<IfcVector3>& in = result.verts;
const unsigned int cnt_segments = 16;
const IfcFloat deltaAngle = AI_MATH_TWO_PI/cnt_segments;