mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 08:31:08 +02:00
components: less hints
git-svn-id: trunk@51783 -
This commit is contained in:
parent
01898d3c57
commit
45a79882b5
@ -4,6 +4,7 @@
|
||||
|
||||
unit lazmrumenu;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -1,13 +1,14 @@
|
||||
{ This file was automatically created by Lazarus. do not edit!
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit MultiThreadProcsLaz;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
MTProcs, MTPUtils, MTPCPU, LazarusPackageIntf;
|
||||
MTProcs, MTPUtils, MTPCPU, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit LazOpenGLContext;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit packagetabs;
|
||||
|
||||
{$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 lazparadox;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user