mirror of https://gitlab.com/basile.b/dexed.git
message, semantic, token deprecation for warnings
This commit is contained in:
parent
b9e63b2a73
commit
33b99b1247
|
@ -952,7 +952,8 @@ begin
|
|||
'exception', 'Exception', 'illegal', 'Illegal',
|
||||
'fatal', 'Fatal', 'Critical', 'critical', 'errorlevel':
|
||||
exit(amkErr);
|
||||
'Warning', 'warning', 'caution', 'Caution', 'warn', 'Warn':
|
||||
'Warning', 'warning', 'caution', 'Caution', 'warn', 'Warn',
|
||||
'Deprecation', 'deprecation', 'Deprecated', 'deprecated':
|
||||
exit(amkWarn);
|
||||
'Hint', 'hint', 'Tip', 'tip', 'advice', 'Advice',
|
||||
'suggestion', 'Suggestion':
|
||||
|
|
Loading…
Reference in New Issue