Fix build failures on Windows by WMayer
Patch request from WMayer to fix build failures on Windows.
This commit is contained in:
@@ -122,8 +122,6 @@ App::DocumentObjectExecReturn *Filling::execute(void)
|
||||
unsigned int Mdeg = MaxDeg.getValue();
|
||||
unsigned int Mseg = MaxSegments.getValue();
|
||||
|
||||
bool res;
|
||||
|
||||
//Perform error checking
|
||||
|
||||
|
||||
@@ -427,8 +425,6 @@ void appconstr_pt(BRepFill_Filling& builder,const App::PropertyLinkSubList& aVer
|
||||
|
||||
void appinitface(BRepFill_Filling& builder,const App::PropertyLinkSubList& aFace){
|
||||
|
||||
int res;
|
||||
|
||||
if(aFace.getSize()>1){Standard_Failure::Raise("Only one face may be used for the initial face");return;}
|
||||
|
||||
Part::TopoShape ts;
|
||||
|
||||
Reference in New Issue
Block a user