Drop -Werror from testing tree to be consistent with elsewhere.
--- trunk/testing/Makefile.am 2009-11-04 11:32:27 UTC (rev 125)
+++ trunk/testing/Makefile.am 2009-11-04 12:00:04 UTC (rev 126)
@@ -69,5 +69,5 @@
INCLUDES=-I$(top_builddir) -I$(top_srcdir)
LDADD=libtest.la ../src/libdispatch.la
-CFLAGS=-Werror -Wall $(MARCH_FLAGS) $(CBLOCKS_FLAGS)
+CFLAGS=-Wall $(MARCH_FLAGS) $(CBLOCKS_FLAGS)