Fix pedantic warnings in fio.c methods.
From: Oliver Buchtala <oliver.buchtala@googlemail.com> git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13512 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
18aa801bd0
commit
db0f2d7a8e
1 changed files with 2 additions and 0 deletions
|
|
@ -490,6 +490,7 @@ int DohCopyto(DOH *in, DOH *out) {
|
|||
return nbytes;
|
||||
}
|
||||
}
|
||||
return nbytes;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -588,4 +589,5 @@ DOH *DohReadline(DOH *in) {
|
|||
Putc(c, s);
|
||||
n++;
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue