projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
7578f29
)
Removed -Werror from unittests. a) we don't really need warnings here and b)
author
Monty Taylor
<mordred@inaugust.com>
Wed, 30 Jun 2010 15:21:20 +0000
(08:21 -0700)
committer
Monty Taylor
<mordred@inaugust.com>
Wed, 30 Jun 2010 15:21:20 +0000
(08:21 -0700)
gcc on freebsd sucks.
unittests/include.am
patch
|
blob
|
history
diff --git
a/unittests/include.am
b/unittests/include.am
index e5ee884b0df964c64ad9c0fd06258e0550184bd6..6c2172088f5ea3da309e50ec0b23cdf55900d063 100644
(file)
--- 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 \