From b508290125cdb20fa03a8afaded0a71450f3ac4a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 12 Jan 2006 23:49:06 +0000 Subject: [PATCH] No need to filter exception specification warning now as they've been muffled in the few testcases that have exception specifications and SWIG no longer generates code with exception specifications git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8401 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Tools/vcfilter | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/vcfilter b/Tools/vcfilter index 246204664..2683fc2db 100644 --- a/Tools/vcfilter +++ b/Tools/vcfilter @@ -6,6 +6,5 @@ # Typical usage: make check | vcfilter # dos2unix needed for ^ and $ to work. -# warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow) -2>&1 dos2unix | grep -v "\.cxx$" | grep -v "\.c$" | grep -v "^ Creating library" | grep -v "^Generating Code" | grep -v "warning C4290:" +2>&1 dos2unix | grep -v "\.cxx$" | grep -v "\.c$" | grep -v "^ Creating library" | grep -v "^Generating Code"