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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user