s4:scripting/python: we should not silence warnings on handwritten python bindings
[nivanova/samba-autobuild/.git] / source4 / scripting / python / config.mk
index a5d8e40b0da675771312b143a257ba9be3538c44..ba624ee163c2da30be6c579c88399e977e67680e 100644 (file)
@@ -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")