Re-instated warning about except typemap deprecation
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4838 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d5d33d9dd8
commit
c6321fbf08
1 changed files with 0 additions and 2 deletions
|
|
@ -552,12 +552,10 @@ Doc/Manual/Typemaps.html for complete details.\n");
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
if (Strcmp(method,"except") == 0) {
|
||||
Swig_warning(WARN_DEPRECATED_EXCEPT_TM, Getfile(n), Getline(n),
|
||||
"%%typemap(except) is deprecated. Use the %%exception directive.\n");
|
||||
}
|
||||
*/
|
||||
|
||||
if (Strcmp(method,"in") == 0) {
|
||||
Hash *k;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue