warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7013 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2c2387b652
commit
f8984f4db8
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class DirectorMethodException: public Swig::DirectorException {};
|
|||
|
||||
%exception {
|
||||
try { $action }
|
||||
catch (Swig::DirectorException &e) { SWIG_fail; }
|
||||
catch (Swig::DirectorException &) { SWIG_fail; }
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue