Coverity defect suppression
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0d2c459046
commit
7a89f71f36
1 changed files with 2 additions and 2 deletions
|
|
@ -132,9 +132,9 @@ int CLISP::top(Node *n) {
|
|||
|
||||
for (len--; len >= 0; len--) {
|
||||
end--;
|
||||
Seek(f_cl, len, SEEK_SET);
|
||||
(void)Seek(f_cl, len, SEEK_SET);
|
||||
int ch = Getc(f_cl);
|
||||
Seek(f_cl, end, SEEK_SET);
|
||||
(void)Seek(f_cl, end, SEEK_SET);
|
||||
Putc(ch, f_cl);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue