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=6df74a8c03226212cf8e6f81ac3d7bdc03856176;p=occt-wok.git No comments --- diff --git a/src/CPPExt/CPPExt.cxx b/src/CPPExt/CPPExt.cxx index 0d0bec6..f5319bc 100755 --- a/src/CPPExt/CPPExt.cxx +++ b/src/CPPExt/CPPExt.cxx @@ -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()); diff --git a/src/CPPExt/CPPExt_Alias.cxx b/src/CPPExt/CPPExt_Alias.cxx index e04fe62..00bd3f5 100755 --- a/src/CPPExt/CPPExt_Alias.cxx +++ b/src/CPPExt/CPPExt_Alias.cxx @@ -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()); diff --git a/src/CPPExt/CPPExt_Pointer.cxx b/src/CPPExt/CPPExt_Pointer.cxx index 3cf62c2..d3e599e 100755 --- a/src/CPPExt/CPPExt_Pointer.cxx +++ b/src/CPPExt/CPPExt_Pointer.cxx @@ -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 //