Revision: 44 http://trac.macosforge.org/projects/libdispatch/changeset/44 Author: robert@fledge.watson.org Date: 2009-09-26 11:45:51 -0700 (Sat, 26 Sep 2009) Log Message: ----------- Don't build with -Werror, just -Wall: libdispatch sees a number of warnings when built with clang rather than gcc. Modified Paths: -------------- trunk/src/Makefile.am Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2009-09-26 18:30:55 UTC (rev 43) +++ trunk/src/Makefile.am 2009-09-26 18:45:51 UTC (rev 44) @@ -15,7 +15,7 @@ source.c \ time.c -libdispatch_la_CFLAGS=-Wall -Werror +libdispatch_la_CFLAGS=-Wall INCLUDES=-I$(top_builddir) -I$(top_srcdir) \ @APPLE_LIBC_SOURCE_PATH@ @APPLE_XNU_SOURCE_PATH@