Archived issue #0028356

VS 2015 compiler warnings in STEPCAFControl_Reader

Open CASCADEOCCT:Codingclosed1 public note

Search issues

Description

After integration of fix for #28235, the following warnings are reported by vc14 compiler:

56>..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2387): warning C4456: declaration of 'i' hides previous local declaration
56> ..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2373): note: see declaration of 'i'
56>..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2401): warning C4456: declaration of 'aDatObj' hides previous local declaration
56> ..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2357): note: see declaration of 'aDatObj'
56>..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2422): warning C4456: declaration of 'i' hides previous local declaration
56> ..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2397): note: see declaration of 'i'
56>..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2438): warning C4456: declaration of 'i' hides previous local declaration
56> ..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2397): note: see declaration of 'i'
56>..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2470): warning C4456: declaration of 'anIter' hides previous local declaration
56> ..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2410): note: see declaration of 'anIter'
56>..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2487): warning C4456: declaration of 'i' hides previous local declaration
56> ..\..\..\src\STEPCAFControl\STEPCAFControl_Reader.cxx(2397): note: see declaration of 'i'

Public activity

1 archived note

Participants are labeled by their role within this record.

01Commenter 2
Dear Commenter 1,

This problem should be fixed by 28315.