]> git.pld-linux.org Git - packages/libdom.git/blob - no-Werror.patch
fca5e8019ef4e678694936d94ad3927715e5124b
[packages/libdom.git] / no-Werror.patch
1 --- libdom-0.1.0/Makefile~      2014-04-18 11:54:12.000000000 +0200
2 +++ libdom-0.1.0/Makefile       2014-11-25 19:27:52.875672019 +0100
3 @@ -15,10 +15,6 @@
4  WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
5         -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
6         -Wmissing-declarations -Wnested-externs
7 -# BeOS/Haiku standard library headers generate warnings
8 -ifneq ($(TARGET),beos)
9 -  WARNFLAGS := $(WARNFLAGS) -Werror
10 -endif
11  # AmigaOS needs this to avoid warnings
12  ifeq ($(TARGET),amiga)
13    CFLAGS := -U__STRICT_ANSI__ $(CFLAGS)
This page took 0.078663 seconds and 2 git commands to generate.