mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:19:24 +02:00
IDE/lazbuild: packages: hide warnings about unused units in package dummy source
git-svn-id: trunk@51771 -
This commit is contained in:
parent
70b9a404bb
commit
d4ccb98bf9
@ -5100,6 +5100,7 @@ begin
|
||||
// leave the unit case the same as the package name (e.g: package name LazReport, unit name lazreport)
|
||||
Src:='unit '+ PkgUnitName +';'+e
|
||||
+e
|
||||
+'{$warn 5023 off : no warning about unused units}'+e
|
||||
+'interface'+e
|
||||
+e;
|
||||
Src:=BeautifyCodeOptions.BeautifyStatement(Src,0);
|
||||
|
Loading…
Reference in New Issue
Block a user