Suppress some unchecked return value warnings for Coverity
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13902 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0baa87809f
commit
475c6c6ce0
3 changed files with 4 additions and 4 deletions
|
|
@ -584,7 +584,7 @@ static List *find_args(String *s, int ismacro, String *macro_name) {
|
|||
if (c != '(') {
|
||||
/* Not a macro, bail out now! */
|
||||
assert(pos != -1);
|
||||
Seek(s, pos, SEEK_SET);
|
||||
(void)Seek(s, pos, SEEK_SET);
|
||||
Delete(args);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue