windows.cfg: Added missing <use-retval/>-tags for strcmp-functions.
This commit is contained in:
parent
dcff026da0
commit
2727a959b2
|
@ -2271,7 +2271,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- int regcomp(regex_t *, const char *, int); -->
|
||||
<!-- int regcomp(regex_t *, const char *, int); -->
|
||||
<function name="regcomp">
|
||||
<returnValue type="int"/>
|
||||
<noreturn>false</noreturn>
|
||||
|
|
|
@ -1862,6 +1862,7 @@
|
|||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
|
@ -1883,6 +1884,7 @@
|
|||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
|
|
Loading…
Reference in New Issue