From 2d1bdeb8741e6a556b92f6f0f414b5a9f3a965fd Mon Sep 17 00:00:00 2001 From: sbwml Date: Wed, 13 Mar 2024 11:16:55 +0800 Subject: [PATCH] nft-fullcone: drop outdated patches Signed-off-by: sbwml --- ...incompatible-pointer-types-compiler-warnings.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 patches/020-incompatible-pointer-types-compiler-warnings.patch diff --git a/patches/020-incompatible-pointer-types-compiler-warnings.patch b/patches/020-incompatible-pointer-types-compiler-warnings.patch deleted file mode 100644 index bd2e9ef..0000000 --- a/patches/020-incompatible-pointer-types-compiler-warnings.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -12,7 +12,7 @@ $(TARGET)-objs := \ - nft_ext_fullcone.o - - # product --ccflags-y += -Werror -Wall -+ccflags-y += -Werror -Wall -Wno-error=incompatible-pointer-types - - # develop - #ccflags-y += -Wall -Wno-unused-function