From 4fb287865acbaceec934cecbc76653a1e34789a5 Mon Sep 17 00:00:00 2001 From: Akira <76020594+AkiraNoSushi@users.noreply.github.com> Date: Sun, 12 Mar 2023 22:01:50 +0000 Subject: [PATCH] fs: erofs: silence unused-label warning --- fs/erofs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/erofs/Makefile b/fs/erofs/Makefile index 9fa29ceec6fb..88ce0b32efdc 100644 --- a/fs/erofs/Makefile +++ b/fs/erofs/Makefile @@ -10,6 +10,7 @@ ccflags-y += -I$(src)/include erofs-objs := super.o inode.o data.o namei.o dir.o utils.o erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o erofs-$(CONFIG_EROFS_FS_ZIP) += unzip_vle.o unzip_vle_lz4.o +CFLAGS_unzip_vle.o := $(call cc-disable-warning, unused-label) # lz4 algorithm related stuffs erofs-$(CONFIG_EROFS_FS_ZIP) += unzip_lz4.o