tweaked guessMessageKind() to allow dscanner [warn] to be detected

This commit is contained in:
Basile Burg 2014-12-06 09:04:46 +01:00
parent 10164ecae9
commit f567639784
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ begin
'exception', 'Exception', 'illegal', 'Illegal',
'fatal', 'Fatal', 'Critical', 'critical':
exit(amkErr);
'Warning', 'warning', 'caution', 'Caution':
'Warning', 'warning', 'caution', 'Caution', 'warn', 'Warn':
exit(amkWarn);
'Hint', 'hint', 'Tip', 'tip', 'advice', 'Advice',
'suggestion', 'Suggestion':