From af0f11a4abc3e6878597a94f2c2c1ed7cd78e222 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Wed, 10 Jul 2013 16:35:53 +1000 Subject: [PATCH] build: Turn off all deprecation warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "‘tevent_loop_allow_nesting’ is deprecated" warnings will be around for a while and are annoying. Signed-off-by: Martin Schwenke (This used to be ctdb commit 30a0040fbb7c4d97d107f0e55c600295c2603a68) --- ctdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 32a8c2e7440..678141fb2df 100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -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) \