mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024236: Eliminate GCC compiler warning (uninitialized variables)
This commit is contained in:
@@ -86,7 +86,7 @@ static void PutPointsOnLine (const Contap_TheSearch& solrst,
|
||||
|
||||
gp_Pnt ptonsurf;
|
||||
gp_Vec vectg,normale,tgtrst;
|
||||
Standard_Real paramlin;
|
||||
Standard_Real paramlin = 0.0;
|
||||
|
||||
|
||||
Standard_Integer nbLin = slin.Length();
|
||||
|
Reference in New Issue
Block a user