std.cfg: Fix memcpy return type (#2777)
This commit is contained in:
parent
e21bdb985c
commit
f5877e327b
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue