summaryrefslogtreecommitdiffstats
path: root/libs/libpri/patches/010-no-werror.patch
blob: 6891b934039994b100218a6d50999714db764428 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ DYNAMIC_OBJS= \
 	$(STATIC_OBJS)
 CFLAGS ?= -g
 CFLAGS += $(CPPFLAGS)
-CFLAGS += -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wno-zero-length-bounds -Wno-stringop-overflow
+CFLAGS += -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-zero-length-bounds -Wno-stringop-overflow
 CFLAGS += -fPIC $(ALERTING) $(LIBPRI_OPT) $(COVERAGE_CFLAGS)
 INSTALL_PREFIX=$(DESTDIR)
 INSTALL_BASE=/usr