From 042250b16145205282ea6d61d20d1ba8a28805a1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 30 Jun 2010 08:21:20 -0700 Subject: [PATCH] Removed -Werror from unittests. a) we don't really need warnings here and b) gcc on freebsd sucks. --- unittests/include.am | 1 + 1 file changed, 1 insertion(+) diff --git a/unittests/include.am b/unittests/include.am index e5ee884b..6c217208 100644 --- a/unittests/include.am +++ b/unittests/include.am @@ -10,6 +10,7 @@ unittests_unittests_SOURCES= \ unittests/main.cc \ unittests/strings.cc +unittests_unittest_CXXFLAGS= ${AM_CXXFLAGS} ${NO_WERROR} unittests_unittests_LDADD= \ tests/libserver.la \ libmemcached/libmemcachedinternal.la \ -- 2.30.2