Commit 021d7469 authored by Milo Yip's avatar Milo Yip

Fix warning

parent d258f590
......@@ -68,7 +68,7 @@ TEST(SIMD, SIMD_SUFFIX(SkipWhitespace)) {
}
struct ScanCopyUnescapedStringHandler : BaseReaderHandler<UTF8<>, ScanCopyUnescapedStringHandler> {
bool String(const char* str, size_t length, bool copy) {
bool String(const char* str, size_t length, bool) {
memcpy(buffer, str, length + 1);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment