* Avoid warnings about use_PR constant boolean

git-svn-id: trunk@19580 -
This commit is contained in:
pierre 2011-11-03 10:09:20 +00:00
parent 44f8bb35b7
commit 695556fe23

View File

@ -25,6 +25,9 @@
unit agppcmpw;
{$i fpcdefs.inc}
{ We know that use_PR is a const boolean
but we don't care about this warning }
{$WARN 6018 OFF}
interface