Переглянути джерело

* Avoid warnings about use_PR constant boolean

git-svn-id: trunk@19580 -
pierre 14 роки тому
батько
коміт
695556fe23
1 змінених файлів з 3 додано та 0 видалено
  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