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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user