[libdispatch-changes] [44] trunk/src/Makefile.am

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 26 11:45:53 PDT 2009


Revision: 44
          http://trac.macosforge.org/projects/libdispatch/changeset/44
Author:   robert at 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@
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090926/597569ed/attachment.html>


More information about the libdispatch-changes mailing list