mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Makefile: build with -Wno-deprecated-declarations
This fixes a ZSTD warning. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
bdd85a6325
commit
97880a7ce4
1
Makefile
1
Makefile
@ -17,6 +17,7 @@ endif
|
|||||||
|
|
||||||
CFLAGS+=-std=gnu11 -O2 -g -MMD -Wall -fPIC \
|
CFLAGS+=-std=gnu11 -O2 -g -MMD -Wall -fPIC \
|
||||||
-Wno-pointer-sign \
|
-Wno-pointer-sign \
|
||||||
|
-Wno-deprecated-declarations \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing \
|
||||||
-fno-delete-null-pointer-checks \
|
-fno-delete-null-pointer-checks \
|
||||||
-I. -Iinclude -Iraid \
|
-I. -Iinclude -Iraid \
|
||||||
|
Loading…
Reference in New Issue
Block a user