[Insight-developers] VC7 .NET warning
Lydia Ng
lng@insightful.com
Tue, 26 Nov 2002 09:32:43 -0800
In order to reduce the number of warnings on VC7 .NET
could we also diable C4290 ?
D:\ibanez\src\InsightNightly\Code\Common\itkImage.h(280) : warning =
C4290: C++ exception specification ignored except to indicate a function =
is not __declspec(nothrow)
-------------------------------------
From:
http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/vccore=
/html/C4290.asp
C++ exception specification ignored except to indicate a function is not =
__declspec(nothrow)
A function is declared using exception specification, which Visual C++ =
accepts but does not implement. Code with exception specifications that =
are ignored during compilation may need to be recompiled and linked to =
be reused in future versions supporting exception specifications.
--------------------------------------
- Lydia
=20