summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/IFCGeometry.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/IFCGeometry.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/IFCGeometry.cpp')
-rw-r--r--src/3rdparty/assimp/code/IFCGeometry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/assimp/code/IFCGeometry.cpp b/src/3rdparty/assimp/code/IFCGeometry.cpp
index 228ed790b..bbf03203b 100644
--- a/src/3rdparty/assimp/code/IFCGeometry.cpp
+++ b/src/3rdparty/assimp/code/IFCGeometry.cpp
@@ -1000,8 +1000,8 @@ void QuadrifyPart(const IfcVector2& pmin, const IfcVector2& pmax, XYSortedField&
// ------------------------------------------------------------------------------------------------
void InsertWindowContours(const std::vector< BoundingBox >& bbs,
const std::vector< std::vector<IfcVector2> >& contours,
- const std::vector<TempOpening>& openings,
- const std::vector<IfcVector3>& nors,
+ const std::vector<TempOpening>& /*openings*/,
+ const std::vector<IfcVector3>& /*nors*/,
const IfcMatrix3& minv,
const IfcVector2& scale,
const IfcVector2& offset,