mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
fcl-passrc: fixed $warn identifier error
git-svn-id: trunk@41527 -
This commit is contained in:
parent
f78e2072a1
commit
119aab42db
@ -3271,10 +3271,8 @@ begin
|
||||
DoLog(mtWarning,nIllegalStateForWarnDirective,SIllegalStateForWarnDirective,[Identifier]);
|
||||
exit;
|
||||
end;
|
||||
end;
|
||||
|
||||
if Number>=0 then
|
||||
SetWarnMsgState(Number,State);
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TPascalScanner.HandleDefine(Param: String);
|
||||
|
Loading…
Reference in New Issue
Block a user