From: Youngmin Nam Date: Fri, 1 Jun 2018 05:16:58 +0000 (+0900) Subject: Makefile: Make compile option strictly X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0605e8655882565f5dcae369f34e1fb51595d2b2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Makefile: Make compile option strictly This patch adds -Werror option. Change-Id: I509bde0c3c6d4be4bef9b290e5fe4e29af493dee Signed-off-by: Youngmin Nam --- diff --git a/Makefile b/Makefile index ce838fbd97e5..c78c0467444e 100644 --- a/Makefile +++ b/Makefile @@ -429,6 +429,7 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common -fshort-wchar \ -Werror-implicit-function-declaration \ -Wno-format-security \ + -Werror \ -std=gnu89 KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_AFLAGS_KERNEL :=