Browse Source

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 <[email protected]>

SVN-Revision: 44926
John Crispin 11 years ago
parent
commit
2e15b95799
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/devel/perf/Makefile

+ 1 - 0
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