Skip to content

Commit 79459a7

Browse files
committed
Makefile: ignore unused command line argument
Signed-off-by: Simão Gomes Viana <[email protected]>
1 parent e805a30 commit 79459a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ KBUILD_CFLAGS += -funsigned-char
590590
KBUILD_CFLAGS += -fno-common
591591
KBUILD_CFLAGS += -fno-PIE
592592
KBUILD_CFLAGS += -fno-strict-aliasing
593+
KBUILD_CFLAGS += -Wno-unused-command-line-argument
593594

594595
KBUILD_CPPFLAGS := -D__KERNEL__
595596
KBUILD_RUSTFLAGS := $(rust_common_flags) \

0 commit comments

Comments
 (0)