MantisBT - ITK
View Issue Details
0005530ITKpublic2007-08-17 16:552010-10-27 17:43
Mathieu Coursolle 
kentwilliams 
lowminoralways
closedfixed 
 
 
backlog
0005530: Shadow declaration may cause warning in XCode project using ITK.
Some shadow declarations might cause a warning:

warning: declaration of "" shadows a member of 'this'.

This appends when a local typedef of variable is defined in the class
definition and in the implementation.

Reported cases are:

itkImageFileReader.txx : IndexType
itkArray2D : rows
itkArray2D : cols
no current warnings in the ITK code. Many remain in the ITK/Utilities directory
No tags attached.
Issue History
2007-08-17 16:55Mathieu CoursolleNew Issue
2007-08-17 16:55Mathieu CoursolleStatusnew => assigned
2007-08-17 16:55Mathieu CoursolleAssigned To => Mathieu Coursolle
2007-08-20 10:29Mathieu CoursolleNote Added: 0008509
2007-08-20 11:17Mathieu CoursolleNote Added: 0008512
2008-01-23 18:16Luis IbanezNote Added: 0010288
2010-10-21 13:18Hans JohnsonAssigned ToMathieu Coursolle => kentwilliams
2010-10-27 17:43kentwilliamsSprint Status => backlog
2010-10-27 17:43kentwilliamsStatusassigned => closed
2010-10-27 17:43kentwilliamsResolutionopen => fixed
2010-10-27 17:43kentwilliamsAdditional Information Updated

Notes
(0008509)
Mathieu Coursolle   
2007-08-20 10:29   
Fixed:

/Code/IO/itkImageFileReader.txx
(0008512)
Mathieu Coursolle   
2007-08-20 11:17   
Fixed:

/Code/Common/itkArray2D.txx
(0010288)
Luis Ibanez   
2008-01-23 18:16   
Still many of them remain to be fixed:

http://www.itk.org/mailman/private/insight-developers/2008-January/009960.html [^]
http://www.itk.org/mailman/private/insight-developers/2008-January/009963.html [^]