commit | ec300e33d49bc57d8cc3b744ea16e5af615c8f94 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Mon Oct 13 02:13:35 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Mon Oct 13 02:13:35 2014 +0200 |
tree | 190f770232414f8b8e3eea94fb7a87a11d24aa43 | |
parent | f31eba9d459bb927be3af7f608a3c4e8cd0174e0 [diff] [blame] |
THRIFT-1462 add more strict compiler flags Patch: Roger Meier
diff --git a/test/cpp/Makefile.am b/test/cpp/Makefile.am index 3dbcaaa..3cf31a3 100755 --- a/test/cpp/Makefile.am +++ b/test/cpp/Makefile.am
@@ -97,7 +97,7 @@ $(THRIFT) --gen cpp $< AM_CPPFLAGS = $(BOOST_CPPFLAGS) $(LIBEVENT_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src -Igen-cpp -AM_CXXFLAGS = -Wall +AM_CXXFLAGS = -Wall -Wextra -pedantic AM_LDFLAGS = $(BOOST_LDFLAGS) $(LIBEVENT_LDFLAGS) clean-local: