소스 검색

* Avoid warnings about use_PR constant boolean

git-svn-id: trunk@19580 -
pierre 13 년 전
부모
커밋
695556fe23
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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