cfg: Ignore return values of fopen_s functions.
This commit is contained in:
parent
0514e14cad
commit
5095196530
|
@ -947,7 +947,6 @@
|
|||
const char *restrict filename,
|
||||
const char *restrict mode); -->
|
||||
<function name="fopen_s">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
|
|
|
@ -2073,7 +2073,6 @@ HFONT CreateFont(
|
|||
</function>
|
||||
<!-- errno_t _wfopen_s(FILE** pFile, const wchar_t *filename, const wchar_t *mode); -->
|
||||
<function name="_wfopen_s,_tfopen_s">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
|
|
Loading…
Reference in New Issue