don't warn about string constants being used as const (see python issue 6952 http://bugs.python.org/issue6952)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1695 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent b23210ef12
commit 6c158fedd4

@ -10,7 +10,7 @@ PYTHON_DIR = $(shell $(PY_EXE) ./python_inc.py)
PYTHON_LIBDIR = $(shell $(PY_EXE) ./python_lib.py)
# put used Python modules from lib-dynload here, e.g. time, mysql, _cvs.so etc.
PYTHON_module_cflags = -I$(PYTHON_DIR) -fno-strict-aliasing
PYTHON_module_cflags = -I$(PYTHON_DIR) -fno-strict-aliasing -Wno-write-strings
PYTHON_module_ldflags = -L$(PYTHON_LIBDIR)/config \
-lpython$(PY_VER)

Loading…
Cancel
Save