Skip to content

Commit

Permalink
fs: erofs: silence unused-label warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraNoSushi committed Mar 12, 2023
1 parent a059e33 commit 4fb2878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/erofs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fb2878

Please sign in to comment.