Skip to content
Snippets Groups Projects
Commit 0bac113f authored by blogic's avatar blogic
Browse files

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: default avatarJohn Szakmeister <john@szakmeister.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44926 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent b14297d5
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ MAKE_FLAGS = \
LD="$(TARGET_CROSS)ld" \
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
WERROR=0 \
V=1 \
prefix=/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment