1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

build: Turn off all deprecation warnings

The "‘tevent_loop_allow_nesting’ is deprecated" warnings will be
around for a while and are annoying.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 30a0040fbb7c4d97d107f0e55c600295c2603a68)
This commit is contained in:
Martin Schwenke 2013-07-10 16:35:53 +10:00
parent 4349cb9807
commit af0f11a4ab

View File

@ -59,7 +59,7 @@ WRAPPER=
endif
ifeq ($(CC),gcc)
EXTRA_CFLAGS=-Wno-format-zero-length -fPIC
EXTRA_CFLAGS=-Wno-format-zero-length -Wno-deprecated-declarations -fPIC
endif
CFLAGS=@CPPFLAGS@ -g -I$(srcdir)/include -Iinclude -Ilib -Ilib/util -I$(srcdir) \