Skip to content

Commit

Permalink
Older versions of gcc do not know about -Wno-pointer-sign.
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Aug 15, 2006
1 parent 028f3e8 commit 609cce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 609cce0

Please sign in to comment.