diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-02 15:00:20 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-02 15:16:11 +0100 |
commit | 9aa7698c0e88039465dfec8bf5a5511cd7933d30 (patch) | |
tree | 9653073867b2c6223ea955b8a7df052e00e0764c /source4/scripting | |
parent | cec5414f4680d93e1e385397eff2d4e27c1ae3b5 (diff) | |
download | samba-9aa7698c0e88039465dfec8bf5a5511cd7933d30.tar.gz samba-9aa7698c0e88039465dfec8bf5a5511cd7933d30.tar.bz2 samba-9aa7698c0e88039465dfec8bf5a5511cd7933d30.zip |
s4:scripting/python: we should not silence warnings on handwritten python bindings
metze
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index a5d8e40b0d..ba624ee163 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -21,7 +21,7 @@ PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB CREDENTIALS pyldb python_dcerpc_misc python_glue_OBJ_FILES = $(pyscriptsrcdir)/pyglue.o -$(python_glue_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL) -I$(ldbsrcdir) +$(python_glue_OBJ_FILES): CFLAGS+=-I$(ldbsrcdir) _PY_FILES = $(shell find $(pyscriptsrcdir)/samba ../lib/subunit/python -name "*.py") |