s4:lib/ldb: we should not silence warnings on handwritten python bindings
authorStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2009 13:55:47 +0000 (14:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2009 14:16:09 +0000 (15:16 +0100)
metze

source4/lib/ldb/python.mk

index 6e73b7e33dd283a401446320fcf51c8775147983..6cc6d2e90e76fe5063803e44daee7df21771a9d0 100644 (file)
@@ -4,5 +4,3 @@ PUBLIC_DEPENDENCIES = LIBLDB PYTALLOC
 
 pyldb_OBJ_FILES = $(ldbsrcdir)/pyldb.o
 $(pyldb_OBJ_FILES): CFLAGS+=-I$(ldbsrcdir)/include
-
-$(pyldb_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL)