[Insight-developers] Re: ExceptionObject causing warnings on SGI's

Will Schroeder will.schroeder@kitware.com
Wed, 27 Feb 2002 08:50:22 -0500


Hi Bill-

I think I know what it is. I'll fix.

Will


At 08:45 AM 2/27/2002 -0500, Lorensen, William E (CRD) wrote:
>Will,
>The recent changes to ExceptionObject are causing tons of warnings on the 
>SGI's.
>They are all of the following form:
>
>cc-3220 CC: WARNING File = 
>/home/lorensen/Insight/Code/Common/itkDataObject.h, Line = 35
>   The exception specification for implicitly declared virtual function
>           "itk::DataObjectError::~DataObjectError" is incompatible with that
>           of overridden function "std::exception::~exception".
>
>   class ITK_EXPORT DataObjectError : public ExceptionObject