SHA256
1
0
forked from pool/tvheadend
tvheadend/tvheadend-4.0_no-werror.patch

14 lines
505 B
Diff
Raw Normal View History

--- Makefile.orig 2015-06-27 14:15:57.523222561 +0200
+++ Makefile 2015-06-27 14:16:38.689192884 +0200
@@ -27,8 +27,8 @@ PROG := $(BUILDDIR)/tvheadend
# Common compiler flags
#
-CFLAGS += -g -O2 -Wunused-result
-CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
+CFLAGS += -g -O2
+CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations
CFLAGS += -Wmissing-prototypes
CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
CFLAGS += -D_FILE_OFFSET_BITS=64