]> git.pld-linux.org Git - packages/tvheadend.git/blob - no-Werror.patch
- release 3 (by relup.sh)
[packages/tvheadend.git] / no-Werror.patch
1 --- tvheadend-4.0.8/Makefile~   2018-04-29 19:28:53.000000000 +0200
2 +++ tvheadend-4.0.8/Makefile    2018-04-29 19:31:17.392096527 +0200
3 @@ -28,7 +28,7 @@
4  #
5  
6  CFLAGS  += -g -O2 -Wunused-result
7 -CFLAGS  += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
8 +CFLAGS  += -Wall -Wwrite-strings -Wno-deprecated-declarations
9  CFLAGS  += -Wmissing-prototypes
10  CFLAGS  += -fms-extensions -funsigned-char -fno-strict-aliasing
11  CFLAGS  += -D_FILE_OFFSET_BITS=64
This page took 0.053424 seconds and 3 git commands to generate.