From: cas Date: Fri, 5 Nov 1999 18:28:10 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=b1222faae044070c62dbcf4d1eb3697e721fdec2;p=occt-wok.git No comments --- diff --git a/src/MSAPI/MSAPI_ExternMet.cxx b/src/MSAPI/MSAPI_ExternMet.cxx index 8fe44b2..3b80a41 100755 --- a/src/MSAPI/MSAPI_ExternMet.cxx +++ b/src/MSAPI/MSAPI_ExternMet.cxx @@ -39,7 +39,7 @@ Standard_Integer MSAPI_ExternMet::Info(const Standard_Integer argc, const WOKToo { Handle(TCollection_HAsciiString) name; - Standard_Boolean methodoption; + Standard_Boolean methodoption = Standard_False; TCollection_AsciiString astr(MSAPI_Method_Info_Options); astr.AssignCat(""); diff --git a/src/MSAPI/MSAPI_InstClass.cxx b/src/MSAPI/MSAPI_InstClass.cxx index e3a6827..addd8eb 100755 --- a/src/MSAPI/MSAPI_InstClass.cxx +++ b/src/MSAPI/MSAPI_InstClass.cxx @@ -54,7 +54,6 @@ Standard_Integer MSAPI_InstClass::Info(const Standard_Integer argc, const WOKToo Standard_Boolean insttypes = Standard_False; Standard_Boolean gentypes = Standard_False; Standard_Boolean nesteds = Standard_False; - Standard_Boolean nesting = Standard_False; Standard_Boolean classoption = Standard_False; Handle(TCollection_HAsciiString) name; Standard_Integer i; diff --git a/src/MSAPI/MSAPI_Method.cxx b/src/MSAPI/MSAPI_Method.cxx index 3d4f211..2e8b611 100755 --- a/src/MSAPI/MSAPI_Method.cxx +++ b/src/MSAPI/MSAPI_Method.cxx @@ -127,7 +127,7 @@ Standard_Integer MSAPI_Method::Info(const Standard_Integer argc, const WOKTools_ if(isprivate||isinline||constret||refreturn||destructs) { - Standard_Boolean retvalue; + Standard_Boolean retvalue = Standard_False; if(isprivate) retvalue = method->Private(); if(isinline) retvalue = method->IsInline();