summaryrefslogtreecommitdiffstats
path: root/ctdb/Makefile.in
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2013-07-10 16:35:53 +1000
committerMartin Schwenke <martin@meltin.net>2013-07-10 18:14:32 +1000
commitaf0f11a4abc3e6878597a94f2c2c1ed7cd78e222 (patch)
tree8839ab037db878a610e1079f40c1a9d9cc95a051 /ctdb/Makefile.in
parent4349cb9807352d1390e3b8ce11982941ab7134ad (diff)
downloadsamba-af0f11a4abc3e6878597a94f2c2c1ed7cd78e222.tar.gz
samba-af0f11a4abc3e6878597a94f2c2c1ed7cd78e222.tar.xz
samba-af0f11a4abc3e6878597a94f2c2c1ed7cd78e222.zip
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)
Diffstat (limited to 'ctdb/Makefile.in')
-rwxr-xr-xctdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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) \