Skip to content

Commit

Permalink
fix unit test build
Browse files Browse the repository at this point in the history
  • Loading branch information
lidezhu committed Sep 1, 2022
1 parent 3670cd4 commit b7fbf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/TestUtils/mockExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ std::shared_ptr<tipb::DAGRequest> DAGRequestBuilder::build(MockDAGRequestContext
mutable_executor->clear_executor_id();
return true;
});
dag_request_ptr->release_root_executor();
std::ignore = dag_request_ptr->release_root_executor();
}

return dag_request_ptr;
Expand Down

0 comments on commit b7fbf0a

Please sign in to comment.