[Insight-developers] ExceptionObject causing warnings on SGI's
Lorensen, William E (CRD)
lorensen@crd.ge.com
Wed, 27 Feb 2002 08:45:09 -0500
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