mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:59:15 +02:00
IDE: fpc msg parser: check for Warning too, bug #34582
git-svn-id: trunk@59635 -
This commit is contained in:
parent
0bd7cd9d85
commit
f9db653ad4
@ -1340,7 +1340,7 @@ begin
|
|||||||
CheckFinalNote;
|
CheckFinalNote;
|
||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
else if ReadString(p,'Warn: ') then
|
else if ReadString(p,'Warn: ') or ReadString(p,'Warning:') then
|
||||||
MsgType:=mluWarning
|
MsgType:=mluWarning
|
||||||
else if ReadString(p,'Note: ') then
|
else if ReadString(p,'Note: ') then
|
||||||
MsgType:=mluNote
|
MsgType:=mluNote
|
||||||
|
Loading…
Reference in New Issue
Block a user