12 lines
251 B
Diff
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
|