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/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index 52b9c61..ee28d0c 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am
@@ -93,7 +93,7 @@ src/generate/t_lua_generator.cc thrift_CPPFLAGS = -I$(srcdir)/src -thrift_CXXFLAGS = -Wall +thrift_CXXFLAGS = -Wall -Wextra -pedantic thrift_LDADD = @LEXLIB@ libparse.a libparse_a_CPPFLAGS = -I$(srcdir)/src