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
This commit is contained in:
parent
1fad10b79b
commit
b508290125
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue