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); -->
|
||||
<function name="fopen_s">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue