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

Commit 08bfd50a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Makefile: Suppress few warnings with clang"

parents bc1fbb1f ecff797d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -632,6 +632,8 @@ CLANG_FLAGS += --gcc-toolchain=$(GCC_TOOLCHAIN)
endif
CLANG_FLAGS	+= -no-integrated-as
CLANG_FLAGS	+= -Werror=unknown-warning-option
CLANG_FLAGS    += $(call cc-option, -Wno-misleading-indentation)
CLANG_FLAGS    += $(call cc-option, -Wno-bool-operation)
KBUILD_CFLAGS	+= $(CLANG_FLAGS)
KBUILD_AFLAGS	+= $(CLANG_FLAGS)
endif