Makefile: Enable misleading indentation and bool operation warnings
This reverts commit 3d60097193.
Let's fix these warnings.
Change-Id: I9e00c4f60f2030a62955aa6bb403ffc27d2d596c
This commit is contained in:
2
Makefile
2
Makefile
@@ -519,8 +519,6 @@ endif
|
||||
ifneq ($(LLVM_IAS),1)
|
||||
CLANG_FLAGS += -no-integrated-as
|
||||
endif
|
||||
CLANG_FLAGS += $(call cc-option, -Wno-misleading-indentation)
|
||||
CLANG_FLAGS += $(call cc-option, -Wno-bool-operation)
|
||||
CLANG_FLAGS += -Werror=unknown-warning-option
|
||||
CLANG_FLAGS += $(call cc-option, -Wno-unsequenced)
|
||||
KBUILD_CFLAGS += $(CLANG_FLAGS)
|
||||
|
||||
Reference in New Issue
Block a user