aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hitch/disable-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hitch/disable-Werror.patch')
-rw-r--r--testing/hitch/disable-Werror.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/hitch/disable-Werror.patch b/testing/hitch/disable-Werror.patch
deleted file mode 100644
index 11ef3281b2..0000000000
--- a/testing/hitch/disable-Werror.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 1c05f74..08ba97e 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -73,8 +73,7 @@ hitch_CFLAGS = \
- $(AM_CFLAGS) \
- $(SSL_CFLAGS) \
- $(CRYPTO_CFLAGS) \
-- $(EV_CFLAGS) \
-- -Werror
-+ $(EV_CFLAGS)
-
- hitch_LDADD = \
- $(SSL_LIBS) \