aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hitch/disable-Werror.patch
blob: 11ef3281b23bf4f84cb214e37c558ac9b5d107b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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) \