Procházet zdrojové kódy

* Avoid warnings about use_PR constant boolean

git-svn-id: trunk@19580 -
pierre před 14 roky
rodič
revize
695556fe23
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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