1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00

0024399: ICC warnings 3280 "declaration hides..."

Renamed local variables to avoid ICC compiler warnings about repeated names
This commit is contained in:
ski
2013-11-26 18:17:10 +04:00
committed by bugmaster
parent 9f37b47ddd
commit 75259fc556
24 changed files with 237 additions and 238 deletions

View File

@@ -79,13 +79,13 @@ IFSelect_SignatureList::IFSelect_SignatureList
void IFSelect_SignatureList::Init
(const Standard_CString name,
const Handle(Dico_DictionaryOfInteger)& count,
const Handle(Dico_DictionaryOfInteger)& theCount,
const Handle(Dico_DictionaryOfTransient)& list,
const Standard_Integer nbnuls)
{
thelastval.Clear();
thename = new TCollection_HAsciiString (name);
thedicount = count;
thedicount = theCount;
thediclist = list;
thenbnuls = nbnuls;
if (thediclist.IsNull()) thelistat = Standard_False;