From ba9310669c653fba3c34c962bac7ecebd2793ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=B7=D0=B4=D0=B0=D0=B9=D1=89=D0=B8=D0=BA?= Date: Wed, 7 Apr 2021 08:08:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BA=D0=BB=D1=8E=D1=87=D0=B0=20-Wdeprecated=20?= =?UTF-8?q?(#318,=20#337)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compiler/Config.ref | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/compiler/Config.ref b/src/compiler/Config.ref index 18a4bade..56761c03 100644 --- a/src/compiler/Config.ref +++ b/src/compiler/Config.ref @@ -18,7 +18,7 @@ $ENTRY Config-Create { (/* конец командной строки для библиотек */) ) (Optimize /* пусто */) - (WarningIds nul-in-compound pseudofunctions repeated) + (WarningIds nul-in-compound pseudofunctions repeated deprecated) (WarningIdsAsErrors /* пусто */) (ErrorFile /* пусто */) (DebugMode NoMarkupContext NoDebugInfo) @@ -535,12 +535,13 @@ WarningForName { 'pseudofunctions' = True pseudofunctions; 'pseudofunction' = True pseudofunctions; /* синоним */ 'repeated' = True repeated; + 'deprecated' = True deprecated; e.Other = False } $ENTRY Config-AllWarningIds { - /* пусто */ = (screening nul-in-compound pseudofunctions repeated) + /* пусто */ = (screening nul-in-compound pseudofunctions repeated deprecated) } WarningIds-Add {