remove <pure/> from strtok. It has an internal state. This fixes FPs.
This commit is contained in:
parent
7ad09b44c3
commit
142f921d52
|
@ -5091,7 +5091,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
</function>
|
</function>
|
||||||
<!-- char *strtok(char *s, const char *ct); -->
|
<!-- char *strtok(char *s, const char *ct); -->
|
||||||
<function name="strtok,std::strtok">
|
<function name="strtok,std::strtok">
|
||||||
<pure/>
|
|
||||||
<returnValue type="char *"/>
|
<returnValue type="char *"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue