From b26baa6fc7fd07c873c754606f24a73062f715cc Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Tue, 7 Feb 2017 22:24:26 +0100 Subject: backports: remove erroneously added compiler options Signed-off-by: Johannes Berg --- backport/Makefile.kernel | 1 - 1 file changed, 1 deletion(-) diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel index 17657844..9c04026c 100644 --- a/backport/Makefile.kernel +++ b/backport/Makefile.kernel @@ -31,7 +31,6 @@ NOSTDINC_FLAGS := \ endif subdir-ccflags-y += $(call cc-option, -fno-pie) $(call cc-option, -no-pie) -subdir-ccflags-y += -Wno-pointer-sign -Wno-unused-but-set-variable obj-y += compat/ -- cgit v1.2.3