From a99027c708f3d920db68d72966e5bd221b7440e1 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Tue, 13 Dec 2011 20:12:26 +0000 Subject: [PATCH] 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 --- compiler/cpp/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.17.1