summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-10-13 02:13:35 +0200
committerRoger Meier <roger@apache.org>2014-10-13 02:13:35 +0200
commitec300e33d49bc57d8cc3b744ea16e5af615c8f94 (patch)
tree190f770232414f8b8e3eea94fb7a87a11d24aa43 /tutorial
parentf31eba9d459bb927be3af7f608a3c4e8cd0174e0 (diff)
downloadthrift-ec300e33d49bc57d8cc3b744ea16e5af615c8f94.tar.gz
THRIFT-1462 add more strict compiler flags
Patch: Roger Meier
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am
index 918adb2ad..bcc765446 100755
--- a/tutorial/cpp/Makefile.am
+++ b/tutorial/cpp/Makefile.am
@@ -63,7 +63,7 @@ gen-cpp/Calculator.cpp gen-cpp/tutorial_types.cpp gen-cpp/tutorial_constants.cpp
$(THRIFT) --gen cpp -r $<
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: