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
This commit is contained in:
Jake Farrell 2011-12-13 20:12:26 +00:00
parent ea949fbaf9
commit a99027c708

View File

@ -86,13 +86,7 @@ thrift_SOURCES += src/generate/t_c_glib_generator.cc \
src/generate/t_go_generator.cc src/generate/t_go_generator.cc
thrift_CPPFLAGS = -I$(srcdir)/src thrift_CPPFLAGS = -I$(srcdir)/src
if MINGW
thrift_CXXFLAGS = -Wall thrift_CXXFLAGS = -Wall
else
thrift_CXXFLAGS = -Wall -Wextra -std=c++0x -pedantic
endif
thrift_LDADD = @LEXLIB@ libparse.a thrift_LDADD = @LEXLIB@ libparse.a
libparse_a_CPPFLAGS = -I$(srcdir)/src libparse_a_CPPFLAGS = -I$(srcdir)/src