remove vc++ noise

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8497 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-21 00:02:05 +00:00
commit 298fd2df39
5 changed files with 31 additions and 0 deletions

View file

@ -4,6 +4,12 @@
%csmethodmodifiers x "public new"
#endif
%{
#if defined(_MSC_VER)
#pragma warning(disable: 4290) // C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
#endif
%}
%inline %{
class Foo {
public: