Skip to content

Commit

Permalink
Fix build fail (#6629)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 authored Jan 12, 2023
1 parent 9b8503b commit 6a60796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Mpp/ReceiverChannelWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace DB
{
namespace
{
inline void injectFailPointReceiverPushFail(bool & push_succeed, ReceiverMode mode)
inline void injectFailPointReceiverPushFail(bool & push_succeed [[maybe_unused]], ReceiverMode mode)
{
switch (mode)
{
Expand Down

0 comments on commit 6a60796

Please sign in to comment.