mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50: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:
@@ -23,7 +23,8 @@
|
||||
|
||||
#if ! defined(NO_CXX_EXCEPTION) && ! defined(OCC_CONVERT_SIGNALS)
|
||||
|
||||
inline Standard_ErrorHandlerCallback::Standard_ErrorHandlerCallback ()
|
||||
inline Standard_ErrorHandlerCallback::Standard_ErrorHandlerCallback ()
|
||||
: myHandler(0), myPrev(0), myNext(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user