mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:49:20 +02:00
* Avoid warnings about use_PR constant boolean
git-svn-id: trunk@19580 -
This commit is contained in:
parent
44f8bb35b7
commit
695556fe23
@ -25,6 +25,9 @@
|
|||||||
unit agppcmpw;
|
unit agppcmpw;
|
||||||
|
|
||||||
{$i fpcdefs.inc}
|
{$i fpcdefs.inc}
|
||||||
|
{ We know that use_PR is a const boolean
|
||||||
|
but we don't care about this warning }
|
||||||
|
{$WARN 6018 OFF}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user