2
0
Эх сурвалжийг харах

* Avoid warnings about use_PR constant boolean

git-svn-id: trunk@19580 -
pierre 13 жил өмнө
parent
commit
695556fe23

+ 3 - 0
compiler/powerpc/agppcmpw.pas

@@ -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