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> SVN-Revision: 44926
This commit is contained in:
		| @@ -55,6 +55,7 @@ MAKE_FLAGS = \ | |||||||
| 	LD="$(TARGET_CROSS)ld" \ | 	LD="$(TARGET_CROSS)ld" \ | ||||||
| 	CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ | 	CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ | ||||||
| 	LDFLAGS="$(TARGET_LDFLAGS)" \ | 	LDFLAGS="$(TARGET_LDFLAGS)" \ | ||||||
|  | 	WERROR=0 \ | ||||||
| 	V=1 \ | 	V=1 \ | ||||||
| 	prefix=/usr | 	prefix=/usr | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin