]> 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/CPPExt/CPPExt.cxx
src/CPPExt/CPPExt_Alias.cxx
src/CPPExt/CPPExt_Pointer.cxx

index 0d0bec6cd4e1265e26488688c3941985f06d3df3..f5319bccd2ebcc23a854d2987dd5bd66a82f637a 100755 (executable)
@@ -470,7 +470,7 @@ Handle(TCollection_HAsciiString) CPP_BuildFunctionCall(const Handle(MS_MetaSchem
   Handle(MS_Param)                 retType;
   Standard_Integer                 i;
   Handle(MS_Type)                  type;
-  Standard_CString                 calltype;
+  Standard_CString                 calltype = NULL;
 
   type = aMeta->GetType(method->Class());
 
index e04fe62f5344b1263dc9148361ce056c94fac164..00bd3f5729f57b2adadee98fdaa262ba7065157c 100755 (executable)
@@ -25,7 +25,6 @@ void CPP_Alias(const Handle(MS_MetaSchema)& aMeta,
 
   Handle(TCollection_HAsciiString)        aFileName,
                                           realType;
-  Standard_Integer                        i;
   Handle(MS_Type)                         theType,tmpType;
 
   api->AddVariable(VClass,anAlias->FullName()->ToCString());
index 3cf62c29f53b5df4d1feeefc208d487bd5db76eb..d3e599e1e78fa13b2db39c18635356fadca1967b 100755 (executable)
@@ -23,7 +23,6 @@ void CPP_Pointer(const Handle(MS_MetaSchema)& aMeta,
   if (aPointer.IsNull()) return;
 
   Handle(TCollection_HAsciiString)        aFileName;
-  Standard_Integer                        i;
 
   // Hxx extraction
   //