From b1222faae044070c62dbcf4d1eb3697e721fdec2 Mon Sep 17 00:00:00 2001 From: cas Date: Fri, 5 Nov 1999 18:28:10 +0000 Subject: [PATCH] No comments --- src/MSAPI/MSAPI_ExternMet.cxx | 2 +- src/MSAPI/MSAPI_InstClass.cxx | 1 - src/MSAPI/MSAPI_Method.cxx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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(); -- 2.39.5