std.cfg: Take return value into accoutn for ftell().
This commit is contained in:
parent
97b8b1ffc2
commit
b0d09926fb
|
@ -1239,6 +1239,7 @@
|
|||
<!-- long int ftell(FILE *stream); -->
|
||||
<function name="ftell,std::ftell">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
|
|
Loading…
Reference in New Issue