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:
parent
4349cb9807
commit
af0f11a4ab
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user