[geos-commits] r3441 - trunk/tests/xmltester

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jul 20 10:04:17 EDT 2011


Author: strk
Date: 2011-07-20 07:04:16 -0700 (Wed, 20 Jul 2011)
New Revision: 3441

Modified:
   trunk/tests/xmltester/Makefile.am
Log:
Reset CXXFLAGS for building XMLTester, should fix bug #319 (non-c++98 tinyxml)

Modified: trunk/tests/xmltester/Makefile.am
===================================================================
--- trunk/tests/xmltester/Makefile.am	2011-07-20 11:48:31 UTC (rev 3440)
+++ trunk/tests/xmltester/Makefile.am	2011-07-20 14:04:16 UTC (rev 3441)
@@ -119,6 +119,10 @@
 
 XMLTester_LDADD = $(LIBS)
 
+# Intentionally drop -ansi -pedantic
+# See http://trac.osgeo.org/geos/ticket/319
+XMLTester_CXXFLAGS = 
+
 INCLUDES = -I$(top_srcdir)/include
 INCLUDES += -I$(top_srcdir)/src/io/tinyxml -DTIXML_USE_STL
 



More information about the geos-commits mailing list