mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 10:29:14 +02:00
webidl: fixed compile with fpc 3.2.2
This commit is contained in:
parent
a429b47436
commit
eff489a37a
@ -15,7 +15,9 @@
|
||||
unit webidlparser;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IF FPC_FULLVERSION>=30301}
|
||||
{$WARN 6060 off : }
|
||||
{$ENDIF}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user