IDE: fpc msg parser: check for Warning too, bug #34582

git-svn-id: trunk@59635 -
This commit is contained in:
mattias 2018-11-23 12:47:17 +00:00
parent 0bd7cd9d85
commit f9db653ad4

View File

@ -1340,7 +1340,7 @@ begin
CheckFinalNote;
end;
end
else if ReadString(p,'Warn: ') then
else if ReadString(p,'Warn: ') or ReadString(p,'Warning:') then
MsgType:=mluWarning
else if ReadString(p,'Note: ') then
MsgType:=mluNote