fix visual c++ warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10232 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
71c669def4
commit
e1673bb613
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ For a more useful solution: see std_except for more details
|
|||
*/
|
||||
%typemap(throws) SWIGTYPE
|
||||
{
|
||||
(void)$1;
|
||||
lua_pushfstring(L,"object exception:%s",SWIG_TypePrettyName($1_descriptor));
|
||||
SWIG_fail;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue