Build dispatch_c99 with -std=c99, but not -pedantic as found in Makefile.darwin as that appears non-portable currently.
--- trunk/testing/Makefile.am 2009-11-04 09:12:26 UTC (rev 118)
+++ trunk/testing/Makefile.am 2009-11-04 09:51:37 UTC (rev 119)
@@ -16,6 +16,8 @@
dispatch_starfish \
queue_finalizer
+dispatch_c99_CFLAGS=-std=c99
+
if HAVE_BLOCKS
BLOCKS_TESTS= \
dispatch_after \