
June 10th, 2003, 08:33 AM
|
|
Junior Member
|
|
Join Date: May 2003
Posts: 13
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
throw
Hi,
I get a warning each time I add a throw-clause to my functions. The warning looks like this:
Code:
warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
I realize I could just ignore it, but since I use throw-catch pretty often, it becomes disturbing. How can I remove this warning? I'm using VS.NET.
Thanks in advance,
Nille
|