From: blogic Date: Sat, 21 Mar 2015 21:47:48 +0000 (+0000) Subject: perf: don't error on warnings X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=0bac113f58eed7a9aac57350096bc20f59d15a65;p=openwrt-working-2016%2F.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44926 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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