Skip to content

Commit 98c024e

Browse files
committed
[TMP] Makefile: disable default-const-init-field-unsafe
0am i want sleep leave me alone Signed-off-by: fukiame <[email protected]>
1 parent f3cdea6 commit 98c024e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ CLANG_FLAGS += -no-integrated-as
521521
endif
522522
CLANG_FLAGS += -Werror=unknown-warning-option
523523
CLANG_FLAGS += $(call cc-option, -Wno-unsequenced)
524+
CLANG_FLAGS += $(call cc-option, -Wno-default-const-init-field-unsafe)
524525
KBUILD_CFLAGS += $(CLANG_FLAGS)
525526
KBUILD_AFLAGS += $(CLANG_FLAGS)
526527
export CLANG_FLAGS

0 commit comments

Comments
 (0)