mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 19:09:16 +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]);
|
DoLog(mtWarning,nIllegalStateForWarnDirective,SIllegalStateForWarnDirective,[Identifier]);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
end;
|
|
||||||
|
|
||||||
if Number>=0 then
|
|
||||||
SetWarnMsgState(Number,State);
|
SetWarnMsgState(Number,State);
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TPascalScanner.HandleDefine(Param: String);
|
procedure TPascalScanner.HandleDefine(Param: String);
|
||||||
|
Loading…
Reference in New Issue
Block a user