瀏覽代碼

extcycle produces lots of warnings, thus add ALLOW_WARNINGS=1

git-svn-id: trunk@22374 -
pierre 13 年之前
父節點
當前提交
5140bc2021
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      compiler/Makefile.fpc

+ 3 - 1
compiler/Makefile.fpc

@@ -697,8 +697,10 @@ endif
 cycledep:
         $(MAKE) cycle USEDEPEND=1
 
+# extcycle should still work, but generates
+# lots of warnings, so ALLOW_WARNINGS=1 is required
 extcycle:
-        $(MAKE) cycle OPT="$(OPT) -n -OG2p3 -glttt -CRriot -dEXTDEBUG"
+        $(MAKE) cycle OPT="$(OPT) -n -OG2p3 -glttt -CRriot -dEXTDEBUG" ALLOW_WARNINGS=1
 
 cvstest:
         $(MAKE) cycle 'LOCALOPT=-n -Se' 'RTLOPT=-n -Se'