aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-21 21:47:48 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-21 21:47:48 +0000
commitaca9d9ab4d1f928e8c71eca9540794e28d3a5108 (patch)
tree0178ada19cf36a6670ddb618a817aa29490c11a0
parent06f50f14fde5d4a984f7a812eb622a3b65112669 (diff)
downloadmaster-187ad058-aca9d9ab4d1f928e8c71eca9540794e28d3a5108.tar.gz
master-187ad058-aca9d9ab4d1f928e8c71eca9540794e28d3a5108.tar.bz2
master-187ad058-aca9d9ab4d1f928e8c71eca9540794e28d3a5108.zip
perf: don't error on warnings
There are some places where there is a redundant declaration of strlcpy() that prevents building perf otherwise. Signed-off-by: John Szakmeister <john@szakmeister.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44926 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/devel/perf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile
index 7cf504cedb..1e874243b3 100644
--- a/package/devel/perf/Makefile
+++ b/package/devel/perf/Makefile
@@ -55,6 +55,7 @@ MAKE_FLAGS = \
LD="$(TARGET_CROSS)ld" \
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
+ WERROR=0 \
V=1 \
prefix=/usr