Skip to content

Commit

Permalink
Поддержка ключа -Wdeprecated (#318, #337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazdaywik committed Apr 7, 2021
1 parent 652e747 commit ba93106
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/compiler/Config.ref
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit ba93106

Please sign in to comment.