Removed not needed <use-retval/> from std::string::resize().
This commit is contained in:
parent
8160cc2fc6
commit
43de937a4e
|
@ -5387,7 +5387,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<!-- void std::wstring::resize (size_t n);-->
|
<!-- void std::wstring::resize (size_t n);-->
|
||||||
<!-- void std::string::resize (size_t n);-->
|
<!-- void std::string::resize (size_t n);-->
|
||||||
<function name="std::string::resize,std::wstring::resize">
|
<function name="std::string::resize,std::wstring::resize">
|
||||||
<use-retval/>
|
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
|
|
Loading…
Reference in New Issue