From a722ba4f899df4258a7789871061b0d92f8c9c9f Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Tue, 20 Nov 2018 16:07:16 +0100 Subject: [PATCH] std.cfg: Improved return value configuration for std::min() and std::max(). --- cfg/std.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index ad3e12ead..dad8c80af 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -5922,6 +5922,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false + arg1<arg2?arg1:arg2 @@ -5934,6 +5935,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false + arg1>arg2?arg1:arg2