1 tvheadend: remove -Werror from CFLAGS
3 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
5 diff -durN tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3/Makefile
6 --- tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile 2014-03-09 14:50:48.437688482 +0100
7 +++ tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3/Makefile 2014-03-09 14:54:00.411418749 +0100
11 CFLAGS += -g -O2 -Wunused-result
12 -CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
13 +CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations
14 CFLAGS += -Wmissing-prototypes
15 CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
16 CFLAGS += -D_FILE_OFFSET_BITS=64