mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +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:
@@ -214,7 +214,9 @@ static Standard_Boolean ValidArgs(const TNaming_ListOfNamedShape& Args)
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
TNaming_Name::TNaming_Name():myIndex(-1)
|
||||
TNaming_Name::TNaming_Name() :
|
||||
myType(TNaming_UNKNOWN),
|
||||
myIndex(-1)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user