You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
460 B

  1. diff --git a/Makefile b/Makefile
  2. index 8c5e380..baef144 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -28,7 +28,7 @@ PROG := $(BUILDDIR)/tvheadend
  6. #
  7. CFLAGS += -g -O2 -Wunused-result
  8. -CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
  9. +#CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
  10. CFLAGS += -Wmissing-prototypes
  11. CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
  12. CFLAGS += -D_FILE_OFFSET_BITS=64