From 71de943cd5a1cde17b3b17bd834e32897d8ded8e Mon Sep 17 00:00:00 2001 From: xi Date: Tue, 15 Aug 2006 17:21:01 +0000 Subject: Older versions of gcc do not know about -Wno-pointer-sign. git-svn-id: http://svn.pyyaml.org/libyaml/trunk@224 18f92427-320e-0410-9341-c67f048884a3 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index e7880d6..bfc01d7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -AM_CFLAGS = -Wno-pointer-sign +#AM_CFLAGS = -Wno-pointer-sign LDADD = $(top_builddir)/src/libyaml.la TESTS = test-version test-reader check_PROGRAMS = test-version test-reader -- cgit v1.2.1