From: Jake Farrell Date: Tue, 13 Dec 2011 20:12:26 +0000 (+0000) Subject: Thrift-1462: add more strict compiler flags X-Git-Tag: 0.9.1~488 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=a99027c708f3d920db68d72966e5bd221b7440e1;p=common%2Fthrift.git Thrift-1462: add more strict compiler flags Reverting MINGW addition for c+++0x git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1213905 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index 28813dcf..a5723a3a 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -86,13 +86,7 @@ thrift_SOURCES += src/generate/t_c_glib_generator.cc \ src/generate/t_go_generator.cc thrift_CPPFLAGS = -I$(srcdir)/src - -if MINGW thrift_CXXFLAGS = -Wall -else -thrift_CXXFLAGS = -Wall -Wextra -std=c++0x -pedantic -endif - thrift_LDADD = @LEXLIB@ libparse.a libparse_a_CPPFLAGS = -I$(srcdir)/src