fix warnings for ruby, add another case
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6568 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
df21a7c010
commit
a88a68f942
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@
|
|||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
const int& get_rrval(const int& a)
|
||||
{
|
||||
return a;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue