[PATCH 01/75] backports: Remove no-pointer-sign option

Hauke Mehrtens <[email protected]> Fri, 28 Jun 2024 01:46:47 +0200
Newsgroups org.kernel.vger.backports
Message-ID <[email protected]>
This option is only added with kernel 4.3, Support was removed some time
ago.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
 backport/Makefile.kernel | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel
index 11ce4177..a936eb3b 100644
--- a/backport/Makefile.kernel
+++ b/backport/Makefile.kernel
@@ -31,9 +31,6 @@ NOSTDINC_FLAGS += \
 endif
 
 subdir-ccflags-y := $(call cc-option, -fno-pie) $(call cc-option, -no-pie)
-ifeq ($(CPTCFG_KERNEL_4_3),y)
-subdir-ccflags-y += -Wno-pointer-sign
-endif
 
 obj-y += compat/
 
-- 
2.45.2