mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0027105: Make code ISO-compliant [-Wpedantic fixes]
Remove extra semicolons and correct function prototypes for GCC -pedantic ISO compliance option
This commit is contained in:
@@ -132,6 +132,6 @@ namespace BRepMesh
|
||||
//! Other data structures
|
||||
typedef std::pair<HArray1OfSegments, HBndBox2dTree> SegmentsTree;
|
||||
typedef NCollection_Array1<SegmentsTree> Array1OfSegmentsTree;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@@ -45,7 +45,7 @@ namespace
|
||||
theLibName += ".so";
|
||||
#endif
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : BRepMesh_DiscretFactory
|
||||
|
@@ -60,7 +60,7 @@ namespace
|
||||
//! Default flag to control parallelization for BRepMesh_IncrementalMesh
|
||||
//! tool returned for Mesh Factory
|
||||
static Standard_Boolean IS_IN_PARALLEL = Standard_False;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user