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@1693 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 0a52abc465
commit b23210ef12

@ -1,3 +1,4 @@
plug_in_name = py_sems
include Makefile.defs
@ -8,7 +9,7 @@ TTS ?= y
# put used Python modules from lib-dynload here, e.g. time, mysql, _cvs.so etc.
PYTHON_DYNLOAD_MODULES = $(wildcard $(PYTHON_LIBDIR)/lib-dynload/*.so) \
$(wildcard $(PYTHON_LIBDIR)/site-packages/*.so)
PYTHON_module_cflags = -fno-strict-aliasing -I$(PYTHON_DIR) -Isip/
PYTHON_module_cflags = -Wno-write-strings -fno-strict-aliasing -I$(PYTHON_DIR) -Isip/
PYTHON_module_ldflags = -Xlinker --export-dynamic \
-L$(PYTHON_LIBDIR)/config \
-lpython$(PY_VER)

Loading…
Cancel
Save