From b23210ef12a1be2fb2bb9290be5ee2a3e8e9fef2 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 22 Mar 2010 00:10:54 +0000 Subject: [PATCH] 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 --- apps/py_sems/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/py_sems/Makefile b/apps/py_sems/Makefile index f771eb09..179e97f6 100644 --- a/apps/py_sems/Makefile +++ b/apps/py_sems/Makefile @@ -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)