aboutsummaryrefslogtreecommitdiffstats
path: root/main/ipfw/remove-werror.patch
blob: 0632d1ededd1adf876313e538bb3dbba279d1c96 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/ipfw/Makefile
+++ b/ipfw/Makefile
@@ -21,7 +21,6 @@
 ifneq ($(VER),openwrt)
 ifeq ($(OSARCH),Linux)
     EXTRA_CFLAGS += -D__BSD_VISIBLE
-    EXTRA_CFLAGS += -Werror
     # Required by GCC 4.6
     EXTRA_CFLAGS += -Wno-unused-but-set-variable
 endif