nft-fullcone/patches/020-incompatible-pointer-types-compiler-warnings.patch
2023-01-07 06:09:34 +08:00

12 lines
251 B
Diff

--- 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