0024129: Eliminate remaining compiler warnings in MSVC++ 2008 32 bit with warning...
[occt.git] / src / IntStart / IntStart_SearchOnBoundaries_1.gxx
index c99c746..e7e34ef 100755 (executable)
@@ -269,7 +269,6 @@ void BoundedArc (const TheArc& A,
       
       if (!SolAgain.IsDone()) {Standard_Failure::Raise();}
       
-      Standard_Integer Nbp_again = SolAgain.NbPoints();
       Standard_Integer Nbi_again = SolAgain.NbIntervals();
       
       if (Nbi_again > 0)
@@ -826,7 +825,7 @@ void PointProcess (const gp_Pnt& Pt,
 //function : IsRegularity
 //purpose  : 
 //=======================================================================
-Standard_Boolean IsRegularity(const TheArc& A,
+Standard_Boolean IsRegularity(const TheArc&,
                               const Handle(TheTopolTool)& aDomain)
 {
   Standard_Address anEAddress=aDomain->Edge();