mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 13:39:22 +02:00
lazutils: less hints
git-svn-id: trunk@35794 -
This commit is contained in:
parent
d49fc859ad
commit
34ad8277c0
@ -1,4 +1,3 @@
|
||||
|
||||
procedure DebuglnStack(const s: string = '');
|
||||
|
||||
procedure DbgOut(const s: string = ''); inline; overload;
|
||||
|
@ -38,7 +38,7 @@ type
|
||||
|
||||
{$DEFINE USED_BY_LAZLOGGER_DUMMY}
|
||||
{$push}
|
||||
{$H-}
|
||||
{$HINTS off}
|
||||
{$I LazLoggerIntf.inc}
|
||||
{$pop}
|
||||
|
||||
@ -203,7 +203,7 @@ var // Using base TRefCountedObject, so if none of the functions is used in the
|
||||
TheLazLoggerGroups: TRefCountedObject = nil;
|
||||
|
||||
{$push}
|
||||
{$H-}
|
||||
{$HINTS off}
|
||||
{$I LazLoggerImpl.inc}
|
||||
{$pop}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user