use-retval for localtime()
This commit is contained in:
parent
479af21405
commit
a7194410cf
|
@ -3159,6 +3159,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
</function>
|
</function>
|
||||||
<!-- struct tm * localtime(const time_t *tp); -->
|
<!-- struct tm * localtime(const time_t *tp); -->
|
||||||
<function name="localtime,std::localtime">
|
<function name="localtime,std::localtime">
|
||||||
|
<use-retval/>
|
||||||
<returnValue type="struct tm *"/>
|
<returnValue type="struct tm *"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue