Fix a couple of clang compiler warnings:

-Wunused-variable
-Winconsistent-missing-override
-Wdelete-non-virtual-dtor
-Wunused-private-field
-Wformat
This commit is contained in:
wmayer
2019-06-23 15:19:12 +02:00
parent b9417938c4
commit 85270f5cd3
16 changed files with 64 additions and 23 deletions

View File

@@ -2970,7 +2970,7 @@ std::list<TopoDS_Shape> Area::sortWires(const std::list<TopoDS_Shape> &shapes,
FC_TIME_LOG(t,"plane merging");
}
FC_DURATION_DECL_INIT(td);
//FC_DURATION_DECL_INIT(td);
if(use_bound) {
bounds.SetGap(0.0);