diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-02 14:59:58 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-02 15:16:10 +0100 |
commit | cec5414f4680d93e1e385397eff2d4e27c1ae3b5 (patch) | |
tree | 9683c124a74e525b1683986db83386aaa1deae1a /source4 | |
parent | 0963028d1d6ed854c1d8946a8c7d923dd782c540 (diff) | |
download | samba-cec5414f4680d93e1e385397eff2d4e27c1ae3b5.tar.gz samba-cec5414f4680d93e1e385397eff2d4e27c1ae3b5.tar.bz2 samba-cec5414f4680d93e1e385397eff2d4e27c1ae3b5.zip |
s4:param: we should not silence warnings on handwritten python bindings
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/param/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index b60d39299c..6a40b0c188 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -62,5 +62,3 @@ LIBRARY_REALNAME = samba/param.$(SHLIBEXT) PRIVATE_DEPENDENCIES = LIBSAMBA-HOSTCONFIG PYTALLOC param_OBJ_FILES = $(paramsrcdir)/pyparam.o - -$(param_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL) |