From 97880a7ce4b7b44e2cafbd993947d3137af45ac6 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 1 Feb 2023 16:27:32 -0500 Subject: [PATCH] Makefile: build with -Wno-deprecated-declarations This fixes a ZSTD warning. Signed-off-by: Kent Overstreet --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 00e7b7c..743f6ca 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 \ -- 2.39.2