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