From: Martin Wilck <mwilck@xxxxxxxx> Too many unused "void **state" parameters unders tests. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 0dce8571..60338f14 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ include ../Makefile.inc -CFLAGS += $(BIN_CFLAGS) -I$(multipathdir) -I$(mpathcmddir) +CFLAGS += $(BIN_CFLAGS) -I$(multipathdir) -I$(mpathcmddir) -Wno-unused-parameter LIBDEPS += -L$(multipathdir) -lmultipath -lcmocka TESTS := uevent parser util dmevents hwtable blacklist unaligned vpd pgpolicy alias @@ -56,6 +56,7 @@ dep_clean: @sed -n 's/^.*__wrap_\([a-zA-Z0-9_]*\).*$$/-Wl,--wrap=\1/p' $< | \ sort -u | tr '\n' ' ' >$@ + # COLON will get expanded during second expansion below COLON:=: .SECONDEXPANSION: -- 2.23.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel