From 6c158fedd48dd60ac8db06a3dd48342f9cd1178a Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 22 Mar 2010 00:12:56 +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@1695 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/ivr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ivr/Makefile b/apps/ivr/Makefile index 9ca29c33..a96befc8 100644 --- a/apps/ivr/Makefile +++ b/apps/ivr/Makefile @@ -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)