[Xquartz-changes] [558] tinderbox/tinderbox_test.sh

source_changes at macosforge.org source_changes at macosforge.org
Sat May 14 16:15:19 PDT 2011


Revision: 558
          http://trac.macosforge.org/projects/xquartz/changeset/558
Author:   jeremyhu at freedesktop.org
Date:     2011-05-14 16:15:19 -0700 (Sat, 14 May 2011)
Log Message:
-----------
Include more warnings

Modified Paths:
--------------
    tinderbox/tinderbox_test.sh

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-05-13 02:37:28 UTC (rev 557)
+++ tinderbox/tinderbox_test.sh	2011-05-14 23:15:19 UTC (rev 558)
@@ -22,8 +22,6 @@
     export CXX="/opt/llvm/bin/clang++"
     export LIBTOOLIZE="glibtoolize"
 
-#    TB_CFLAGS="-Wextra"
-
     TB_CFLAGS="-fdiagnostics-show-category=name"
 
 # Stage 1:
@@ -106,7 +104,7 @@
 export FOP_OPTS="-Xmx2048m -Djava.awt.headless=true"
 
 export CPPFLAGS="-I${PREFIX}/include -I${JHBUILDDIR}/external/build/include"
-export CFLAGS="-O0 -pipe -Wall -Wformat=2 ${TB_CFLAGS}"
+export CFLAGS="-O0 -pipe -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 ${TB_CFLAGS}"
 export OBJCFLAGS="${CFLAGS}"
 export CXXFLAGS="${CFLAGS}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110514/5cffb72f/attachment.html>


More information about the Xquartz-changes mailing list