[GRASS-SVN] r71182 - grass/trunk/lib/python/ctypes/ctypesgencore/parser
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 13 07:53:26 PDT 2017
Author: neteler
Date: 2017-06-13 07:53:26 -0700 (Tue, 13 Jun 2017)
New Revision: 71182
Modified:
grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
Log:
ctypes: add ticket number to r71180
Modified: grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
===================================================================
--- grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py 2017-06-13 06:59:59 UTC (rev 71181)
+++ grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py 2017-06-13 14:53:26 UTC (rev 71182)
@@ -150,7 +150,7 @@
if sys.platform == 'darwin':
cmd += " -U __BLOCKS__"
cmd += " -U __GNUC__"
- # fails with GCC 7
+ # fails with GCC 7, https://trac.osgeo.org/grass/ticket/3331
#cmd += " -dD"
for path in self.options.include_search_paths:
cmd += " -I%s" % path
More information about the grass-commit
mailing list