Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24f2bc34 authored by Hridaya Prajapati's avatar Hridaya Prajapati
Browse files

Makefile: Enable misleading indentation and bool operation warnings

This reverts commit 3d600971.

Let's fix these warnings.

Change-Id: I9e00c4f60f2030a62955aa6bb403ffc27d2d596c
parent f64cfc7a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)