aboutsummaryrefslogtreecommitdiffstats
path: root/main/ipfw/remove-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/ipfw/remove-werror.patch')
-rw-r--r--main/ipfw/remove-werror.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/ipfw/remove-werror.patch b/main/ipfw/remove-werror.patch
deleted file mode 100644
index 0632d1eded..0000000000
--- a/main/ipfw/remove-werror.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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