fcl-passrc: fixed $warn identifier error

git-svn-id: trunk@41527 -
This commit is contained in:
Mattias Gaertner 2019-02-28 21:13:29 +00:00
parent f78e2072a1
commit 119aab42db

View File

@ -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);