mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 15:52:32 +02:00
components: less hints
git-svn-id: trunk@51784 -
This commit is contained in:
parent
45a79882b5
commit
5f99c1f5b7
@ -4,6 +4,7 @@
|
||||
|
||||
unit leakview;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,10 +4,11 @@
|
||||
|
||||
unit MacOSFiles;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
MacApplicationRes, LazarusPackageIntf;
|
||||
MacApplicationRes, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit EditorMacroScript;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit MemDSLaz;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -1,9 +1,10 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit messagecomposerpkg;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -1,9 +1,10 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit LazMouseAndKeyInput;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user