mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +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;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user