mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0024275: Cppcheck warnings on uninitialized class members
Removed warning of cppcheck on uninitialized class members for non-array cases New additional compilation warnings on Windows platform from file OSD_Path.cxx were fixed Warnings about wrong initialization removed
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
Geom2dToIGES_Geom2dEntity::Geom2dToIGES_Geom2dEntity()
|
||||
Geom2dToIGES_Geom2dEntity::Geom2dToIGES_Geom2dEntity() :
|
||||
TheUnitFactor(0.)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user