Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Aug 20, 2021
1 parent d29e0a0 commit 5c61a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc_thallium.cc
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ void ThalliumStartRpcServer(SharedMemoryContext *context, RpcContext *rpc,
};

auto rpc_finalize = [rpc](const request &req) {
(void)req;
ThalliumState *state = GetThalliumState(rpc);
state->engine->finalize();
};
Expand Down

0 comments on commit 5c61a2a

Please sign in to comment.