Skip to content

Commit

Permalink
quic: clear clang warning
Browse files Browse the repository at this point in the history
PR-URL: #34335
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
gengjiawen authored and addaleax committed Jul 15, 2020
1 parent 9fc8778 commit fbc38ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quic/node_quic_buffer.cc
Expand Up @@ -157,7 +157,7 @@ int QuicBuffer::DoPull(
status,
data,
len,
std::move([this](size_t len) { Seek(len); }));
[this](size_t len) { Seek(len); });

return status;
}
Expand Down

0 comments on commit fbc38ee

Please sign in to comment.