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:
William S Fulton 2005-02-28 22:33:47 +00:00
commit f8984f4db8

View file

@ -41,7 +41,7 @@ class DirectorMethodException: public Swig::DirectorException {};
%exception {
try { $action }
catch (Swig::DirectorException &e) { SWIG_fail; }
catch (Swig::DirectorException &) { SWIG_fail; }
}
#endif