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); -->
|
<!-- long int ftell(FILE *stream); -->
|
||||||
<function name="ftell,std::ftell">
|
<function name="ftell,std::ftell">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<use-retval/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
|
|
Loading…
Reference in New Issue