mirror of
https://github.com/samba-team/samba.git
synced 2025-08-07 09:49:30 +03:00
s4:scripting/python: we should not silence warnings on handwritten python bindings
metze
This commit is contained in:
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user