Merge pull request #1055 from assimp/issue_957

Fix compiler warnings related to issue 957.
This commit is contained in:
Kim Kulling
2016-11-03 19:11:56 +01:00
committed by GitHub
24 changed files with 113 additions and 106 deletions

View File

@@ -150,7 +150,7 @@ void ColladaExporter::WriteFile()
// Writes the asset header
void ColladaExporter::WriteHeader()
{
static const ai_real epsilon = 0.00001;
static const ai_real epsilon = ai_real( 0.00001 );
static const aiQuaternion x_rot(aiMatrix3x3(
0, -1, 0,
1, 0, 0,