Commit 31d0f0d2 authored by Kenton Varda's avatar Kenton Varda

Fix pedantic warning in generated code.

parent 8de55087
......@@ -1273,8 +1273,7 @@ private:
" 0x", interfaceIdHex, "ull, ", methodId, ", firstSegmentWordSize);\n"
"}\n"
"::kj::Promise<void> ", interfaceName, "::Server::", name, "(\n"
" ", paramType, "::Reader params,\n"
" ", resultType, "::Builder result) {\n"
" ", paramType, "::Reader, ", resultType, "::Builder) {\n"
" return ::capnp::Capability::Server::internalUnimplemented(\n"
" \"", interfaceProto.getDisplayName(), "\", \"", name, "\",\n"
" 0x", interfaceIdHex, "ull, ", methodId, ");\n"
......
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