فهرست منبع

ctypes: add ticket number to https://trac.osgeo.org/grass/changeset/71180

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71182 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 سال پیش
والد
کامیت
d6352b07d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/python/ctypes/ctypesgencore/parser/preprocessor.py

+ 1 - 1
lib/python/ctypes/ctypesgencore/parser/preprocessor.py

@@ -150,7 +150,7 @@ class PreprocessorParser(object):
         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