std.cfg: Fix memcpy return type (#2777)

This commit is contained in:
Georgy Komarov 2020-09-05 07:29:39 +03:00 committed by GitHub
parent e21bdb985c
commit f5877e327b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3861,6 +3861,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<!-- void * memcpy(void *ct, const void *cs, size_t n);-->
<!-- wchar_t * wmemcpy(wchar_t *ct, const wchar_t *cs, size_t n);-->
<function name="memcpy,std::memcpy,wmemcpy,std::wmemcpy">
<returnValue type="void *"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="out">