Skip to content

Commit 456eef5

Browse files
committed
[TMP] Makefile: disable default-const-init-var-unsafe
0am i want sleep leave me alone Signed-off-by: fukiame <[email protected]>
1 parent 9c6489d commit 456eef5

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
@@ -522,6 +522,7 @@ endif
522522
CLANG_FLAGS += -Werror=unknown-warning-option
523523
CLANG_FLAGS += $(call cc-option, -Wno-unsequenced)
524524
CLANG_FLAGS += $(call cc-option, -Wno-default-const-init-field-unsafe)
525+
CLANG_FLAGS += $(call cc-option, -Wno-default-const-init-var-unsafe)
525526
KBUILD_CFLAGS += $(CLANG_FLAGS)
526527
KBUILD_AFLAGS += $(CLANG_FLAGS)
527528
export CLANG_FLAGS

0 commit comments

Comments
 (0)