fix warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6612 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7b8f8c994d
commit
582b1b33a1
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ public:
|
|||
|
||||
|
||||
%exception {
|
||||
// default %exception
|
||||
$action // default %exception
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ char *foo() {return 0;}
|
|||
|
||||
|
||||
%exception std::Vector::get {
|
||||
// get %exception
|
||||
$action; // get %exception
|
||||
}
|
||||
|
||||
%inline %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue