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:
parent
0fd6586fcc
commit
a2f669eff7
|
@ -1638,7 +1638,7 @@
|
|||
</arg>
|
||||
</function>
|
||||
<function name="strtok">
|
||||
<use-retval/>
|
||||
<!-- strtok may modify the first argument, so using the return value is not mandatory -->
|
||||
<noreturn>false</noreturn>
|
||||
<pure/>
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue