mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +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:
@@ -48,7 +48,7 @@ Handle(TObj_Application) TObj_Application::GetInstance()
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
TObj_Application::TObj_Application ()
|
||||
TObj_Application::TObj_Application () : myIsError(Standard_False)
|
||||
{
|
||||
myMessenger = new Message_Messenger;
|
||||
myMessageDriver = new CDM_COutMessageDriver;
|
||||
|
Reference in New Issue
Block a user