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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 12 19:37:30 PDT 2011


Revision: 557
          http://trac.macosforge.org/projects/xquartz/changeset/557
Author:   jeremyhu at freedesktop.org
Date:     2011-05-12 19:37:28 -0700 (Thu, 12 May 2011)
Log Message:
-----------
Passing CFLAGS

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

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-05-11 02:31:55 UTC (rev 556)
+++ tinderbox/tinderbox_test.sh	2011-05-13 02:37:28 UTC (rev 557)
@@ -24,21 +24,23 @@
 
 #    TB_CFLAGS="-Wextra"
 
+    TB_CFLAGS="-fdiagnostics-show-category=name"
+
 # Stage 1:
     TB_CFLAGS="${TB_CFLAGS} -Werror=implicit"
     TB_CFLAGS="${TB_CFLAGS} -Werror=nonnull"
-    TB_CFLAGS="${TB_CFLAGS} -Werror=format-security"
-    TB_CFLAGS="${TB_CFLAGS} -Werror=format-extra-args"
-    TB_CFLAGS="${TB_CFLAGS} -Werror=format-y2k"
+    TB_CFLAGS="${TB_CFLAGS} -Wformat-security"         # <rdar://problem/9418512> clang is overzealous about -Werror=format-*
+    TB_CFLAGS="${TB_CFLAGS} -Wformat-extra-args"
+    TB_CFLAGS="${TB_CFLAGS} -Wformat-y2k"
     TB_CFLAGS="${TB_CFLAGS} -Werror=init-self"
     TB_CFLAGS="${TB_CFLAGS} -Werror=main"
     TB_CFLAGS="${TB_CFLAGS} -Werror=missing-braces"
-    TB_CFLAGS="${TB_CFLAGS} -Werror=parentheses"
+    TB_CFLAGS="${TB_CFLAGS} -Wparentheses"             # libX11 XKBBind.c:169
     TB_CFLAGS="${TB_CFLAGS} -Werror=sequence-point"
     TB_CFLAGS="${TB_CFLAGS} -Werror=return-type"
     TB_CFLAGS="${TB_CFLAGS} -Werror=trigraphs"
     TB_CFLAGS="${TB_CFLAGS} -Werror=array-bounds"
-    TB_CFLAGS="${TB_CFLAGS} -Wcast-align"
+#    TB_CFLAGS="${TB_CFLAGS} -Wcast-align"             # Noisy
     TB_CFLAGS="${TB_CFLAGS} -Werror=write-strings"
 #    TB_CFLAGS="${TB_CFLAGS} -Werror=clobbered"
     TB_CFLAGS="${TB_CFLAGS} -Werror=address"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110512/089a588d/attachment.html>


More information about the Xquartz-changes mailing list