remove <pure/> from strtok. It has an internal state. This fixes FPs.

This commit is contained in:
Daniel Marjamäki 2018-09-08 12:08:09 +02:00
parent 7ad09b44c3
commit 142f921d52
1 changed files with 0 additions and 1 deletions

View File

@ -5091,7 +5091,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- char *strtok(char *s, const char *ct); -->
<function name="strtok,std::strtok">
<pure/>
<returnValue type="char *"/>
<noreturn>false</noreturn>
<leak-ignore/>