Skip to content

Commit

Permalink
fs/ntfs3: Fix unsupported flags by clang
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Aug 4, 2021
1 parent 8b1416f commit 373133e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fs/ntfs3/Makefile
Expand Up @@ -4,7 +4,9 @@
#

# to check robot warnings
ccflags-y += -Wunused-but-set-variable -Wold-style-declaration -Wint-to-pointer-cast
ccflags-y += -Wint-to-pointer-cast \
$(call cc-option,-Wunused-but-set-variable,-Wunused-const-variable) \
$(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)

obj-$(CONFIG_NTFS3_FS) += ntfs3.o

Expand Down

0 comments on commit 373133e

Please sign in to comment.