Revision: 126 http://trac.macosforge.org/projects/libdispatch/changeset/126 Author: robert@fledge.watson.org Date: 2009-11-04 04:00:04 -0800 (Wed, 04 Nov 2009) Log Message: ----------- Drop -Werror from testing tree to be consistent with elsewhere. Modified Paths: -------------- trunk/testing/Makefile.am Modified: trunk/testing/Makefile.am =================================================================== --- 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)