|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
Re: throw
Quote:
http://msdn.microsoft.com/library/d...eep08272002.asp |
|
#3
|
|||
|
|||
|
There we have it! Thanks!
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > throw |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|