mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* Patch from Graeme Geldenhuys to avoid compiler warnings
git-svn-id: trunk@37051 -
This commit is contained in:
parent
a4c4ce1764
commit
c74cf991a0
@ -1,9 +1,7 @@
|
||||
program fcldemo;
|
||||
|
||||
uses
|
||||
udapp, regreports, rptcolumns, rptdataset, rptexpressions, rptframes,
|
||||
rptgrouping, rptimages, rptmasterdetail, rptmasterdetaildataset, rptshapes,
|
||||
rptsimplelist, rptttf;
|
||||
udapp, fpextfuncs, regreports;
|
||||
|
||||
Var
|
||||
Application : TReportDemoApplication;
|
||||
@ -14,5 +12,3 @@ begin
|
||||
Application.Run;
|
||||
Application.Free;
|
||||
end.
|
||||
s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user