fix warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6684 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dd502bfae0
commit
337c19a158
1 changed files with 2 additions and 2 deletions
|
|
@ -16,12 +16,12 @@
|
|||
|
||||
%typemap(argout) (int *OUTPUT)
|
||||
{
|
||||
temp$argnum;
|
||||
++temp$argnum;
|
||||
}
|
||||
|
||||
%typemap(argout, numinputs=1) (char *STR, int LEN)
|
||||
{
|
||||
temp$argnum;
|
||||
++temp$argnum;
|
||||
}
|
||||
|
||||
%typemap(in) int hello
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue