std.cfg: Add `<pure/>` to std::min() and std::max() (#2037)
This commit is contained in:
parent
f95d193e22
commit
dcc2599121
|
@ -6023,6 +6023,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<pure/>
|
||||
<returnValue>arg1<arg2?arg1:arg2</returnValue>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
|
@ -6036,6 +6037,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<pure/>
|
||||
<returnValue>arg1>arg2?arg1:arg2</returnValue>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
|
|
Loading…
Reference in New Issue