Fix various compiler warnings:
* fix -Wunused-parameter * fix -Wunused-function * fix -Wunused-private-field * fix -Wunused-variable * fix -Winconsistent-missing-override
This commit is contained in:
@@ -4081,6 +4081,7 @@ bool TopoShape::findPlane(gp_Pln& pln, double tol, double atol) const
|
||||
}
|
||||
#else
|
||||
bool TopoShape::findPlane(gp_Pln &pln, double tol, double atol) const {
|
||||
(void)atol;
|
||||
if(_Shape.IsNull())
|
||||
return false;
|
||||
TopoDS_Shape shape = _Shape;
|
||||
|
||||
Reference in New Issue
Block a user