You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2011/12/13 21:12:26 UTC

svn commit: r1213905 - /thrift/trunk/compiler/cpp/Makefile.am

Author: jfarrell
Date: Tue Dec 13 20:12:26 2011
New Revision: 1213905

URL: http://svn.apache.org/viewvc?rev=1213905&view=rev
Log:
Thrift-1462: add more strict compiler flags

Reverting MINGW addition for c+++0x 


Modified:
    thrift/trunk/compiler/cpp/Makefile.am

Modified: thrift/trunk/compiler/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/compiler/cpp/Makefile.am?rev=1213905&r1=1213904&r2=1213905&view=diff
==============================================================================
--- thrift/trunk/compiler/cpp/Makefile.am (original)
+++ thrift/trunk/compiler/cpp/Makefile.am Tue Dec 13 20:12:26 2011
@@ -86,13 +86,7 @@ thrift_SOURCES += src/generate/t_c_glib_
                   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