]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 5 Nov 1999 18:28:10 +0000 (18:28 +0000)
committercas <cas@opencascade.com>
Fri, 5 Nov 1999 18:28:10 +0000 (18:28 +0000)
src/MSAPI/MSAPI_ExternMet.cxx
src/MSAPI/MSAPI_InstClass.cxx
src/MSAPI/MSAPI_Method.cxx

index 8fe44b28cfc6e1608bd95ebb56f01108eed186a4..3b80a41c4fa98c050a7bce047ff916af26db02a3 100755 (executable)
@@ -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("");
index e3a6827bc24ffaeb21f7e399b4feacb30d2a7cc1..addd8ebe6b9f8f8e9f17b12b3a2b29090eaf7d45 100755 (executable)
@@ -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;
index 3d4f21110fa92bc124a714419b87cd0568d5d99c..2e8b611c5e4b980c2b99bd4b7f37d7df72cdfbd0 100755 (executable)
@@ -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();