From 609cce0ef9a142e5c93b8e45b7cd495a21cb2342 Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Tue, 15 Aug 2006 17:21:01 +0000 Subject: [PATCH] Older versions of gcc do not know about -Wno-pointer-sign. --- 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 -- 2.45.1