commit | cb0754db1e73e7ea347aae07e0ef1de9792ef99e | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Tue Oct 21 21:28:04 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Tue Oct 21 21:28:04 2014 +0200 |
tree | 6a66388dd8d562d86bd1a227475e7d4a2976185e | |
parent | 9b0c47f77e48d3972d275112e5a8cf1ff05d65be [diff] |
THRIFT-2784 Eliminate compiler warnings in generated C++ code remove unused MyEnum5 and add -pedantic to lib/cpp/test/Makefile.am
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index 751b0b3..f15b0c1 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am
@@ -268,7 +268,7 @@ AM_CPPFLAGS = $(BOOST_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src AM_LDFLAGS = $(BOOST_LDFLAGS) -AM_CXXFLAGS = -Wall -Wextra +AM_CXXFLAGS = -Wall -Wextra -pedantic clean-local: $(RM) -r gen-cpp