Browse Source

* Avoid warnings about use_PR constant boolean

git-svn-id: trunk@19580 -
pierre 14 năm trước cách đây
mục cha
commit
695556fe23
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      compiler/powerpc/agppcmpw.pas

+ 3 - 0
compiler/powerpc/agppcmpw.pas

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