summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/IFCProfile.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-04-02 08:30:59 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-03 14:00:20 +0200
commit462e50f4a59b7819136087005f067011b1dd08ea (patch)
treef93459257063e655e53417f492b9d9fe3f4b78d0 /src/3rdparty/assimp/code/IFCProfile.cpp
parent9c69595849022c0b80bf0899c32d775cee97452f (diff)
[assimp] Silence compiler warnings in assimp
Change-Id: I6efacc0a4165109db2cd9418948622db3c15c7f5 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/3rdparty/assimp/code/IFCProfile.cpp')
-rw-r--r--src/3rdparty/assimp/code/IFCProfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/assimp/code/IFCProfile.cpp b/src/3rdparty/assimp/code/IFCProfile.cpp
index b90c6e2ec..b2ffa943f 100644
--- a/src/3rdparty/assimp/code/IFCProfile.cpp
+++ b/src/3rdparty/assimp/code/IFCProfile.cpp
@@ -101,7 +101,7 @@ void ProcessOpenProfile(const IfcArbitraryOpenProfileDef& def, TempMesh& meshout
}
// ------------------------------------------------------------------------------------------------
-void ProcessParametrizedProfile(const IfcParameterizedProfileDef& def, TempMesh& meshout, ConversionData& conv)
+void ProcessParametrizedProfile(const IfcParameterizedProfileDef& def, TempMesh& meshout, ConversionData& /*conv*/)
{
if(const IfcRectangleProfileDef* const cprofile = def.ToPtr<IfcRectangleProfileDef>()) {
const IfcFloat x = cprofile->XDim*0.5f, y = cprofile->YDim*0.5f;