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

source_changes at macosforge.org source_changes at macosforge.org
Wed May 16 10:28:59 PDT 2012


Revision: 633
          http://trac.macosforge.org/projects/xquartz/changeset/633
Author:   jeremyhu at freedesktop.org
Date:     2012-05-16 10:28:59 -0700 (Wed, 16 May 2012)
Log Message:
-----------
Don't provide extra warning flags due to gcc bugs

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

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2012-05-09 22:07:25 UTC (rev 632)
+++ tinderbox/tinderbox_test.sh	2012-05-16 17:28:59 UTC (rev 633)
@@ -88,7 +88,7 @@
 export FOP_OPTS="-Xmx2048m -Djava.awt.headless=true"
 
 export CPPFLAGS="-I${PREFIX}/include -I${JHBUILDDIR}/external/build/include"
-export CFLAGS="-O0 -g3 -pipe -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 ${TB_CFLAGS}"
+export CFLAGS="-O0 -g3 -pipe ${TB_CFLAGS}"
 export OBJCFLAGS="${CFLAGS}"
 export CXXFLAGS="${CFLAGS}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20120516/8ee7434b/attachment.html>


More information about the Xquartz-changes mailing list