aboutsummaryrefslogtreecommitdiffstats
path: root/community/ripmime/ripmime-disable-werror.patch
blob: df1e5f2953c7dfaaa023a127cac9ccfd99fd0e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 #	use our recommended settings.
 #CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS)
 #CFLAGS=-Wall -g -O2 -Wundef -Wshadow -Wsign-compare -I.
-CFLAGS=-Wall -g -I. -O2 -Werror
+CFLAGS=-Wall -g -I. -O2
 
 # OLE decoding is still considered to be 'beta' mode - so it 
 #	disabled in the stable release of ripMIME for now