cfg: Ignore return values of fopen_s functions.

This commit is contained in:
orbitcowboy 2016-05-19 11:56:52 +02:00
parent 0514e14cad
commit 5095196530
2 changed files with 0 additions and 2 deletions

View File

@ -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/>

View File

@ -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/>