std.cfg: Improved return value configuration for std::min() and std::max().
This commit is contained in:
parent
cba87f913e
commit
a722ba4f89
|
@ -5922,6 +5922,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue>arg1<arg2?arg1:arg2</returnValue>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
|
@ -5934,6 +5935,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue>arg1>arg2?arg1:arg2</returnValue>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue