From 3eb84fa980dacef8983137e47b132d9b64a7bce1 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Wed, 11 Oct 2017 15:54:49 +0200 Subject: [PATCH] std.cfg: Warn when parameters of std::swap() are not initialized. --- cfg/std.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cfg/std.cfg b/cfg/std.cfg index 1a5bd18ee..d3d0a45c5 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -5825,7 +5825,12 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false - + + + + + +