aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-02-01 16:27:32 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-02-01 16:34:14 -0500
commit97880a7ce4b7b44e2cafbd993947d3137af45ac6 (patch)
treed200fa0d95ce2acd17ffa85b4687963b7f663d1a
parentbdd85a63256e2f9d2521e92468d05bd6631d9adf (diff)
downloadbcachefs-tools-97880a7ce4b7b44e2cafbd993947d3137af45ac6.tar.gz
Makefile: build with -Wno-deprecated-declarations
This fixes a ZSTD warning. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00e7b7c2..743f6ca9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ endif
CFLAGS+=-std=gnu11 -O2 -g -MMD -Wall -fPIC \
-Wno-pointer-sign \
+ -Wno-deprecated-declarations \
-fno-strict-aliasing \
-fno-delete-null-pointer-checks \
-I. -Iinclude -Iraid \