summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2006-08-15 17:21:01 +0000
committerKirill Simonov <xi@resolvent.net>2006-08-15 17:21:01 +0000
commit609cce0ef9a142e5c93b8e45b7cd495a21cb2342 (patch)
tree3c2589fe288f65c1f60ed8e0e9ad4922ad4a343e /tests
parent028f3e8709fdd7574f34aa19dd600777a7d86289 (diff)
downloadlibyaml-git-609cce0ef9a142e5c93b8e45b7cd495a21cb2342.tar.gz
Older versions of gcc do not know about -Wno-pointer-sign.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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