Skip to content

Commit

Permalink
make gcc happy
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Mar 7, 2024
1 parent e268151 commit 1f5dadf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/common/network/utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,8 @@ Utility::readFromSocket(IoHandle& handle, const Address::Instance& local_address
return recvMsgFromSocket(handle, local_address, udp_packet_processor, receive_time,
packets_dropped);
}
// Should never get here; need this to make gcc happy.
return Api::ioCallUint64ResultNoError();
}

Api::IoErrorPtr Utility::readPacketsFromSocket(IoHandle& handle,
Expand Down

0 comments on commit 1f5dadf

Please sign in to comment.