Fix build failures on Windows by WMayer

Patch request from WMayer to fix build failures on Windows.
This commit is contained in:
balazs-bamer
2014-12-24 10:06:18 +01:00
committed by wmayer
parent 00f245efdd
commit 14014bc61a
5 changed files with 9 additions and 25 deletions

View File

@@ -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;