MantisBT - ITK
View Issue Details
0004952ITKpublic2007-04-30 12:072007-09-07 11:51
Mathieu Coursolle 
Mathieu Coursolle 
lowminoralways
closedfixed 
 
 
0004952: Class without a constructor cause warnings in XCode project.
Classes without a constructor produce the following warning in XCode projects including ITK headers.

EX: warning: 'class itk::SpatialOrientationAdapter' only defines private constructors and has no friends

Here is provided a patch to solve one of them.
No tags attached.
txt patchfile_constructor.txt (312) 1969-12-31 19:00
https://public.kitware.com/Bug/file/987/patchfile_constructor.txt
Issue History
2007-08-20 14:00Mathieu CoursolleAssigned ToLuis Ibanez => Mathieu Coursolle
2007-08-20 14:02Mathieu CoursolleNote Added: 0008519
2007-09-07 11:51Luis IbanezNote Added: 0008886
2007-09-07 11:51Luis IbanezStatusassigned => closed
2007-09-07 11:51Luis IbanezNote Added: 0008887
2007-09-07 11:51Luis IbanezResolutionopen => fixed

Notes
(0007559)
Mathieu Coursolle   
2007-05-03 16:15   
See 4619
(0008519)
Mathieu Coursolle   
2007-08-20 14:02   
Patch commited.
(0008886)
Luis Ibanez   
2007-09-07 11:51   
The commit was:
http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Common/itkSpatialOrientationAdapter.h?root=Insight&r1=1.3&r2=1.4 [^]
(0008887)
Luis Ibanez   
2007-09-07 11:51   
Fixed by Mathieu,