std.cfg: Ensure the return value of fopen_s() is taken into account.
This commit is contained in:
parent
80cb350a6b
commit
d5fb6da9a4
|
@ -952,6 +952,7 @@
|
||||||
const char *restrict mode); -->
|
const char *restrict mode); -->
|
||||||
<function name="fopen_s">
|
<function name="fopen_s">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<use-retval/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
Loading…
Reference in New Issue