Browse Source

* Avoid warnings about use_PR constant boolean

git-svn-id: trunk@19580 -
pierre 13 years ago
parent
commit
695556fe23
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/powerpc/agppcmpw.pas

+ 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