Removed -Werror from unittests. a) we don't really need warnings here and b)
authorMonty Taylor <mordred@inaugust.com>
Wed, 30 Jun 2010 15:21:20 +0000 (08:21 -0700)
committerMonty Taylor <mordred@inaugust.com>
Wed, 30 Jun 2010 15:21:20 +0000 (08:21 -0700)
gcc on freebsd sucks.

unittests/include.am

index e5ee884b0df964c64ad9c0fd06258e0550184bd6..6c2172088f5ea3da309e50ec0b23cdf55900d063 100644 (file)
@@ -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 \