2013-11-29 11:37:49 +01:00
|
|
|
tvheadend: remove -Werror from CFLAGS
|
|
|
|
|
|
|
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
|
|
|
2014-03-10 22:24:17 +01:00
|
|
|
diff -durN tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3/Makefile
|
|
|
|
--- tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile 2014-03-09 14:50:48.437688482 +0100
|
|
|
|
+++ tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3/Makefile 2014-03-09 14:54:00.411418749 +0100
|
2014-07-25 20:29:50 +02:00
|
|
|
@@ -28,7 +28,7 @@
|
2013-11-29 11:37:49 +01:00
|
|
|
#
|
|
|
|
|
2014-09-03 21:48:11 +02:00
|
|
|
CFLAGS += -g -O2 -Wunused-result
|
2013-11-29 11:37:49 +01:00
|
|
|
-CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
|
|
|
|
+CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations
|
2014-07-25 20:29:50 +02:00
|
|
|
CFLAGS += -Wmissing-prototypes
|
|
|
|
CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
|
2013-11-29 11:37:49 +01:00
|
|
|
CFLAGS += -D_FILE_OFFSET_BITS=64
|