Using the return value of strtok() is not mandatory since it the first argument may be modified (fixing a FP in LibreOffice)

This commit is contained in:
Alexander Mai 2014-10-18 08:29:42 +02:00
parent 0fd6586fcc
commit a2f669eff7
1 changed files with 1 additions and 1 deletions

View File

@ -1638,7 +1638,7 @@
</arg> </arg>
</function> </function>
<function name="strtok"> <function name="strtok">
<use-retval/> <!-- strtok may modify the first argument, so using the return value is not mandatory -->
<noreturn>false</noreturn> <noreturn>false</noreturn>
<pure/> <pure/>
<leak-ignore/> <leak-ignore/>