mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0029944: Porting to VC 2017 : Regressions on the gcc (Debian 4.9.2-10) 4.9.2. Exception is raised during load STEP file.
Boolean parameter "same_sence" from class RWStepShape_RWAdvancedFace.cxx is now initialized correctly.
This commit is contained in:
parent
c520fb2aa2
commit
e119b6c3c7
@ -68,7 +68,7 @@ void RWStepShape_RWAdvancedFace::ReadStep
|
|||||||
|
|
||||||
// --- inherited field : sameSense ---
|
// --- inherited field : sameSense ---
|
||||||
|
|
||||||
Standard_Boolean aSameSense;
|
Standard_Boolean aSameSense = Standard_True;
|
||||||
//szv#4:S4163:12Mar99 `Standard_Boolean stat4 =` not needed
|
//szv#4:S4163:12Mar99 `Standard_Boolean stat4 =` not needed
|
||||||
data->ReadBoolean (num,4,"same_sense",ach,aSameSense);
|
data->ReadBoolean (num,4,"same_sense",ach,aSameSense);
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user