build: omit -Werror

This commit is contained in:
Kamal Mostafa 2011-06-22 13:55:57 -07:00
parent 6a00252c42
commit 57ad1bb021
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
#
AM_CFLAGS = -Wall -Werror
AM_CFLAGS = -Wall # -Werror
INCLUDES = $(DEPS_CFLAGS)

View File

@ -166,7 +166,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CFLAGS = -Wall -Werror
AM_CFLAGS = -Wall # -Werror
INCLUDES = $(DEPS_CFLAGS)
EXTRA_DIST = self-test testcases/* # run-test
TESTS = testcases/test.*